------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=92414 Summary: Ability to create blank projects Product: kdevelop Version: CVS Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: lynch30 marshall edu Version: CVS (using KDE 3.3.89 (CVS >= 20040820), compiled sources) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.8.1 This should be a pretty easy one to implement, and was actual surprised it hadn't been (I may have overlooked it). Currently there is no way to start a 'blank' project, where the skeleton of the document is created (Makefiles, etc) but no actual code is in a project. Whenever I start to code for one of my C++ classes I have to start a project with C++->Simple Hello world project, then delete all that is created. Is it possible to just start a project with a blank .cpp file, or maybe none at all, and just click New File->Cpp?