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
/
LexBasic.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
1
-4
/
+4
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
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-4
/
+4
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
1
-8
/
+8
2014-01-08
Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in...
Neil
1
-2
/
+2
2013-10-17
Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.
Neil
1
-16
/
+72
2012-05-05
Make destructors virtual to avoid warnings from g++ 4.7.
nyamatongwe
1
-1
/
+1
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-4
/
+0
2011-02-13
Folding features added by Udo Lechner.
nyamatongwe
1
-7
/
+56
2011-02-04
Converted to lexer objects.
nyamatongwe
1
-112
/
+202
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-6
/
+9
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+373