Bug 60038 - kdevelop won't edit files with non-standard file extensions
Summary: kdevelop won't edit files with non-standard file extensions
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.1.5
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 05:09 UTC by Mike Stoddart
Modified: 2003-07-23 22:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Stoddart 2003-06-19 05:09:52 UTC
Version:           2.1.5 (using KDE KDE 3.1.1KDE 1.2)
Installed from:    Mandrake RPMsMandrake RPMs
Compiler:          gcc 3.2.2 
OS:          Linux

I am working with Lua and ToLua so I add files with extensions of .pkg. When I click on a file in kdevelop to edit it, it asks me what program I want to use to edit the file. The answer of course, is kdevelop. It's only a script text file, so kdevelop should be able to edit it.
Comment 1 Amilcar do Carmo Lucas 2003-06-19 10:45:17 UTC
 KDevelop 2.x is no longer under development. 
 
You are strongly advised to update to the latest CVS version of KDevelop3 code 
name gideon, take a look at: 
http://www.kdevelop.org/index.html?filename=branches_compiling.html 
for all the details you need. If you find a problem or need help please send a 
mail to the mailing list: 
http://www.kdevelop.org/index.html?filename=mailinglist.html 
or drop us a line at the channel #kdevelop on the server irc.kde.org using 
ksirc, for example. 
Please use the CVS version and compile it yourself because that way you can 
easily patch it if a bug is found. 
 
KDevelop3 can import KDevelop2 projects. To do so, run the kdevprj2kdevelop 
script. 
You can have and run KDevelop3 and KDevelop2 at the same time on the same 
computer without any problems. 
So migrating is a breeze. :) 
 
Comment 2 Amilcar do Carmo Lucas 2003-07-15 20:04:27 UTC
This is related to:  
 http://bugs.kde.org/show_bug.cgi?id=58912 
Comment 3 Roger Larsson 2003-07-23 18:49:37 UTC
Something strange happens here: 
 
I found a file called "clanbindings.pkg" on the net. 
Clicking it directly gives me "Open with..." 
Downloading it to home - it identifies as text/x-csrc 
Of cause - MIME identification needs the contents. 
 
 
Comment 4 Roger Larsson 2003-07-23 22:10:59 UTC
Works for me with gideon 3.0.0a5 
 
With patch for 58912, but it should not matter unless you have some strange association for 
text/plain [always used] 
 
* opened the clanbindings.pkg, identifies as text/x-csrc, with KDevelop 3.0, works 
* created an empty file test.mamma, identifies as text/plain, open with KDevelop 3.0, works 
 
If this does not work, then it is a true duplicate of 58912