Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Style fixed format comments from column 73. Bug #3540486.
Fold CRITICAL .. END CRITICAL. Bug #3540486.
Fix styling after comment line ending with '&'. Bug #3087226.
Style preprocessor lines so they do not trigger incorrect folding. Bug #2906275.
Fix folding of nested ifs. Bug #2809176.
From darmar.
|
|
inside preprocessor directives.
Includes code from Marko Njezic.
|
|
|
|
|
|
non whitespace character and counting visible characters in line.
|
|
|
|
|
|
From Thomas Linder Puls.
|
|
|
|
|
|
Now backtracks by whole lines until not inside tag.
|
|
|
|
Tracker ID: 3512208
|
|
|
|
Cleaning dead code.
Feature #3510158.
|
|
|
|
Bug #3503277.
|
|
Bug #3499664.
|
|
comment that's inside disabled preprocessor macro.
|
|
|
|
operators for folding.
|
|
written code. Noticed by PVS-Studio.
|
|
|
|
|
|
|
|
- Ignore forward interface declarations as fold points
- Fold dispinterface code blocks
|
|
|
|
From Ross McKay.
|
|
|
|
|
|
|
|
|
|
From Rex Conn.
|
|
|
|
|
|
From Jakub Vrána.
|
|
'=' at the start of a file would incorrectly trigger the comment state.
---
lexers/LexRuby.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
of ActiveState.
|
|
#if defined( XXX 1
From Stefan Weil.
|
|
|
|
|
|
|
|
From Colomban Wendling.
|
|
|
|
|
|
From Eric Promislow at ActiveState.
|
|
From Kein-Hong Man.
|
|
(a) new + character for subroutine prototypes
(b) 0X and 0B prefixes for binary and hexadecimal numbers are now legal
From Kein-Hong Man
|