| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-03-16 | Support Python 3.5 '@' operator. | John Ehresman | 1 | -1/+15 | |
| 2016-03-03 | CPP: Add support for folding on `(` and `)` | Colomban Wendling | 1 | -2/+2 | |
| Feature [feature-requests:#1138]. | |||||
| 2016-02-25 | Support hexadecimal numeric literals. | Matt Gilarde | 1 | -1/+3 | |
| 2016-02-17 | Ruby: Fix some HereDoc recognition with several expressions on a line | Colomban Wendling | 1 | -1/+30 | |
| Part of bug [#1810]. | |||||
| 2016-02-17 | Ruby: Allow a symbol before a HereDoc for an implicit hash argument | Colomban Wendling | 1 | -0/+10 | |
| Part of bug [#1810]. | |||||
| 2016-02-14 | Bug [#1809]. Rust: Handle new-style Unicode escape sequences | Colomban Wendling | 1 | -2/+24 | |
| https://doc.rust-lang.org/reference.html#unicode-escapes | |||||
| 2016-02-16 | Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol. | Colomban Wendling | 1 | -0/+5 | |
| 2016-02-01 | Support single-line comments, abbreviated keywords and extend nested comments to | Matt Gilarde | 1 | -22/+54 | |
| unlimited levels. | |||||
| 2016-01-22 | Limit the extent of Mako line comments to finish before the line end characters. | John Ehresman | 1 | -1/+1 | |
| This prevents a later assertion failure. | |||||
| 2016-01-09 | Recognize numbers more accurately and allow non-ASCII verbatim quoting | Thomas Linder Puls | 1 | -5/+10 | |
| characters. | |||||
| 2016-01-07 | Fix bug with final line in escape sequence recognition mode. | Neil | 1 | -0/+1 | |
| 2016-01-05 | Fix module ::-syntax when special characters such as 'x' are used. | Kein-Hong Man | 1 | -4/+7 | |
| Added ' and " detection as prefix chars for x repetition operator. | |||||
| 2015-12-28 | Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20. | Kein-Hong Man | 1 | -14/+75 | |
| 2015-12-28 | Bug [#1778]. Recognize more characters as here-doc delimiters. | Kein-Hong Man | 1 | -7/+8 | |
| 2015-12-21 | Bug [#1794]. Update previous change for '#' to get priority correct. | Kein-Hong Man | 1 | -5/+4 | |
| 2015-12-20 | Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh. | Kein-Hong Man | 1 | -0/+42 | |
| 2015-12-18 | Bug [#1793]. Add support for Perl 5.22. | Kein-Hong Man | 1 | -7/+25 | |
| Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures. | |||||
| 2015-12-16 | Detect warnings from the Microsoft linker. | Neil | 1 | -0/+4 | |
| 2015-12-12 | Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes. | Kein-Hong Man | 1 | -4/+2 | |
| Removed the dynamic array. | |||||
| 2015-12-11 | Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3. | Kein-Hong Man | 1 | -1/+1 | |
| 2015-12-10 | Flag incomplete here doc delimiters as syntax errors, matching bash 4.3. | Kein-Hong Man | 1 | -16/+10 | |
| Avoid heap allocations for here delimiter and quote stack. | |||||
| 2015-11-20 | Remove line end whitespace. | Neil | 14 | -145/+145 | |
| 2015-10-19 | Minor increase in allocation size prevents warning from VC++ analyze. | Neil | 1 | -1/+1 | |
| 2015-10-14 | Bug [#1766]. Treat line starts consistently to always highlight *foo* or similar | ActiveState | 1 | -1/+1 | |
| at line start. | |||||
| 2015-10-13 | Bug [#1765]. CoffeeScript lexer highlights ranges correctly. | ActiveState | 1 | -0/+4 | |
| 2015-09-29 | Mark local functions in lexers as static. | Neil Hodgson | 4 | -5/+5 | |
| 2015-09-09 | Allow '0' as the line number in GCC errors as some tools report whole file | Neil | 1 | -1/+1 | |
| errors as line 0. | |||||
| 2015-08-28 | Implement some ANSI escape sequences to change foreground colour and intensity. | Neil | 1 | -7/+84 | |
| 2015-08-21 | Fix empty comments /**/ so the comment state does not continue. | Mike Lischke | 1 | -3/+6 | |
| 2015-08-16 | Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixed | Neil | 1 | -12/+7 | |
| some cases of regex highlighting. From active-m / ActiveState. | |||||
| 2015-08-06 | Add VHDL protected keyword for folding. | Vicente | 1 | -1/+2 | |
| 2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 96 | -1100/+1105 | |
| positions and line numbers and may be widened to 64-bits in a future release. | |||||
| 2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 89 | -218/+218 | |
| comment recognizers to allow for future implementation of 64-bit positions. | |||||
| 2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 14 | -107/+107 | |
| 2015-07-14 | Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff, | Neil | 7 | -1149/+1334 | |
| LexErrorList, LexMake, LexNull, and LexProps. | |||||
| 2015-07-06 | Upgrading Python to an object lexer that supports substyles. | Neil | 1 | -73/+234 | |
| 2015-05-29 | Fix warning from Visual C++. | Neil | 1 | -1/+1 | |
| 2015-05-21 | add support for protected regions, prevent styling and folding within ↵ | Joe Mueller | 1 | -53/+72 | |
| protected region, allow folding of protected region | |||||
| 2015-05-13 | Bug [#1724]. Fix folding of "selecttype" and "selectcase". | Neil | 1 | -0/+1 | |
| From darmar. | |||||
| 2015-05-12 | Bug [#1719]. Fix #undef directive. | Neil | 1 | -3/+2 | |
| 2015-05-11 | Folder folds units declarations and fixes a case insensitivity bug with not | Neil | 1 | -3/+4 | |
| treating "IS" the same as "is". | |||||
| 2015-05-04 | add support to fold interface definitions | Joe Mueller | 1 | -1/+3 | |
| 2015-04-22 | Fix highlighting empty backquote strings (``) in cpp lexer | Jiří Techet | 1 | -1/+0 | |
| The sc.Forward() is performed once more at the end of the function and performing it here causes the second ` is skipped in ``. Probably caused by copy-pasting the code above and not realizing this one reads just a single character. | |||||
| 2015-04-08 | add code to support extended identifiers | Joe Mueller | 1 | -1/+9 | |
| 2015-03-29 | Fix handling of '+' and '-' in numbers. | Neil | 1 | -4/+5 | |
| From Michael Staszewski. | |||||
| 2015-03-27 | Bug [#1642] Reverting change set 5455 which caused problems with highlighting of | Neil | 1 | -5/+2 | |
| braces within strings. | |||||
| 2015-03-18 | fix bug in fold.at.else processing, the code for "begin" that set ↵ | Joe Mueller | 1 | -3/+34 | |
| levelMinCurrent was missing. Add support for lexer.verilog.fold.preprocessor.else that behaves like fold.at.else only for preprocessor `else and `elseif directives. | |||||
| 2015-03-18 | fix bug where macro styling allowed '.', fix bug where macro styling could ↵ | Joe Mueller | 1 | -2/+2 | |
| carry over to the next line | |||||
| 2015-03-10 | fix problem where preprocessor fold code would incorrectly match ↵ | Joe Mueller | 1 | -1/+1 | |
| `endcelldefine with `if | |||||
| 2015-02-24 | Reindented file consistently with tabs using astyle. | Neil | 1 | -187/+185 | |
| The file had become a mixture of tab indenting and space indenting. No other changes were made in this change set. | |||||
