| Summary: | nested namespaces in the new class dialog | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Benjamin Piwowarski <bpiwowar> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
done in cvs (adymo) |
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 ... { }; } }