Version: git master (using KDE 4.6.1) OS: Linux A simple text "test " is treated part as text and part as hoverable object. Reproducible: Always Steps to Reproduce: Load the attached file into kdevelop, wait for the syntax coloring. Actual Results: The first two letters in "test " are have a different color than the rest of the word, and if I hover them it displays a frame with the QDebug operator << description. Expected Results: The "test " word should have been marked as a text and not be hoverable.
Created attachment 58468 [details] Cpp file showing the problem.
I still could reproduce, I guess it's __FILE__ not being preprocessed properly.
(In reply to comment #2) > I still could reproduce, I guess it's __FILE__ not being preprocessed > properly. Not __FILE__ but __LINE__. I actually tested and __FILE__ works
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
Tested with version 6.3.250802 (25.08.2), and bug doesn't repro, closing as fixed!