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
/
win32
/
ExternalLexer.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2003-04-18
Patch from Simon to make ExternalLexer platform independent.
nyamatongwe
1
-312
/
+0
2002-06-09
Avoid type size warnings.
nyamatongwe
1
-2
/
+1
2002-04-21
Some Win64 compatibility and size_t correctness.
nyamatongwe
1
-1
/
+1
2002-02-12
Made compatible with const correctness done for superclass.
nyamatongwe
1
-2
/
+2
2001-12-20
Changed append method to +=.
nyamatongwe
1
-2
/
+1
2001-12-20
Changed use of SString::assign to SString::= as assign is now a private
nyamatongwe
1
-1
/
+1
implementation detail.
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-1
/
+4
visibility of these headers to most code.
2001-05-21
Update from Simon to make startup and finalise work properly.
nyamatongwe
1
-1
/
+30
2001-05-21
Avoided some warnings.
nyamatongwe
1
-2
/
+1
2001-05-01
Fixed shutdown memory deallocation.
nyamatongwe
1
-1
/
+1
2001-05-01
External lexer feature added by Simon allows lexers to be housed in DLLs with
nyamatongwe
1
-0
/
+283
a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.