Updated to Scintilla 1.54
authorRobin Dunn <robin@alldunn.com>
Thu, 18 Sep 2003 05:05:52 +0000 (05:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 18 Sep 2003 05:05:52 +0000 (05:05 +0000)
commit88a8b04e9c387b5e5295d42f2ed23afcf37e3c2e
tree69a98e95f639494677b3bb70cad935745e0dee65
parenta47ae718e2211f64a44eb1238f7e8594c5c3f01b
Updated to Scintilla 1.54
Applied most of patch #806092
Added new wxSTC sample from Otto Wyss

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
136 files changed:
contrib/build/stc/makefile.bcc
contrib/build/stc/makefile.gcc
contrib/build/stc/makefile.vc
contrib/build/stc/makefile.wat
contrib/build/stc/stc.bkl
contrib/build/stc/stc.dsp
contrib/include/wx/stc/stc.h
contrib/samples/stc/Makefile.in
contrib/samples/stc/defsext.h [new file with mode: 0644]
contrib/samples/stc/edit.cpp [new file with mode: 0644]
contrib/samples/stc/edit.h [new file with mode: 0644]
contrib/samples/stc/makefile.bcc
contrib/samples/stc/makefile.gcc
contrib/samples/stc/makefile.vc
contrib/samples/stc/makefile.wat
contrib/samples/stc/mondrian.ico [new file with mode: 0644]
contrib/samples/stc/mondrian.xpm [new file with mode: 0644]
contrib/samples/stc/prefs.cpp [new file with mode: 0644]
contrib/samples/stc/prefs.h [new file with mode: 0644]
contrib/samples/stc/stctest.bkl
contrib/samples/stc/stctest.cpp
contrib/samples/stc/stctest.dsp
contrib/samples/stc/stctest.rc
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/Accessor.h
contrib/src/stc/scintilla/include/KeyWords.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/include/WindowAccessor.h
contrib/src/stc/scintilla/src/CellBuffer.cxx
contrib/src/stc/scintilla/src/CellBuffer.h
contrib/src/stc/scintilla/src/Document.cxx
contrib/src/stc/scintilla/src/DocumentAccessor.cxx
contrib/src/stc/scintilla/src/DocumentAccessor.h
contrib/src/stc/scintilla/src/Editor.cxx
contrib/src/stc/scintilla/src/ExternalLexer.h
contrib/src/stc/scintilla/src/Indicator.cxx
contrib/src/stc/scintilla/src/KeyWords.cxx
contrib/src/stc/scintilla/src/LexAda.cxx
contrib/src/stc/scintilla/src/LexCSS.cxx
contrib/src/stc/scintilla/src/LexEScript.cxx
contrib/src/stc/scintilla/src/LexHTML.cxx
contrib/src/stc/scintilla/src/LexLua.cxx
contrib/src/stc/scintilla/src/LexMMIXAL.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexNsis.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexOthers.cxx
contrib/src/stc/scintilla/src/LexPOV.cxx
contrib/src/stc/scintilla/src/LexPS.cxx [new file with mode: 0644]
contrib/src/stc/scintilla/src/LexPascal.cxx
contrib/src/stc/scintilla/src/LexSQL.cxx
contrib/src/stc/scintilla/src/LexScriptol.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/RESearch.h
contrib/src/stc/scintilla/src/SVector.h
contrib/src/stc/scintilla/src/ScintillaBase.cxx
contrib/src/stc/scintilla/src/ScintillaBase.h
contrib/src/stc/scintilla/src/Style.cxx
contrib/src/stc/scintilla/src/Style.h
contrib/src/stc/scintilla/src/WindowAccessor.cxx
contrib/src/stc/scintilla/src/XPM.cxx
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
samples/stc/Makefile.in
samples/stc/defsext.h [new file with mode: 0644]
samples/stc/edit.cpp [new file with mode: 0644]
samples/stc/edit.h [new file with mode: 0644]
samples/stc/makefile.bcc
samples/stc/makefile.gcc
samples/stc/makefile.vc
samples/stc/makefile.wat
samples/stc/mondrian.ico [new file with mode: 0644]
samples/stc/mondrian.xpm [new file with mode: 0644]
samples/stc/prefs.cpp [new file with mode: 0644]
samples/stc/prefs.h [new file with mode: 0644]
samples/stc/stctest.bkl
samples/stc/stctest.cpp
samples/stc/stctest.dsp
samples/stc/stctest.rc
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/Accessor.h
src/stc/scintilla/include/KeyWords.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/include/WindowAccessor.h
src/stc/scintilla/src/CellBuffer.cxx
src/stc/scintilla/src/CellBuffer.h
src/stc/scintilla/src/Document.cxx
src/stc/scintilla/src/DocumentAccessor.cxx
src/stc/scintilla/src/DocumentAccessor.h
src/stc/scintilla/src/Editor.cxx
src/stc/scintilla/src/ExternalLexer.h
src/stc/scintilla/src/Indicator.cxx
src/stc/scintilla/src/KeyWords.cxx
src/stc/scintilla/src/LexAda.cxx
src/stc/scintilla/src/LexCSS.cxx
src/stc/scintilla/src/LexEScript.cxx
src/stc/scintilla/src/LexHTML.cxx
src/stc/scintilla/src/LexLua.cxx
src/stc/scintilla/src/LexMMIXAL.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexNsis.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexOthers.cxx
src/stc/scintilla/src/LexPOV.cxx
src/stc/scintilla/src/LexPS.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexPascal.cxx
src/stc/scintilla/src/LexSQL.cxx
src/stc/scintilla/src/LexScriptol.cxx [new file with mode: 0644]
src/stc/scintilla/src/PropSet.cxx
src/stc/scintilla/src/RESearch.cxx
src/stc/scintilla/src/RESearch.h
src/stc/scintilla/src/SVector.h
src/stc/scintilla/src/ScintillaBase.cxx
src/stc/scintilla/src/ScintillaBase.h
src/stc/scintilla/src/Style.cxx
src/stc/scintilla/src/Style.h
src/stc/scintilla/src/WindowAccessor.cxx
src/stc/scintilla/src/XPM.cxx
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in