The `toggle comments` menu item has a magical operation not hinted at by its name. It does not actually "toggle comments" but in fact comments uncommented lines with its own magic marker (by default "~ ") and will only uncomment lines with its marker. It does *not* by default toggle normal comments.
This can be useful to comment/uncomment sections of code, but without documentation and with a name that does not hint of the possibilities its hard to discover.
Suggestions better than "Magic Toggle Comments" welcome :)
--- 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/1027