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
/
LexVisualProlog.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-3
/
+6
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-09-01
Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
1
-0
/
+2
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
1
-2
/
+2
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-1
/
+2
2017-03-04
Use C++11 keyword "override" for methods in lexers that override an interface.
Neil
1
-11
/
+11
2016-01-09
Recognize numbers more accurately and allow non-ASCII verbatim quoting
Thomas Linder Puls
1
-5
/
+10
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-10
/
+10
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
1
-8
/
+8
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2013-10-09
Feature [feature-requests:#1025]. Better support for string literals and Unic...
Neil
1
-90
/
+124
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
1
-0
/
+470