Bug 56487 - nested namespaces in the new class dialog
Summary: nested namespaces in the new class dialog
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 12:03 UTC by Benjamin Piwowarski
Modified: 2003-04-01 21:53 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 Benjamin Piwowarski 2003-03-27 12:03:10 UTC
Version:           CVS (using KDE KDE 3.1.1)
Installed from:    Debian testing/unstable Packages
OS:          Linux

Adding the possibility of nested namespaces would be great !

Example

namespace n1 { 
	namespace n2 {
		class NewClass ... {
		};
	}
}
Comment 1 Caleb Tennis 2003-04-01 21:53:25 UTC
done in cvs (adymo)