| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-09 | OScript lexer by Ferdinand Prantl added. Feature #3523018. | nyamatongwe | 1 | -0/+548 | |
| 2012-05-05 | Make destructors virtual to avoid warnings from g++ 4.7. | nyamatongwe | 6 | -5/+7 | |
| 2012-04-21 | Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027. | nyamatongwe | 1 | -3/+4 | |
| Now backtracks by whole lines until not inside tag. | |||||
| 2012-04-21 | Fix problem with JavaScript /*/ which starts a comment. Bug #3520032. | nyamatongwe | 1 | -0/+4 | |
| 2012-03-29 | Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug ↵ | James Ribe | 1 | -2/+9 | |
| Tracker ID: 3512208 | |||||
| 2012-03-22 | Bug #3509317. Properly mask state when re-lexing. Remove dead code. | Marko Njezic | 1 | -12/+7 | |
| 2012-03-22 | Use SparseState instead of std::vector. | Jerome LAFORGE | 1 | -12/+4 | |
| Cleaning dead code. Feature #3510158. | |||||
| 2012-03-21 | Bug #3508602. Avoid hang with diff files. From zenico. | nyamatongwe | 1 | -5/+16 | |
| 2012-03-13 | Improvement of folding for CASE/MERGE statement. | Jerome LAFORGE | 1 | -24/+72 | |
| Bug #3503277. | |||||
| 2012-03-11 | Manage MERGE statement like CASE statement. | Jerome LAFORGE | 1 | -3/+31 | |
| Bug #3499664. | |||||
| 2012-02-28 | Bug #3495445. Properly mask restored state after processing keywords in document | Marko Njezic | 1 | -1/+1 | |
| comment that's inside disabled preprocessor macro. | |||||
| 2012-02-25 | Fix dead code warnings from Xcode Analyze. | nyamatongwe | 2 | -4/+1 | |
| 2012-02-23 | Fix warning from PVS-Studio that could have trated non-operators as ↵ | nyamatongwe | 1 | -1/+1 | |
| operators for folding. | |||||
| 2012-02-19 | Enable differentiation of --! bang comments as this was disabled by poorly | nyamatongwe | 1 | -3/+0 | |
| written code. Noticed by PVS-Studio. | |||||
| 2012-02-18 | Lexer added for ECL language. Feature #3488209. | nyamatongwe | 1 | -0/+512 | |
| 2012-02-17 | Ensure start of string always initialized to avoid warning from Xcode analyze. | nyamatongwe | 1 | -0/+1 | |
| 2012-02-16 | Avoid switching to PHP in XML unless explicit. Bug #3488060. | nyamatongwe | 1 | -1/+1 | |
| 2012-02-09 | LexPascal folding improvements: | Marko Njezic | 1 | -0/+20 | |
| - Ignore forward interface declarations as fold points - Fold dispinterface code blocks | |||||
| 2012-01-23 | Lexer for AviSynth from Bruno Barbieri. Feature #3475611. | nyamatongwe | 1 | -0/+293 | |
| 2012-01-23 | Better handling of data URLs by maintaining state until a ')' marks their end. | nyamatongwe | 1 | -8/+19 | |
| From Ross McKay. | |||||
| 2012-01-17 | Added SCSS mode to CSS lexer. From Ross McKay. | nyamatongwe | 1 | -24/+193 | |
| 2011-12-30 | Fold block of single-line comments. | Jérôme LAFORGE | 1 | -1/+28 | |
| 2011-12-28 | Fold only and all empty HTML tags | Unknown | 1 | -7/+8 | |
| 2011-12-22 | Replace _strupr with portable code. | nyamatongwe | 1 | -1/+9 | |
| 2011-12-22 | Lexer for the Take Command / TCC scripting language. Feature #3462462. | nyamatongwe | 1 | -0/+503 | |
| From Rex Conn. | |||||
| 2011-12-14 | Remove duplicated clause as this caused warning from cppcheck. | nyamatongwe | 1 | -1/+1 | |
| 2011-12-13 | Bug #3458508. Fixed preprocessor structure messed up by continuation lines. | nyamatongwe | 1 | -0/+2 | |
| 2011-12-09 | Highlight column numbers in GCC-style diagnostic lines. Feature #3453075. | nyamatongwe | 1 | -3/+9 | |
| From Jakub Vrána. | |||||
| 2011-12-09 | Fixed ruby lexer to correctly handle '=begin' comments at start of file. Any ↵ | Nathan Broadbent | 1 | -2/+2 | |
| '=' at the start of a file would incorrectly trigger the comment state. --- lexers/LexRuby.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) | |||||
| 2011-12-02 | Remove dead assignment. | nyamatongwe | 1 | -1/+0 | |
| 2011-11-29 | Feature #3436256. Lexer for CoffeeScript from Eric Promislow | nyamatongwe | 1 | -0/+572 | |
| of ActiveState. | |||||
| 2011-11-17 | Fix crash caused by out-of-bounds memory access for line: | nyamatongwe | 1 | -1/+1 | |
| #if defined( XXX 1 From Stefan Weil. | |||||
| 2011-11-14 | Removed warning suppression that had been included for Visual C++ 6.0. | nyamatongwe | 6 | -24/+0 | |
| 2011-11-14 | Added ctype to avoid compilation problems for Padre. | nyamatongwe | 3 | -0/+3 | |
| 2011-11-09 | Avoid warning about dead code. | nyamatongwe | 1 | -1/+1 | |
| 2011-11-05 | Highlight words as keywords after '{' as this highlights 'else'. Bug #1836954. | nyamatongwe | 1 | -0/+1 | |
| From Colomban Wendling. | |||||
| 2011-10-26 | Fix warning from Clang. | nyamatongwe | 1 | -1/+1 | |
| 2011-09-22 | Hashquoted strings for Pike language from Chris Angelico. | nyamatongwe | 1 | -0/+17 | |
| 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 | |
