Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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
|
|
lexer states. Verbatim regions are handled.
Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692
|
|
|
|
|
|
(a) \* escapes in strings changed to \z
(b) goto <label> highlighting for same line only
(c) :: <label> :: highlighting for same line only
From Kein-Hong Man.
|
|
|
|
|