Bug 80627

Summary: new file dialog restricts filetypes
Product: [Applications] kdevelop Reporter: Andreas Schallenberg <Andreas.Schallenberg>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: 3.0.3   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andreas Schallenberg 2004-04-29 16:28:40 UTC
Version:           3.0.3 (using KDE KDE 3.2.2)
OS:          Linux

Having a custom makefile C++ project makes the
"File->New" menu entry uncomfortable:

It allows me to create ".c", ".h" and "blank"
files. My project uses ".cpp", ".hh" and ".icc"
files normally...

Wishes:
- Remember last selected filetype and make
  it default for next usage of this dialog
  (need not be saved in rc-file)
  This would ease up always using "blank" and
  doing things manually.
- Somehow allow usage of additional types
  (cpp/hh/icc/...). Maybe the pool of selectable
  types should become configurable at all?
  (Like the tools-menu configuration)
Comment 1 Alexander Dymo 2004-04-29 23:33:37 UTC
The second part of your wish is already implemented.
Use Project -> Project Options -> New File Wizard 
and Settings -> Configure KDevelop -> New File Wizard.

For the first part of your wish please open separate report.
Comment 2 Andreas Schallenberg 2004-04-30 09:33:54 UTC
Created 80675 for first wish.