Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-18 | Backport: Guard against shifting by negative amount as that is undefined ↵ | Neil Hodgson | 1 | -1/+5 | |
behaviour. Backport of changeset 7090:041e498f21d3. | |||||
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-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -1/+2 | |
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
2017-03-04 | Use C++11 keyword "override" for methods in lexers that override an interface. | Neil | 1 | -21/+21 | |
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -26/+26 | |
positions and line numbers and may be widened to 64-bits in a future release. | |||||
2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 1 | -7/+7 | |
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-04 | add support to fold interface definitions | Joe Mueller | 1 | -1/+3 | |
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-17 | fix bug where terminating whitespace character was not included in escaped ↵ | Joe Mueller | 1 | -3/+1 | |
identifier | |||||
2015-02-12 | fix problem with typdef class statements creating a fold point, expecting an ↵ | Joe Mueller | 1 | -3/+13 | |
endclass statement | |||||
2015-02-09 | add support for escaped identifiers | Joe Mueller | 1 | -1/+13 | |
2015-01-30 | fix folding bugs with extern and pure virtual functions/tasks. fix folding ↵ | Joe Mueller | 1 | -1/+57 | |
bugs with wait fork and disable fork statements. | |||||
2015-01-29 | fix problem with folding comments by re-folding the previous line as was ↵ | Joe Mueller | 1 | -1/+12 | |
done in LexerModule::Fold | |||||
2015-01-13 | fix bug in handling of comments, make some new features conditional on lexer ↵ | Joe Mueller | 1 | -19/+29 | |
properties to preserve backwards compatibility | |||||
2015-01-06 | attempt to fix compile errors with different versions of g++ caused by ↵ | Joe Mueller | 1 | -4/+5 | |
missing inclusion of algorithm header file. | |||||
2015-01-06 | modify LexVerilog.cxx to support coloring of inactive code due to ↵ | Joe Mueller | 1 | -142/+652 | |
preprocessor commands | |||||
2014-12-17 | Highlights doc comment keywords; has separate styles for input, output, and | Neil | 1 | -68/+137 | |
inout ports; and fixes a bug in highlighting numbers. From Haimag Ren. | |||||
2011-05-25 | Update to support SystemVerilog. | nyamatongwe | 1 | -9/+21 | |
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/+10 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+330 | |