Bug 63213

Summary: do not show "Open this file with..." dialog when opening an empty file
Product: [Applications] kdevelop Reporter: rand2342 <rand2342>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.