index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexVHDL.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-7
/
+7
2015-05-11
Folder folds units declarations and fixes a case insensitivity bug with not
Neil
1
-3
/
+4
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
2014-10-14
Bug [#1664]. Fix folding of "block" keyword.
Neil
1
-1
/
+2
2014-08-22
Bug [#613]. Fix folding when "component' before name.
Neil
1
-13
/
+37
2014-08-20
Bug [#1527]. Support block comments in VHDL.
Neil
1
-11
/
+65
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
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
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 PropSetSimple...
nyamatongwe
1
-1
/
+0
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
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+476