Bug 63213 - do not show "Open this file with..." dialog when opening an empty file
Summary: do not show "Open this file with..." dialog when opening an empty file
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-24 23:20 UTC by rand2342
Modified: 2003-11-15 15:40 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 rand2342 2003-08-24 23:20:34 UTC
Version:           gideon 24082003 (using KDE Devel)
Installed from:    Compiled sources

When you open a empty ascii file without an extention (like .c, .cpp) in the file selector, for example the TODO file automatically generated when a new project is set up, a dialog shows up and asks which application to open the file with. The correct behaviour is that the empty
file is opened in kdevelop (just like source files)
It is the same dialog shown when you try to open a file of an unknown file format.
This problem does not happen when opening non-empty files.
Comment 1 Jens Dagerbo 2003-11-15 15:40:26 UTC
Works in CVS.

I think we still need to have a look at our mime-type handling.
Crossref #58912 and #60038.