Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-16 | Backport: Remove line-end white space. | Neil | 1 | -1/+1 | |
Backport of changeset 6625:2dd6b8049c4e. | |||||
2017-11-05 | Backport: Stop treating '\' as an escape character in strings. | Vicente | 1 | -7/+26 | |
Detect character literals and assign SCE_VHDL_STRING to them. Backport of changeset 6415:2407bf63ca01. | |||||
2017-11-05 | Backport: Indent more uniformly with spaces instead of tabs. | Vicente | 1 | -34/+34 | |
Backport of changeset 6414:5f0b123ccdee. | |||||
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-03-06 | Fold a VHDL "entity" on the first line of the file. | Vicente | 1 | -3/+5 | |
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 | 1 | -24/+24 | |
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 | -7/+7 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
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-04-08 | add code to support extended identifiers | Joe Mueller | 1 | -1/+9 | |
2015-02-10 | Fix hang in folding when document starts with "entity". | Neil | 1 | -3/+4 | |
From Vicente. | |||||
2014-10-14 | Bug [#1664]. Fix folding of "block" keyword. | Neil | 1 | -1/+2 | |
From danselmi. | |||||
2014-08-22 | Bug [#613]. Fix folding when "component' before name. | Neil | 1 | -13/+37 | |
From danselmi. | |||||
2014-08-20 | Bug [#1527]. Support block comments in VHDL. | Neil | 1 | -11/+65 | |
From danselmi. | |||||
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -1/+1 | |
defined in scripts/HeaderOrder.txt. | |||||
2013-10-17 | Avoid namespace pollution by making lexer functions static. | Neil | 1 | -1/+1 | |
2012-02-19 | Enable differentiation of --! bang comments as this was disabled by poorly | nyamatongwe | 1 | -3/+0 | |
written code. Noticed by PVS-Studio. | |||||
2011-08-05 | Use casts to squash 64-bit warnings from strlen return value. | nyamatongwe | 1 | -1/+1 | |
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-17 | Fixed bug #3029627 VHDL unclosed strings not styled correctly. | nyamatongwe | 1 | -2/+2 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -5/+9 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+476 | |