I'd like to have my commented lines in python files be commented at the left margin instead at the first non-whitespace character on the line. This scintilla configuration line should do the trick.
From the SciTE manual:
`Set comment.block.at.line.start to "1" to place block comment symbols at the start of the lines, instead of just before the first non-blank character of the lines.`
I typed it in to the [lexer_properties] area of Geany's filetypes.python file, but didn't get any change in behavior. I'm wondering if these SciTE variables are compatible with Geany? Does Geany only recognize a subset of these variables? Or am I doing something that is impossible or just plain doing it wrong?
TIA, Gary
--- 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/992