[Github-comments] [geany/geany] Add support for automatic continuation of single-line comments (#2084)

Daniel Plakhotich notifications at xxxxx
Fri Feb 8 11:52:49 UTC 2019


@elextr Yes, a key binding may be an option. But I think manual removing is somewhat consistent with the current termination of a block comment, and, in fact, it needs the same number of keystrokes (or even one less if smart Home key is enabled):

* To terminate a block comment, you need 3 keystrokes: 
    1. Backpace to remove the space after `*`
    2. `/` for terminator
    3. Enter to go to the next line

* To terminate a single-line comment (including Doxygen cases), you just need to select the added continuation, and then anything you type will replace it. Selection only takes 2 keystrokes if smart Home is active (Shift + Home) or 3 if not (Ctrl + Shift + Left).

Anyway, I understand that such things should be in plugin, so I close the issue.

-- 
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/2084#issuecomment-461779495
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190208/2bcb8312/attachment.html>


More information about the Github-comments mailing list