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
/
src
/
KeyWords.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2003-10-15
Forthe lexer added.
nyamatongwe
1
-0
/
+1
2003-10-13
PowerBasic lexer added.
nyamatongwe
1
-0
/
+1
2003-09-27
Separate tex lexer.
nyamatongwe
1
-0
/
+2
2003-09-21
YAML lexer added.
nyamatongwe
1
-0
/
+1
2003-09-21
Added MPT lexer.
nyamatongwe
1
-0
/
+1
2003-08-18
Support for Clarion from Ron Schofield.
nyamatongwe
1
-0
/
+2
2003-08-10
Added MMIX lexer by Christoph Hösler.
nyamatongwe
1
-0
/
+1
2003-07-30
Scriptol lexer from Denis Sureau.
nyamatongwe
1
-0
/
+1
2003-07-30
NSIS scripting language support from Angelo Mandato.
nyamatongwe
1
-0
/
+1
2003-07-21
Added PostScript lexer from Nigel Hathaway.
nyamatongwe
1
-0
/
+1
2003-05-14
EScript lexer added.
nyamatongwe
1
-0
/
+1
2003-05-14
Moved lmNull into LexOthers.cxx as there was a report that the current
nyamatongwe
1
-17
/
+6
2003-05-09
Added Lout lexer by Kein-Hong Man.
nyamatongwe
1
-0
/
+1
2003-03-17
Added POV-Ray lexer by Steven te Brinke.
nyamatongwe
1
-0
/
+1
2002-11-17
Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.
nyamatongwe
1
-0
/
+1
2002-10-08
New lexer for Fortran.
nyamatongwe
1
-0
/
+2
2002-09-27
Added case insensitive keywords version of C++ lexer, cppnocase.
nyamatongwe
1
-0
/
+1
2002-09-10
Including LexAsm.
nyamatongwe
1
-0
/
+1
2002-07-29
Removed Scriptol lexer.
nyamatongwe
1
-1
/
+0
2002-07-21
Added Scriptol language.
nyamatongwe
1
-0
/
+1
2002-06-12
Patch from Gilles to make non debug targets force linking of lexers.
nyamatongwe
1
-3
/
+5
2002-06-10
Avoid continuation lines due to hassles with old GCC.
nyamatongwe
1
-3
/
+1
2002-04-11
Uses macro to simplify lexer references.
nyamatongwe
1
-74
/
+46
2002-04-03
Patch from Brian Quinlan to include metdata about keyword lists within
nyamatongwe
1
-1
/
+28
2002-02-20
Changed back to lexing full length rather than 1 less.
nyamatongwe
1
-1
/
+1
2002-02-16
New lexer for Matlab contributed by José Fonseca.
nyamatongwe
1
-0
/
+2
2002-02-12
Made LexerModule objects not be const again as that was impairing static
nyamatongwe
1
-1
/
+1
2002-02-12
Minor fixes to lexers.
nyamatongwe
1
-1
/
+1
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-8
/
+8
2002-02-06
Made languageName public so clients can use it.
nyamatongwe
1
-2
/
+2
2002-01-25
Made compile in LINK_LEXERS mode.
nyamatongwe
1
-1
/
+1
2002-01-18
Updated copyrights for 2002.
nyamatongwe
1
-1
/
+1
2002-01-07
Changed preprocessor switch for compiling in lexer linking code to be
nyamatongwe
1
-0
/
+8
2001-12-05
Added LexBaan.
nyamatongwe
1
-0
/
+2
2001-09-29
Bullant lexer added.
nyamatongwe
1
-0
/
+2
2001-08-31
Update of lexer list from Simon.
nyamatongwe
1
-9
/
+18
2001-08-15
Fixed up length to fold and initial style perturbed when making fold start
nyamatongwe
1
-1
/
+7
2001-08-10
Folding is started 1 line earlier than is being restyled to handle cases
nyamatongwe
1
-1
/
+8
2001-06-12
Patch from Walter to include all the new lexers.
nyamatongwe
1
-0
/
+10
2001-04-24
Initial version.
nyamatongwe
1
-0
/
+2
2001-04-13
Start of new lexer infrastructure.
nyamatongwe
1
-12
/
+52
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-6
/
+6
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-11-21
Changes by Walter to make work on OpenVMS.
nyamatongwe
1
-0
/
+44
2000-04-04
Avoid lots of warnings from Borland C++.
nyamatongwe
1
-1
/
+1
2000-04-04
Split a Document based Accessor (DocumentAccessor) off from
nyamatongwe
1
-1
/
+1
2000-03-31
Fixed line ends.
nyamatongwe
1
-45
/
+45
2000-03-30
Fixed bugs in handling undo history.
nyamatongwe
1
-43
/
+45
2000-03-16
Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.
nyamatongwe
1
-2526
/
+18
[next]