]> git.saurik.com Git - wxWidgets.git/commit - src/stc/stc.cpp.in
Apply patch (plus some additional changes) upgrading Scintilla to version 2.03. ...
authorRobin Dunn <robin@alldunn.com>
Tue, 30 Mar 2010 03:50:06 +0000 (03:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 30 Mar 2010 03:50:06 +0000 (03:50 +0000)
commit9e96e16fe0bc7af32d329c965ad110a3e5be5ad8
tree7231edcf8bdf333859ecc0c233c55e3641532871
parenta7d354c6d75a32033f62b8ecadd837519b35b3ef
Apply patch (plus some additional changes) upgrading Scintilla to version 2.03.  Closes #11765, #11748, #11346

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
125 files changed:
Makefile.in
build/bakefiles/scintilla.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_vc7_wxscintilla.vcproj
build/msw/wx_vc8_wxscintilla.vcproj
build/msw/wx_vc9_wxscintilla.vcproj
build/msw/wx_wxscintilla.dsp
include/wx/stc/stc.h
interface/wx/stc/stc.h
samples/stc/edit.cpp
samples/stc/edit.h
src/common/wincmn.cpp
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/KeyWords.h
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/include/ScintillaWidget.h
src/stc/scintilla/include/WindowAccessor.h
src/stc/scintilla/src/Array.cpp [new file with mode: 0644]
src/stc/scintilla/src/Array.h [new file with mode: 0644]
src/stc/scintilla/src/AutoComplete.cxx
src/stc/scintilla/src/CallTip.cxx
src/stc/scintilla/src/CallTip.h
src/stc/scintilla/src/CellBuffer.cxx
src/stc/scintilla/src/CellBuffer.h
src/stc/scintilla/src/CharClassify.cxx
src/stc/scintilla/src/CharClassify.h
src/stc/scintilla/src/Document.cxx
src/stc/scintilla/src/Document.h
src/stc/scintilla/src/DocumentAccessor.h
src/stc/scintilla/src/Editor.cxx
src/stc/scintilla/src/Editor.h
src/stc/scintilla/src/ExternalLexer.cxx
src/stc/scintilla/src/ExternalLexer.h
src/stc/scintilla/src/FontQuality.h [new file with mode: 0644]
src/stc/scintilla/src/Indicator.cxx
src/stc/scintilla/src/Indicator.h
src/stc/scintilla/src/KeyWords.cxx
src/stc/scintilla/src/LexAU3.cxx
src/stc/scintilla/src/LexAbaqus.cxx
src/stc/scintilla/src/LexAda.cxx
src/stc/scintilla/src/LexAsm.cxx
src/stc/scintilla/src/LexBash.cxx
src/stc/scintilla/src/LexCOBOL.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexCPP.cxx
src/stc/scintilla/src/LexCSS.cxx
src/stc/scintilla/src/LexCaml.cxx
src/stc/scintilla/src/LexCmake.cxx
src/stc/scintilla/src/LexD.cxx
src/stc/scintilla/src/LexErlang.cxx
src/stc/scintilla/src/LexForth.cxx
src/stc/scintilla/src/LexFortran.cxx
src/stc/scintilla/src/LexGen.py [new file with mode: 0644]
src/stc/scintilla/src/LexHTML.cxx
src/stc/scintilla/src/LexHaskell.cxx
src/stc/scintilla/src/LexInno.cxx
src/stc/scintilla/src/LexLisp.cxx
src/stc/scintilla/src/LexLua.cxx
src/stc/scintilla/src/LexMPT.cxx
src/stc/scintilla/src/LexMagik.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexMarkdown.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexMatlab.cxx
src/stc/scintilla/src/LexMySQL.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexNimrod.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexNsis.cxx
src/stc/scintilla/src/LexOthers.cxx
src/stc/scintilla/src/LexPascal.cxx
src/stc/scintilla/src/LexPerl.cxx
src/stc/scintilla/src/LexPowerPro.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexPowerShell.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexProgress.cxx
src/stc/scintilla/src/LexPython.cxx
src/stc/scintilla/src/LexRuby.cxx
src/stc/scintilla/src/LexSML.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexSQL.cxx
src/stc/scintilla/src/LexSorcus.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexSpice.cxx
src/stc/scintilla/src/LexTACL.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexTADS3.cxx
src/stc/scintilla/src/LexTAL.cxx [new file with mode: 0644]
src/stc/scintilla/src/LexTeX.cxx
src/stc/scintilla/src/LexVB.cxx
src/stc/scintilla/src/LexVerilog.cxx
src/stc/scintilla/src/LexYAML.cxx
src/stc/scintilla/src/LineMarker.cxx
src/stc/scintilla/src/LineMarker.h
src/stc/scintilla/src/Partitioning.h
src/stc/scintilla/src/PerLine.cxx [new file with mode: 0644]
src/stc/scintilla/src/PerLine.h [new file with mode: 0644]
src/stc/scintilla/src/PositionCache.cxx
src/stc/scintilla/src/PositionCache.h
src/stc/scintilla/src/PropSet.cxx
src/stc/scintilla/src/PropSetSimple.h [new file with mode: 0644]
src/stc/scintilla/src/RESearch.cxx
src/stc/scintilla/src/RESearch.h
src/stc/scintilla/src/RunStyles.cxx
src/stc/scintilla/src/RunStyles.h
src/stc/scintilla/src/SVector.h
src/stc/scintilla/src/ScintillaBase.cxx
src/stc/scintilla/src/ScintillaBase.h
src/stc/scintilla/src/Selection.cxx [new file with mode: 0644]
src/stc/scintilla/src/Selection.h [new file with mode: 0644]
src/stc/scintilla/src/SplitVector.h
src/stc/scintilla/src/Style.cxx
src/stc/scintilla/src/Style.h
src/stc/scintilla/src/StyleContext.h
src/stc/scintilla/src/UniConversion.cxx
src/stc/scintilla/src/ViewStyle.cxx
src/stc/scintilla/src/ViewStyle.h
src/stc/scintilla/src/WindowAccessor.cxx
src/stc/scintilla/src/XPM.h
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in