There is no "justify" command in Geany, do you mean "Reflow lines/block" ?

That command is a text reflow command, it has no knowledge of language syntax 
like comments.  To make it handle reflowing comments would need knowledge of 
every language since they all have their own semantics.  This might be a 
candidate for having filetype specific plugins for indentation and other 
formatting, but until then there are too many languages to have comment 
handling for each in the Geany core.

Your second example has even more language and style specific behaviour, 
reflowing the code, but not the comment, and again thats a plugin candidate not 
Geany core.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/821#issuecomment-165249892

Reply via email to