Button(s) to Comment and Uncomment code block
Posted: Sat Oct 04, 2003 4:04 am
Hello, I searched the forums but didn't find a good match, so:
I suggest having a toolbar button that lets you comment out a block of code based on the syntax definition file.
For example, the button would do:
// is inserted for Java files
# is inserted for Perl files
; is inserted for MS Batch files
and so on.
It's annoying to fill up the global macro list with commenting/uncommenting macros for each file class I deal with. (And other texteditors such as EditPad and UltraEdit have this feature.)
Additionally, it would also be nice to be able to assign a macro to a user-defined toolbar button. (Currently, you can only assign "Programs", "DOS Commands", or "Online Help Files.")
I suggest having a toolbar button that lets you comment out a block of code based on the syntax definition file.
For example, the button would do:
// is inserted for Java files
# is inserted for Perl files
; is inserted for MS Batch files
and so on.
It's annoying to fill up the global macro list with commenting/uncommenting macros for each file class I deal with. (And other texteditors such as EditPad and UltraEdit have this feature.)
Additionally, it would also be nice to be able to assign a macro to a user-defined toolbar button. (Currently, you can only assign "Programs", "DOS Commands", or "Online Help Files.")