Updated to version 1.40 of Scintilla
authorRobin Dunn <robin@alldunn.com>
Thu, 18 Oct 2001 01:24:58 +0000 (01:24 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 18 Oct 2001 01:24:58 +0000 (01:24 +0000)
commitb8b0e4022e105e102b5c7044638972a3fef38dc1
tree1e06263a389e023e16d3ae920586fa03c1692240
parent2fe212b0336512aac9eace69fab09ce856b0bf4b
Updated to version 1.40 of Scintilla

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
62 files changed:
contrib/include/wx/stc/stc.h
contrib/src/stc/Makefile.in
contrib/src/stc/PlatWX.cpp
contrib/src/stc/ScintillaWX.cpp
contrib/src/stc/makefile.b32
contrib/src/stc/makefile.g95
contrib/src/stc/makefile.vc [copied from src/stc/makefile.vc with 53% similarity]
contrib/src/stc/scintilla/README.txt
contrib/src/stc/scintilla/include/SciLexer.h
contrib/src/stc/scintilla/include/Scintilla.h
contrib/src/stc/scintilla/include/Scintilla.iface
contrib/src/stc/scintilla/include/ScintillaWidget.h
contrib/src/stc/scintilla/include/WinDefs.h [deleted file]
contrib/src/stc/scintilla/src/Document.cxx
contrib/src/stc/scintilla/src/Editor.cxx
contrib/src/stc/scintilla/src/Editor.h
contrib/src/stc/scintilla/src/KeyWords.cxx
contrib/src/stc/scintilla/src/LexCPP.cxx
contrib/src/stc/scintilla/src/LexCrontab.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexEiffel.cxx
contrib/src/stc/scintilla/src/LexHTML.cxx
contrib/src/stc/scintilla/src/LexPython.cxx
contrib/src/stc/scintilla/src/LineMarker.cxx
contrib/src/stc/scintilla/src/LineMarker.h
contrib/src/stc/scintilla/src/RESearch.cxx
contrib/src/stc/scintilla/src/ScintillaBase.cxx
contrib/src/stc/scintilla/src/ScintillaBase.h
contrib/src/stc/scintilla/src/StyleContext.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/StyleContext.h [new file with mode: 0644]
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
include/wx/stc/stc.h
src/stc/Makefile.in
src/stc/PlatWX.cpp
src/stc/ScintillaWX.cpp
src/stc/makefile.b32 [copied from contrib/src/stc/makefile.b32 with 52% similarity]
src/stc/makefile.g95
src/stc/makefile.vc
src/stc/scintilla/README.txt
src/stc/scintilla/include/SciLexer.h
src/stc/scintilla/include/Scintilla.h
src/stc/scintilla/include/Scintilla.iface
src/stc/scintilla/include/ScintillaWidget.h
src/stc/scintilla/include/WinDefs.h [deleted file]
src/stc/scintilla/src/Document.cxx
src/stc/scintilla/src/Editor.cxx
src/stc/scintilla/src/Editor.h
src/stc/scintilla/src/KeyWords.cxx
src/stc/scintilla/src/LexCPP.cxx
src/stc/scintilla/src/LexCrontab.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexEiffel.cxx [copied from contrib/src/stc/scintilla/src/LexEiffel.cxx with 57% similarity]
src/stc/scintilla/src/LexHTML.cxx
src/stc/scintilla/src/LexPython.cxx
src/stc/scintilla/src/LineMarker.cxx
src/stc/scintilla/src/LineMarker.h
src/stc/scintilla/src/RESearch.cxx
src/stc/scintilla/src/ScintillaBase.cxx
src/stc/scintilla/src/ScintillaBase.h
src/stc/scintilla/src/StyleContext.cxx [new file with mode: 0644]
src/stc/scintilla/src/StyleContext.h [new file with mode: 0644]
src/stc/stc.cpp
src/stc/stc.cpp.in