recoard a macro:
select your comment, record, cut (ctrl-x), type a ' and paste (ctrl+v). stop the macro and save it as you like with the wanted hotkey.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to be able to place a single quote character in front of alle selected lines.
For example:
----------------------------------------
commenting some stuff.
and some more
The I would select that line
[commenting some stuff
and some more]
The I would like to be able to press a hotkey to have n++ replace this with
'commenting some stuff
'and some more
----------------------------------------
I tried some things with the regular expression replacements. But n++ started to hang/crash.
Does anyone have a solution for this?
sorry, didn't try the menu, which supports "block commenting".
Still does anyone know how to do this using hotkeys?
recoard a macro:
select your comment, record, cut (ctrl-x), type a ' and paste (ctrl+v). stop the macro and save it as you like with the wanted hotkey.
ok, it's done with CTRL+Q.
thanks :)