TuomLarsen created an issue (geany/geany#4452)

Several editors I tried (CLion, Sublime, Zed, ...) behave slightly differently 
as Geany when toggling line comments.

If one selects the following three lines:

    # a
    b
    # c

toggling line comments in Geany does:

    a
    # b
    c

whereas the others do:

    # # a
    # b
    # # c

because in the selection there was one line without a line comment.

As I find the later behaviour more useful, I would like to kindly ask you to 
consider whether it would be possible to alter the behaviour of "Toggle line 
commentation" (Ctrl+E) or add a new command "Toggle lines commentation".

I understand this is highly subjective matter, please, feel free to close 
immediately if not appropriate.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4452
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/[email protected]>

Reply via email to