Enhancement request: buttons for beautifier "NoFormat selection"

braykov

Member³
Hi,
The request is to add similar functionality to the buttons Edit->Selection->Comment/Uncomment.
We would like to be able to have buttons which would add the "-- NoFormat Start" and "-- NoFormat End" comments above and below selected lines.
This will help us assign shortcuts to these buttons and we could much faster set which part of our code we would like to be skipped by subsequent beautifier execution.
The buttones can be named "NoFormat" and "Format". The first one would add the declaration comments around selected paragraph and second one will remove them when the cursor is inside such paragraph.

10.0.5.1710 on Windows 7 64bit.
 
I have added this to the list of enhancement requests.

You might actually be able to create a macro for this (Ctrl-X, enter "-- NoFormat Start", Ctrl-V, enter "-- NoFormat End"). You can add such a macro to the toolbar.
 
Last edited:
Back
Top