Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-23 | Backport: Remove include of Platform.h that is not used by the CoffeeScript ↵ | Neil | 1 | -1/+0 | |
lexer as that makes it more difficult to change Platform.h. Backport of changeset 6732:6bdd215bedf9. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-06-09 | Backport: Use min and max from std instead of own version from platform. | Neil | 1 | -1/+3 | |
Backport of changeset 6297:4bf96081f6e6. | |||||
2016-09-24 | Bug [#1865]. Style interpolated code in strings for CoffeeScript. | ActiveState | 1 | -1/+71 | |
2015-10-13 | Bug [#1765]. CoffeeScript lexer highlights ranges correctly. | ActiveState | 1 | -0/+4 | |
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-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -16/+16 | |
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 | 1 | -2/+2 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
2014-11-29 | Add a missing comma to separate word list decriptions. | Neil | 1 | -1/+1 | |
2014-11-25 | Bug [#1420]. CoffeeScript: Describe existing secondary keyword sets | Colomban Wendling | 1 | -0/+3 | |
2014-11-25 | Bug [#1420]. CoffeeScript: Drop code that doesn't apply to CoffeeScript | Colomban Wendling | 1 | -166/+9 | |
Drop obsolete code that was copied from LexCPP but that is not relevant or even valid for CoffeeScript. Closes #1420. | |||||
2014-01-20 | Fix typos in comments (lexers) | Stefan Weil | 1 | -1/+1 | |
2014-03-17 | Avoid warning about excessive variable scope. | Neil | 1 | -2/+1 | |
2014-03-17 | Bug [#1583]. Fix styling 0...myArray.length all as a number. | Neil | 1 | -1/+1 | |
From Alpha. | |||||
2014-03-17 | Bug [#1583]. Fix keyword style extending past end of word. | Neil | 1 | -0/+7 | |
From Alpha. | |||||
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -1/+1 | |
Parameter names added to method declarations. | |||||
2013-08-17 | Fix CoffeeScript styles usage | Colomban Wendling | 1 | -71/+71 | |
Properly use SCE_COFFEESCRIPT_..., not SCE_C_..., even if they have the same value. | |||||
2013-07-06 | Bug: [#1495]. CoffeeScript comment-block lexing is wrong. | Neil | 1 | -22/+14 | |
From Eric Promislow. | |||||
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. |