Bug 73323 - new c++ project: reserved c++ keywords are allowed as project names
Summary: new c++ project: reserved c++ keywords are allowed as project names
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: Compiled Sources Solaris
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 13:35 UTC by Daniel Franke
Modified: 2009-01-22 23:38 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 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.