Updated Scintilla to version 1.58
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Feb 2004 00:03:13 +0000 (00:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Feb 2004 00:03:13 +0000 (00:03 +0000)
commit8e54aaedb5329a49ffd9c5d50071f9c8cdd5c59e
tree9c5463e29d71575ddfb919d6d9f2e1ad7d566bf5
parent1c53456fc91cbf647c9001221f8f630212718df0
Updated Scintilla to version 1.58

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
107 files changed:
contrib/build/stc/stc.bkl
contrib/include/wx/stc/stc.h
contrib/src/stc/Makefile.in
contrib/src/stc/PlatWX.cpp
contrib/src/stc/ScintillaWX.cpp
contrib/src/stc/ScintillaWX.h
contrib/src/stc/gen_iface.py
contrib/src/stc/scintilla/README.txt
contrib/src/stc/scintilla/include/Platform.h
contrib/src/stc/scintilla/include/PropSet.h
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/src/CallTip.cxx
contrib/src/stc/scintilla/src/ContractionState.cxx
contrib/src/stc/scintilla/src/Document.cxx
contrib/src/stc/scintilla/src/Document.h
contrib/src/stc/scintilla/src/Editor.cxx
contrib/src/stc/scintilla/src/Editor.h
contrib/src/stc/scintilla/src/ExternalLexer.cxx
contrib/src/stc/scintilla/src/Indicator.cxx
contrib/src/stc/scintilla/src/Indicator.h
contrib/src/stc/scintilla/src/KeyMap.cxx
contrib/src/stc/scintilla/src/KeyWords.cxx
contrib/src/stc/scintilla/src/LexAsm.cxx
contrib/src/stc/scintilla/src/LexCLW.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexErlang.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexForth.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexFortran.cxx
contrib/src/stc/scintilla/src/LexLua.cxx
contrib/src/stc/scintilla/src/LexMPT.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexMatlab.cxx
contrib/src/stc/scintilla/src/LexMetapost.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexOthers.cxx
contrib/src/stc/scintilla/src/LexPB.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexPOV.cxx
contrib/src/stc/scintilla/src/LexPerl.cxx
contrib/src/stc/scintilla/src/LexRuby.cxx
contrib/src/stc/scintilla/src/LexSQL.cxx
contrib/src/stc/scintilla/src/LexScriptol.cxx
contrib/src/stc/scintilla/src/LexTeX.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexVB.cxx
contrib/src/stc/scintilla/src/LexYAML.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/PropSet.cxx
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/ViewStyle.cxx
contrib/src/stc/scintilla/src/ViewStyle.h
contrib/src/stc/scintilla/src/XPM.cxx
contrib/src/stc/scintilla/src/XPM.h
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
src/stc/Makefile.in
src/stc/PlatWX.cpp
src/stc/ScintillaWX.cpp
src/stc/ScintillaWX.h
src/stc/gen_iface.py
src/stc/scintilla/README.txt
src/stc/scintilla/include/Platform.h
src/stc/scintilla/include/PropSet.h
src/stc/scintilla/include/SciLexer.h
src/stc/scintilla/include/Scintilla.h
src/stc/scintilla/include/Scintilla.iface
src/stc/scintilla/src/CallTip.cxx
src/stc/scintilla/src/ContractionState.cxx
src/stc/scintilla/src/Document.cxx
src/stc/scintilla/src/Document.h
src/stc/scintilla/src/Editor.cxx
src/stc/scintilla/src/Editor.h
src/stc/scintilla/src/ExternalLexer.cxx
src/stc/scintilla/src/Indicator.cxx
src/stc/scintilla/src/Indicator.h
src/stc/scintilla/src/KeyMap.cxx
src/stc/scintilla/src/KeyWords.cxx
src/stc/scintilla/src/LexAsm.cxx [copied from contrib/src/stc/scintilla/src/LexAsm.cxx with 50% similarity]
src/stc/scintilla/src/LexCLW.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexErlang.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexForth.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexFortran.cxx
src/stc/scintilla/src/LexLua.cxx
src/stc/scintilla/src/LexMPT.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexMatlab.cxx
src/stc/scintilla/src/LexMetapost.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexOthers.cxx
src/stc/scintilla/src/LexPB.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexPOV.cxx
src/stc/scintilla/src/LexPerl.cxx
src/stc/scintilla/src/LexRuby.cxx
src/stc/scintilla/src/LexSQL.cxx
src/stc/scintilla/src/LexScriptol.cxx
src/stc/scintilla/src/LexTeX.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexVB.cxx
src/stc/scintilla/src/LexYAML.cxx [new file with mode: 0644]
src/stc/scintilla/src/PropSet.cxx
src/stc/scintilla/src/RESearch.cxx
src/stc/scintilla/src/ScintillaBase.cxx
src/stc/scintilla/src/ScintillaBase.h
src/stc/scintilla/src/ViewStyle.cxx
src/stc/scintilla/src/ViewStyle.h
src/stc/scintilla/src/XPM.cxx
src/stc/scintilla/src/XPM.h
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in