Bug 73323

Summary: new c++ project: reserved c++ keywords are allowed as project names
Product: [Developer tools] kdevplatform Reporter: Daniel Franke <franke.daniel>
Component: appwizardAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:

Description Daniel Franke 2004-01-23 13:35:53 UTC
Version:           3.0.0b2 (using KDE 3.1.4)
Installed from:    compiled sources
Compiler:          gcc version 3.2.2
OS:          SunOS (sun4u) release 5.8

- project -> new project
 - choose C++ KDE Applicaation Framework (most likely any other will (not) work also)
 - name: short, class, protected ... (enjoy yourself)
 - try to build ...

KDevelop shouldn't allow such project names.
Comment 1 Jens Dagerbo 2004-12-12 23:34:34 UTC
This must be considered a wish. It would surely be nice to have, but there is no malfunctioning code that causes KDevelop to not offer this feature. IMHO, this makes this a wish, not a bug.
Comment 2 Andreas Pakulat 2008-06-29 17:47:50 UTC
I don't see why kdevelop should limit the user here and if the buildsystem doesn't allow to use "class" as part of the project name you should fix the buildsystem.