Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | Remove Lexilla files from Scintilla | Neil | 1 | -721/+0 | |
2018-09-18 | Initialize variables to ensure no undefined behaviour. | Neil Hodgson | 1 | -4/+4 | |
2018-05-02 | Add "change team" and "endteam" folding terms. | darmar | 1 | -1/+3 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-07-17 | Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU. | Neil Hodgson | 1 | -4/+4 | |
2017-06-22 | Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position. | Neil | 1 | -1/+1 | |
2017-04-18 | Bug [#1936]. Implement comment folding. | darmar | 1 | -9/+211 | |
2017-04-18 | Bug [#1935]. Recognize a preprocessor line after a line continuation. | darmar | 1 | -9/+13 | |
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -12/+13 | |
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 | -6/+6 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
2015-05-13 | Bug [#1724]. Fix folding of "selecttype" and "selectcase". | Neil | 1 | -0/+1 | |
From darmar. | |||||
2014-01-20 | Fix typos in comments (lexers) | Stefan Weil | 1 | -1/+1 | |
2014-02-06 | Avoid warning for excessive variable scope. | Neil | 1 | -2/+1 | |
2014-02-06 | Fix crashes and other bugs by removing folding of do-label constructs. | Neil | 1 | -32/+7 | |
2013-11-07 | Feature [feature-requests:#962]. Improvement of folding for Fortran. | Neil | 1 | -24/+79 | |
Treats "else" as fold header. From darmar. | |||||
2013-11-07 | Normalize indentation to tabs. | Neil | 1 | -45/+45 | |
2013-10-17 | Avoid namespace pollution by making lexer functions static. | Neil | 1 | -3/+3 | |
2012-07-09 | Bugs #3540486, #3087226, #2906275, #2809176. | nyamatongwe | 1 | -10/+23 | |
Style fixed format comments from column 73. Bug #3540486. Fold CRITICAL .. END CRITICAL. Bug #3540486. Fix styling after comment line ending with '&'. Bug #3087226. Style preprocessor lines so they do not trigger incorrect folding. Bug #2906275. Fix folding of nested ifs. Bug #2809176. From darmar. | |||||
2011-02-19 | Fixed to make compile. | nyamatongwe | 1 | -1/+1 | |
2011-02-17 | Folding of "procedure". Feature #3184356. | nyamatongwe | 1 | -1/+1 | |
Only create an end fold for "module procedure", not just "procedure". | |||||
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -6/+12 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+466 | |