notepad-plus-plus-legacy/PowerEditor
A-R-C-A 7fcc20f84a Improved Single Line Comment
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.
2016-07-31 21:29:21 +02:00
..
bin Fix typo 2016-07-06 16:33:06 +02:00
gcc Make GCC/MinGW build work again and support cross-building under Linux 2015-12-15 17:10:46 +01:00
installer translation: updated polish translation to 6.9.2 2016-07-20 09:21:43 +09:00
misc Added +x on ChangeIcon.exe (fixes #590, closes #591) 2015-08-01 23:35:09 +02:00
scintilla.original.forUpdating Create scintillaUpdatingWorkFlow.txt 2015-07-25 01:35:43 +02:00
src Improved Single Line Comment 2016-07-31 21:29:21 +02:00
visual.net Fix crash in x64 due to C style cast 2016-07-09 16:47:09 +02:00