Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-20 | Handle % quoting better. | nyamatongwe | 1 | -0/+9 | |
From bug #2093767. | |||||
2010-10-20 | Treat all dots as operators in ranges 1..2 and 1...2 rather than | nyamatongwe | 1 | -0/+4 | |
treating the first dot as part of a number. Fixes part of bug #3058496 and patch came from bug #2093767. | |||||
2010-10-10 | Fix for bug #1263788 LaTeX syntax wrong for \end {something} | nyamatongwe | 1 | -1/+1 | |
2010-09-15 | Fix for bug #3066031 Wrong syntax higlight for broken c++ style comments | nyamatongwe | 1 | -3/+5 | |
2010-09-09 | Fix for bug #3062287 JavaScript lexer: recognize regexes following return ↵ | nyamatongwe | 1 | -2/+28 | |
keyword. | |||||
2010-09-06 | Ensure changing the marker for a here-doc causes a redisplay. | nyamatongwe | 1 | -0/+6 | |
2010-09-04 | Fix for bug #3058924 wrong highlighting for float literals containing +/-. | nyamatongwe | 1 | -1/+1 | |
Tests added for example numeric literals. | |||||
2010-09-01 | Fix division by 0 crash with preprocessor expressions like | nyamatongwe | 1 | -2/+2 | |
#if 1 / 0 or #if 1 // | |||||
2010-08-27 | Fixed bugs caused by ignoring single character \n line ends on #include lines | nyamatongwe | 1 | -0/+8 | |
causing preprocessor memory to be out of sync. | |||||
2010-08-18 | Fixed error with old compiler's incorrect view of scope. | nyamatongwe | 1 | -1/+1 | |
2010-08-16 | Bug #3045386 fixed: Markdown lexer can hang in an infinite loop | nyamatongwe | 1 | -2/+2 | |
Fix from Colomban Wendling. | |||||
2010-08-11 | Feature request #3042229 Refactor of powerpro lexer. | nyamatongwe | 1 | -132/+158 | |
Cleaned up the powerpro lexer. Renamed variables to be more descriptive Removed code that wasn't being used | |||||
2010-08-11 | Feature Request #3042228 Allow underscore to be a Powershell word character. | nyamatongwe | 1 | -1/+1 | |
2010-08-10 | Feature Request #3039490 Improved syntactic highlighting for Haskell | nyamatongwe | 1 | -81/+171 | |
'as' is a keyword but in all other contexts it is a normal identifier. The highligthting was failing if the operators are not separated by spaces: 10+20 There was highlighting for data types, classes and instances but it didn't work correctly. This was removed. | |||||
2010-08-07 | Made it possible to turn folding off again by looking at the "fold" property. | nyamatongwe | 1 | -0/+7 | |
2010-08-06 | Bug #3031742 MySQL Lexer folding does not work. Fixed by Mike Lischke. | nyamatongwe | 1 | -92/+104 | |
2010-08-04 | Bug #3038381 Escape of EOL in JS string does not work | nyamatongwe | 1 | -1/+3 | |
Patch from Stephan Deibel. | |||||
2010-08-02 | Moved line state one line earlier so it refers to the state at the end of ↵ | nyamatongwe | 1 | -3/+3 | |
the line. This makes it more robust when lines are inserted or removed as occurred in bug #3032652. | |||||
2010-07-31 | Patch from Stephan to remove bad folding for Django. Bug #3034853. | nyamatongwe | 1 | -5/+0 | |
2010-07-23 | Casts to avoid compiler warnings. | nyamatongwe | 1 | -3/+3 | |
2010-07-23 | Patch from Kein-Hong Man as feature #3033135 | nyamatongwe | 1 | -37/+183 | |
- improved keyword highlighting with commands, compound commands, and constructs - consistent highlighting across line continuations for commands and expressions - proper highlighting of file test operators and option arguments - better highlighting within test expressions and arithmetic expressions Also fixes SF bug ticket #3027958 | |||||
2010-07-18 | Patch from Kein-Hong Man improves folding for Perl. | nyamatongwe | 1 | -14/+43 | |
(a) Folding of array blocks (square brackets) - Done like folding for braces, which no one has complained about so far (b) Adjacent package statements are not folded (c) Nested folding for Pod headings (=head1 thru =head4) - Pod headings in the data section are also folded (d) Terminates package folding at __DATA__, __END__, ^D and ^Z - Previously, only __END__ tested for | |||||
2010-07-17 | Fixed bug #3029627 VHDL unclosed strings not styled correctly. | nyamatongwe | 1 | -2/+2 | |
2010-07-17 | Patch from Nick Treleaven to allow disabling explicit fold points. | nyamatongwe | 1 | -1/+6 | |
2010-07-17 | Removed debugging code. | nyamatongwe | 1 | -2/+0 | |
2010-07-17 | Lexer for Txt2tags contributed by Eric Forgeot. | nyamatongwe | 1 | -0/+481 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 77 | -960/+1262 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Major rewrite with lexer state used to highlight preprocessor constructs. | nyamatongwe | 1 | -112/+646 | |
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 78 | -0/+33373 | |