https://bugs.kde.org/show_bug.cgi?id=400205
Bug ID: 400205 Summary: Recheck influence of conditional compilation on syntax colouring and code navigation Product: kdevelop Version: 5.2.4 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: markus.elfr...@web.de Target Milestone: --- I have successfully compiled C++ source files for a specific program. It should work then in the way it was designed. But I find that I can get a questionable impression from the display by the application “KDevelop 5.2.4-44.1” for source code which is using preprocessor symbols also for some conditional compilation as usual. #ifdef USE_… … #else … #endif The complete syntax colouring seems to work only for the else branch in my software build configuration. Code comprehension windows are also displayed for identifiers in this branch. But I configured the build parameters in the way that the other branch should be active at the moment. Now I miss the nice background information display in this source code area when I position the mouse pointer there. -- You are receiving this mail because: You are watching all bug changes.