aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ExternalLexer.cxx
AgeCommit message (Collapse)AuthorFilesLines
2002-06-09Avoid type size warnings.nyamatongwe1-2/+1
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-1/+1
2002-02-12Made compatible with const correctness done for superclass.nyamatongwe1-2/+2
2001-12-20Changed append method to +=.nyamatongwe1-2/+1
2001-12-20Changed use of SString::assign to SString::= as assign is now a privatenyamatongwe1-1/+1
implementation detail.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-1/+4
visibility of these headers to most code.
2001-05-21Update from Simon to make startup and finalise work properly.nyamatongwe1-1/+30
2001-05-21Avoided some warnings.nyamatongwe1-2/+1
2001-05-01Fixed shutdown memory deallocation.nyamatongwe1-1/+1
2001-05-01External lexer feature added by Simon allows lexers to be housed in DLLs withnyamatongwe1-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.