08-24-2008, 08:43 PM
I think there should be a command to quickly disable and enable sections of code.
It'd be easy...just grab a string with _s.getsel() break it into its separate lines and add some sort of marker...like ";_" that way it would differentiate between commented text and disabled text.
Then there could be a way to enable text that would just find and replace ";_" with ""
Just add a keyboard command and a button to the menu.
It'd be easy...just grab a string with _s.getsel() break it into its separate lines and add some sort of marker...like ";_" that way it would differentiate between commented text and disabled text.
Then there could be a way to enable text that would just find and replace ";_" with ""
Just add a keyboard command and a button to the menu.