[Bug 56487] New: nested namespaces in the new class dialog
Benjamin Piwowarski
Benjamin.Piwowarski at lip6.fr
Thu Mar 27 12:14:02 UTC 2003
------- 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=56487
Summary: nested namespaces in the new class dialog
Product: kdevelop
Version: CVS
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: Benjamin.Piwowarski at lip6.fr
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 ... {
};
}
}
More information about the KDevelop-devel
mailing list