Bug 80627 - new file dialog restricts filetypes
Summary: new file dialog restricts filetypes
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.3
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 16:28 UTC by Andreas Schallenberg
Modified: 2004-04-30 09:33 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 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.