Bug 56487

Summary: nested namespaces in the new class dialog
Product: [Applications] kdevelop Reporter: Benjamin Piwowarski <bpiwowar>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

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)