7fcc20f84a
Closes #2031 Improved the Single Line Comment/Uncomment/Toggle behaviour for Lexers with the following condition: Single Line Comment Symbol : false Stream Comment Symbol Start : true Stream Comment Symbol End : true This includes among others: XML, HTML, CSS, Caml, Pascal, ... In the current Npp a 'Single Line Comment' will do a 'Block Comment' and the 'Toggle Single Line Comment' entry does nothing at all for these kind of Lexers. This implementation uses the stream comment symbols (start/end) to accomplish a single line comment, exactly the same way as the usual Single Line Comment/Uncomment/Toggle functionality does for Lexers with a single line symbol. This will add more consistency to the Single Line Comment feature. NOTE The selection range behaviour has been revised to be more accurate and for fixing some 'line leaving' bugs when uncommenting. |
||
---|---|---|
.. | ||
bin | ||
gcc | ||
installer | ||
misc | ||
scintilla.original.forUpdating | ||
src | ||
visual.net |