| Summary: | Do not complete to reserved identifiers | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Eckhart Wörner <ewoerner> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | mcguire |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eckhart Wörner
2009-03-01 20:44:33 UTC
SVN commit 1072725 by zwabel: Filter declarations that are declared in another file and that have identifiers that are reserved for internal purposes by the C++ standard, from the completion list. (Everything starting with "__" or "_Uppercase"). BUG: 185901 M +12 -0 codecompletion/context.cpp M +18 -13 tests/test_cppcodecompletion.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1072725 SVN commit 1072754 by zwabel: Filter out declarations with reserved identifiers from the navigation-widget shown when hovering #include directives. CCBUG: 185901 M +9 -0 includenavigationcontext.cpp M +1 -0 includenavigationcontext.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1072754 |