Environment is geany 1.27 on 64-bit Ubuntu 14.04
Confusion results when script.sh contains multi-line statements with some intervening lines commented out with #. Sample:
`statement start ` `# statement continue ` `statement final`
The 2nd and 3rd line both display in red.
Deleting the **** on line 2 gives shows it red and line 3 black. I believe that's the correct result. My intent is to activate / deactivate the 2nd line by removing / inserting the leading **#**
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1153
This is a problem with Scintilla, the editing component that Geany uses and which does the highlighting. The same problem occurs in Scite the Scintilla reference editor. Scintilla is a separate project. Please report this at [its bugtracker](https://sourceforge.net/p/scintilla/bugs/) and report the bug number back here for tracking.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1153#issuecomment-236168859
Closed #1153.
github-comments@lists.geany.org