Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-26 | Fixing Markdown lexer to not change state inside term. Bug #3398184. | nyamatongwe | 1 | -8/+15 | |
From Eric Promislow at ActiveState. | |||||
2011-08-20 | Styling of variable interpolation for Perl. Feature #3394258. | nyamatongwe | 1 | -60/+282 | |
From Kein-Hong Man. | |||||
2011-08-10 | Feature #3388802. Support changes in Perl 5.14.0: | nyamatongwe | 1 | -3/+3 | |
(a) new + character for subroutine prototypes (b) 0X and 0B prefixes for binary and hexadecimal numbers are now legal From Kein-Hong Man | |||||
2011-08-09 | Improvements to LaTeX lexer from Josepmaria Roca adds several new | nyamatongwe | 1 | -28/+222 | |
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692 | |||||
2011-08-08 | More selective for raw string mode. Bug #3388122. | nyamatongwe | 1 | -8/+13 | |
2011-08-05 | Fix for infinite loop bug when typing "goto " at the end of the program. | nyamatongwe | 1 | -1/+1 | |
2011-08-05 | Lua lexer update for Lua 5.2 beta. Feature #3386330. | nyamatongwe | 1 | -6/+76 | |
(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. | |||||
2011-08-05 | Updated email contact. | nyamatongwe | 1 | -1/+1 | |
2011-08-05 | Use casts to squash 64-bit warnings from strlen return value. | nyamatongwe | 6 | -7/+7 | |
2011-08-03 | Patch from Kein-Hong Man: | nyamatongwe | 1 | -19/+12 | |
- bkend adjust - removal of isMatch() No changes to behaviour or highlighting, _except_ for CRLF line endings, highlighting will stop at the end of the HEREDOC delimiter instead of eating up the CR as well. | |||||
2011-08-03 | Fixed 64-bit warnings. | nyamatongwe | 1 | -6/+6 | |
2011-07-09 | Fixed mistake in last change. | nyamatongwe | 1 | -1/+0 | |
2011-07-08 | Removed fold.comment.python property as it has not worked for many years. | nyamatongwe | 1 | -24/+7 | |
2011-07-08 | Bug #3325333. Property lexer.python.keywords2.no.sub.identifiers controls | nyamatongwe | 1 | -5/+14 | |
whether keywords from the keywords2 list are valid after '.'. From Todd Whiteman. | |||||
2011-07-06 | Fix problems with folding not extending to final line. Bug #3349157. | nyamatongwe | 1 | -5/+6 | |
From Marko Njezic. | |||||
2011-07-02 | Recognise COBOL comments '*' in column 7 or '*>'. Bug #3014850. | nyamatongwe | 1 | -0/+8 | |
From Gerrit. | |||||
2011-06-24 | Support for new Mako block syntax. Feature #3325178. | nyamatongwe | 1 | -10/+20 | |
From Stephan R.A. Deibel. | |||||
2011-06-24 | LexPython: keywords2: don't highlight sub-identifiers. Bug #3325333. | nyamatongwe | 1 | -1/+6 | |
From Todd Whiteman. | |||||
2011-06-23 | Disable folding for mako template files. Bug #3324563. | nyamatongwe | 1 | -6/+1 | |
From Stephan R.A. Deibel. | |||||
2011-06-21 | Support mako ## comments. Bug #3318818. | nyamatongwe | 1 | -0/+13 | |
From Stephan R.A. Deibel. | |||||
2011-06-17 | Single quoted strings may not have \ escapes. Bugs #948757 #1755950 #1888738 ↵ | nyamatongwe | 1 | -6/+6 | |
#3316852 From Jaime Gimeno | |||||
2011-05-25 | Update to support SystemVerilog. | nyamatongwe | 1 | -9/+21 | |
2011-05-21 | Code formatting normalised to standard. | nyamatongwe | 2 | -9/+8 | |
2011-05-19 | Variables names may contain braces like %ProgramFiles(x86)%. | nyamatongwe | 1 | -1/+1 | |
These are now treated as one variable name instead of being broken up. From Florian Balmer. | |||||
2011-05-09 | Allow nested variables in make files. Bug #3298223. | nyamatongwe | 1 | -2/+6 | |
From Dimitar Zhekov. | |||||
2011-04-22 | Avoid warning. | nyamatongwe | 1 | -1/+1 | |
2011-04-16 | Bug #3283880. Highlight source code inside [CODE] section when lexing | nyamatongwe | 1 | -1/+10 | |
starts in the middle. From Marko Njezic. | |||||
2011-04-16 | Support cython cpdef keyword. Bug #3279728. | nyamatongwe | 1 | -6/+8 | |
From Stephan R.A. Deibel. | |||||
2011-04-06 | Made the fold backtrack unconditional as discussed on bug #3265401. | nyamatongwe | 1 | -4/+2 | |
2011-04-06 | Django in HTML lexer recognizes {# #} comments. Bug #3013798. | nyamatongwe | 1 | -0/+31 | |
From Stephan R.A. Deibel at Wingware. | |||||
2011-04-05 | Fixed spacing in explanation. | nyamatongwe | 1 | -1/+1 | |
2011-04-05 | Changed name of folding at else property to fold.sql.at.else. Bug #3271474. | nyamatongwe | 1 | -1/+1 | |
2011-04-05 | Make highlight of triple-quoted an option. Bug #3239234. | nyamatongwe | 1 | -1/+6 | |
Property name is lexer.cpp.triplequoted.strings. From Marko Njezic. | |||||
2011-04-05 | Adds a fold.perl.at.else property. Discussed in bug #3265401. | nyamatongwe | 1 | -4/+10 | |
2011-03-27 | Fix folding failure with PHP within a line of Javascript. Bug #3193530. | nyamatongwe | 1 | -1/+2 | |
2011-03-27 | Fix for bug with wrong recognition of number after regex literal. Bug #3209108. | nyamatongwe | 1 | -11/+11 | |
Added test for this case. | |||||
2011-03-27 | Fix folding of inactive code. | nyamatongwe | 1 | -14/+16 | |
2011-03-27 | Reindented with astyle. | nyamatongwe | 1 | -353/+355 | |
2011-03-26 | Compatibility with Lua 5.2 alpha. Feature #3243811. | nyamatongwe | 1 | -10/+33 | |
Hexadecimal floating-point numbers recognized. Support for '\*' whitespace escaping in strings. From Kein-Hong Man. | |||||
2011-03-22 | Ignore ';' in a comment. Bug #3196071. | nyamatongwe | 1 | -2/+16 | |
From Jérôme LAFORGE. | |||||
2011-03-22 | Folding for here docs and explicit folding comments. Feature #3116881. | nyamatongwe | 1 | -1/+51 | |
From Jérôme LAFORGE. Also completes feature #3112671. | |||||
2011-03-22 | Converted to lexer object by Udo Lechner. | nyamatongwe | 1 | -64/+181 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -3/+0 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -4/+2 | |
2011-03-03 | Bug #3197952. Ensure that diffs of diffs style correctly. When header '---' is | nyamatongwe | 1 | -1/+1 | |
removed it prepends a '-' removal character resulting in '----' at line start. This is better treated as a removal than as a header. From Todd Whiteman at ActiveState. | |||||
2011-02-28 | Avoid shadowed variables as reported by Xcode. | nyamatongwe | 1 | -1/+0 | |
2011-02-19 | Fixed to make compile. | nyamatongwe | 1 | -1/+1 | |
2011-02-17 | Folding of "procedure". Feature #3184356. | nyamatongwe | 1 | -1/+1 | |
Only create an end fold for "module procedure", not just "procedure". | |||||
2011-02-14 | Addition of triple quoted strings for Vala. Feature #3177601. | nyamatongwe | 1 | -1/+12 | |
From Colomban Wendling. | |||||
2011-02-13 | Folding features added by Udo Lechner. | nyamatongwe | 3 | -23/+294 | |
Explicit fold points which can be set to arbitrary strings and occur anywhere. Can choose whether to have syntax based folding and multiline comment folding. |