philiprbrenan created an issue (geany/geany#4245)
I find Geany very useful every day. I was using Geany to edit some Verilog inside a Java triple quote string when a purple bar appeared. Is it trying to tell me something important?

philiprbrenan left a comment (geany/geany#4245)
https://github.com/user-attachments/assets/7e3d2ec8-455e-42f7-869b-960a3dd57...
rdipardo left a comment (geany/geany#4245)
Is it trying to tell me something important?
It's an error indicator added in Scintilla 5.3.1 to show that there are too many (or too few lines) in the layout cache when attempting to perform line wrapping: https://sourceforge.net/p/scintilla/bugs/2349

As of Scintilla 5.5.4, the underlying issue has be patched: https://sourceforge.net/p/scintilla/bugs/2456
Your Geany version is probably not new enough to have Scintilla 5.5.4, as it was [merged into git](https://github.com/geany/geany/commit/5f0b746613c87095ff4670929bb356092da43f...) only recently.
github-comments@lists.geany.org