Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 |
2017-07-17 | Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU. | Neil Hodgson | 1 | -9/+9 |
2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -1/+1 |
2011-08-05 | Fix to check for other.states.empty() when Merging SparseStates. | Ben Bluemel | 1 | -1/+1 |
2011-04-22 | Simplify code and avoid warnings. | nyamatongwe | 1 | -2/+2 |
2011-02-20 | Avoid some cppcheck warnings. | nyamatongwe | 1 | -2/+2 |
2011-02-13 | Added Merge method to SparseState to make it possible to detect significant | nyamatongwe | 1 | -0/+32 |
2011-02-13 | Extracted searches into a common method, added std:: where possibly needed. | nyamatongwe | 1 | -7/+12 |
2011-02-10 | Only append a state if the value differs from the last current value. | nyamatongwe | 1 | -1/+3 |
2011-02-10 | New class SparseState for storing lexer state that may not | nyamatongwe | 1 | -0/+71 |