Merge branch 'scintilla_3.10.5' of https://github.com/MaartenBent/wxWidgets
Upgrade Scintilla to 3.21.1. See #1331.
This commit is contained in:
commit
adb29b1903
250 changed files with 31829 additions and 19020 deletions
9
.github/workflows/code_checks.yml
vendored
9
.github/workflows/code_checks.yml
vendored
|
|
@ -56,7 +56,8 @@ jobs:
|
||||||
':!**/Info*.plist*' \
|
':!**/Info*.plist*' \
|
||||||
':!**/*.sln' \
|
':!**/*.sln' \
|
||||||
':!**/*.vcproj' \
|
':!**/*.vcproj' \
|
||||||
':!**/*.xpm'
|
':!**/*.xpm' \
|
||||||
|
':!src/stc/scintilla/'
|
||||||
|
|
||||||
|
|
||||||
check-mixed-eol:
|
check-mixed-eol:
|
||||||
|
|
@ -86,8 +87,10 @@ jobs:
|
||||||
- name: Check for obsolete macros use
|
- name: Check for obsolete macros use
|
||||||
run: |
|
run: |
|
||||||
git fetch --depth=1 origin master
|
git fetch --depth=1 origin master
|
||||||
if git diff origin/master ':!.github/workflows/code_checks.yml' |
|
if git diff origin/master \
|
||||||
grep -E '^\+.*(wxOVERRIDE|wxNOEXCEPT|\WNULL)'; then
|
':!.github/workflows/code_checks.yml' \
|
||||||
|
':!src/stc/scintilla/' \
|
||||||
|
| grep -E '^\+.*(wxOVERRIDE|wxNOEXCEPT|\WNULL)'; then
|
||||||
echo "::error ::Please use C++11 equivalents of the deprecated macros in the new code."
|
echo "::error ::Please use C++11 equivalents of the deprecated macros in the new code."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
138
Makefile.in
138
Makefile.in
|
|
@ -265,10 +265,10 @@ WXEXPAT_OBJECTS = \
|
||||||
WXSCINTILLA_CXXFLAGS = $(WX_CPPFLAGS) -DNDEBUG \
|
WXSCINTILLA_CXXFLAGS = $(WX_CPPFLAGS) -DNDEBUG \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__wxscintilla_usingdll_p) -D__WX$(TOOLKIT)__ \
|
$(__wxscintilla_usingdll_p) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(WX_CXXFLAGS) $(____SHARED) \
|
$(__DEBUG_DEFINE_p) -DLPEG_LEXER=0 $(WX_CXXFLAGS) $(____SHARED) $(CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CXXFLAGS)
|
||||||
WXSCINTILLA_OBJECTS = \
|
WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexA68k.o \
|
wxscintilla_LexA68k.o \
|
||||||
wxscintilla_LexAbaqus.o \
|
wxscintilla_LexAbaqus.o \
|
||||||
|
|
@ -287,6 +287,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexBibTeX.o \
|
wxscintilla_LexBibTeX.o \
|
||||||
wxscintilla_LexBullant.o \
|
wxscintilla_LexBullant.o \
|
||||||
wxscintilla_LexCaml.o \
|
wxscintilla_LexCaml.o \
|
||||||
|
wxscintilla_LexCIL.o \
|
||||||
wxscintilla_LexCLW.o \
|
wxscintilla_LexCLW.o \
|
||||||
wxscintilla_LexCmake.o \
|
wxscintilla_LexCmake.o \
|
||||||
wxscintilla_LexCOBOL.o \
|
wxscintilla_LexCOBOL.o \
|
||||||
|
|
@ -297,6 +298,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexCsound.o \
|
wxscintilla_LexCsound.o \
|
||||||
wxscintilla_LexCSS.o \
|
wxscintilla_LexCSS.o \
|
||||||
wxscintilla_LexD.o \
|
wxscintilla_LexD.o \
|
||||||
|
wxscintilla_LexDataflex.o \
|
||||||
wxscintilla_LexDiff.o \
|
wxscintilla_LexDiff.o \
|
||||||
wxscintilla_LexDMAP.o \
|
wxscintilla_LexDMAP.o \
|
||||||
wxscintilla_LexDMIS.o \
|
wxscintilla_LexDMIS.o \
|
||||||
|
|
@ -312,8 +314,10 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexGAP.o \
|
wxscintilla_LexGAP.o \
|
||||||
wxscintilla_LexGui4Cli.o \
|
wxscintilla_LexGui4Cli.o \
|
||||||
wxscintilla_LexHaskell.o \
|
wxscintilla_LexHaskell.o \
|
||||||
|
wxscintilla_LexHollywood.o \
|
||||||
wxscintilla_LexHex.o \
|
wxscintilla_LexHex.o \
|
||||||
wxscintilla_LexHTML.o \
|
wxscintilla_LexHTML.o \
|
||||||
|
wxscintilla_LexIndent.o \
|
||||||
wxscintilla_LexInno.o \
|
wxscintilla_LexInno.o \
|
||||||
wxscintilla_LexJSON.o \
|
wxscintilla_LexJSON.o \
|
||||||
wxscintilla_LexKix.o \
|
wxscintilla_LexKix.o \
|
||||||
|
|
@ -321,17 +325,20 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexLaTeX.o \
|
wxscintilla_LexLaTeX.o \
|
||||||
wxscintilla_LexLisp.o \
|
wxscintilla_LexLisp.o \
|
||||||
wxscintilla_LexLout.o \
|
wxscintilla_LexLout.o \
|
||||||
|
wxscintilla_LexLPeg.o \
|
||||||
wxscintilla_LexLua.o \
|
wxscintilla_LexLua.o \
|
||||||
wxscintilla_LexMagik.o \
|
wxscintilla_LexMagik.o \
|
||||||
wxscintilla_LexMake.o \
|
wxscintilla_LexMake.o \
|
||||||
wxscintilla_LexMarkdown.o \
|
wxscintilla_LexMarkdown.o \
|
||||||
wxscintilla_LexMatlab.o \
|
wxscintilla_LexMatlab.o \
|
||||||
|
wxscintilla_LexMaxima.o \
|
||||||
wxscintilla_LexMetapost.o \
|
wxscintilla_LexMetapost.o \
|
||||||
wxscintilla_LexMMIXAL.o \
|
wxscintilla_LexMMIXAL.o \
|
||||||
wxscintilla_LexModula.o \
|
wxscintilla_LexModula.o \
|
||||||
wxscintilla_LexMPT.o \
|
wxscintilla_LexMPT.o \
|
||||||
wxscintilla_LexMSSQL.o \
|
wxscintilla_LexMSSQL.o \
|
||||||
wxscintilla_LexMySQL.o \
|
wxscintilla_LexMySQL.o \
|
||||||
|
wxscintilla_LexNim.o \
|
||||||
wxscintilla_LexNimrod.o \
|
wxscintilla_LexNimrod.o \
|
||||||
wxscintilla_LexNsis.o \
|
wxscintilla_LexNsis.o \
|
||||||
wxscintilla_LexNull.o \
|
wxscintilla_LexNull.o \
|
||||||
|
|
@ -350,10 +357,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexPS.o \
|
wxscintilla_LexPS.o \
|
||||||
wxscintilla_LexPython.o \
|
wxscintilla_LexPython.o \
|
||||||
wxscintilla_LexR.o \
|
wxscintilla_LexR.o \
|
||||||
|
wxscintilla_LexRaku.o \
|
||||||
wxscintilla_LexRebol.o \
|
wxscintilla_LexRebol.o \
|
||||||
wxscintilla_LexRegistry.o \
|
wxscintilla_LexRegistry.o \
|
||||||
wxscintilla_LexRuby.o \
|
wxscintilla_LexRuby.o \
|
||||||
wxscintilla_LexRust.o \
|
wxscintilla_LexRust.o \
|
||||||
|
wxscintilla_LexSAS.o \
|
||||||
wxscintilla_LexScriptol.o \
|
wxscintilla_LexScriptol.o \
|
||||||
wxscintilla_LexSmalltalk.o \
|
wxscintilla_LexSmalltalk.o \
|
||||||
wxscintilla_LexSML.o \
|
wxscintilla_LexSML.o \
|
||||||
|
|
@ -361,6 +370,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexSpecman.o \
|
wxscintilla_LexSpecman.o \
|
||||||
wxscintilla_LexSpice.o \
|
wxscintilla_LexSpice.o \
|
||||||
wxscintilla_LexSQL.o \
|
wxscintilla_LexSQL.o \
|
||||||
|
wxscintilla_LexStata.o \
|
||||||
wxscintilla_LexSTTXT.o \
|
wxscintilla_LexSTTXT.o \
|
||||||
wxscintilla_LexTACL.o \
|
wxscintilla_LexTACL.o \
|
||||||
wxscintilla_LexTADS3.o \
|
wxscintilla_LexTADS3.o \
|
||||||
|
|
@ -373,10 +383,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_LexVerilog.o \
|
wxscintilla_LexVerilog.o \
|
||||||
wxscintilla_LexVHDL.o \
|
wxscintilla_LexVHDL.o \
|
||||||
wxscintilla_LexVisualProlog.o \
|
wxscintilla_LexVisualProlog.o \
|
||||||
|
wxscintilla_LexX12.o \
|
||||||
wxscintilla_LexYAML.o \
|
wxscintilla_LexYAML.o \
|
||||||
wxscintilla_Accessor.o \
|
wxscintilla_Accessor.o \
|
||||||
wxscintilla_CharacterCategory.o \
|
wxscintilla_CharacterCategory.o \
|
||||||
wxscintilla_CharacterSet.o \
|
wxscintilla_CharacterSet.o \
|
||||||
|
wxscintilla_DefaultLexer.o \
|
||||||
wxscintilla_LexerBase.o \
|
wxscintilla_LexerBase.o \
|
||||||
wxscintilla_LexerModule.o \
|
wxscintilla_LexerModule.o \
|
||||||
wxscintilla_LexerNoExceptions.o \
|
wxscintilla_LexerNoExceptions.o \
|
||||||
|
|
@ -392,11 +404,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_CellBuffer.o \
|
wxscintilla_CellBuffer.o \
|
||||||
wxscintilla_CharClassify.o \
|
wxscintilla_CharClassify.o \
|
||||||
wxscintilla_ContractionState.o \
|
wxscintilla_ContractionState.o \
|
||||||
|
wxscintilla_DBCS.o \
|
||||||
wxscintilla_Decoration.o \
|
wxscintilla_Decoration.o \
|
||||||
wxscintilla_Document.o \
|
wxscintilla_Document.o \
|
||||||
wxscintilla_EditModel.o \
|
wxscintilla_EditModel.o \
|
||||||
wxscintilla_EditView.o \
|
|
||||||
wxscintilla_Editor.o \
|
wxscintilla_Editor.o \
|
||||||
|
wxscintilla_EditView.o \
|
||||||
wxscintilla_ExternalLexer.o \
|
wxscintilla_ExternalLexer.o \
|
||||||
wxscintilla_Indicator.o \
|
wxscintilla_Indicator.o \
|
||||||
wxscintilla_KeyMap.o \
|
wxscintilla_KeyMap.o \
|
||||||
|
|
@ -410,6 +423,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
wxscintilla_Selection.o \
|
wxscintilla_Selection.o \
|
||||||
wxscintilla_Style.o \
|
wxscintilla_Style.o \
|
||||||
wxscintilla_UniConversion.o \
|
wxscintilla_UniConversion.o \
|
||||||
|
wxscintilla_UniqueString.o \
|
||||||
wxscintilla_ViewStyle.o \
|
wxscintilla_ViewStyle.o \
|
||||||
wxscintilla_XPM.o
|
wxscintilla_XPM.o
|
||||||
PLUGINS_INST_DIR = $(libdir)/wx/$(PLUGIN_VERSION0)
|
PLUGINS_INST_DIR = $(libdir)/wx/$(PLUGIN_VERSION0)
|
||||||
|
|
@ -988,10 +1002,9 @@ MONODLL_CFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__webview_additional_include_wrl_p) \
|
$(__webview_additional_include_wrl_p) $(__webview_additional_include_p) \
|
||||||
$(__webview_additional_include_p) -DwxUSE_BASE=1 -DWXMAKINGDLL $(PIC_FLAG) \
|
-DwxUSE_BASE=1 -DWXMAKINGDLL $(PIC_FLAG) $(WX_CFLAGS) $(CPPFLAGS) $(CFLAGS)
|
||||||
$(WX_CFLAGS) $(CPPFLAGS) $(CFLAGS)
|
|
||||||
MONODLL_CXXFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
MONODLL_CXXFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
||||||
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||||
|
|
@ -999,10 +1012,10 @@ MONODLL_CXXFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__webview_additional_include_wrl_p) \
|
$(__webview_additional_include_wrl_p) $(__webview_additional_include_p) \
|
||||||
$(__webview_additional_include_p) -DwxUSE_BASE=1 -DWXMAKINGDLL $(PIC_FLAG) \
|
-DwxUSE_BASE=1 -DWXMAKINGDLL $(PIC_FLAG) $(WX_CXXFLAGS) \
|
||||||
$(WX_CXXFLAGS) $(webview_edge_pragma_warning) $(CPPFLAGS) $(CXXFLAGS)
|
$(webview_edge_pragma_warning) $(CPPFLAGS) $(CXXFLAGS)
|
||||||
MONODLL_OBJCXXFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) \
|
MONODLL_OBJCXXFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) \
|
||||||
$(__INC_TIFF_p) $(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) \
|
$(__INC_TIFF_p) $(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) \
|
||||||
$(__INC_REGEX_p) $(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ \
|
$(__INC_REGEX_p) $(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ \
|
||||||
|
|
@ -1010,10 +1023,9 @@ MONODLL_OBJCXXFLAGS = $(__monodll_PCH_INC) $(__INC_TIFF_BUILD_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__webview_additional_include_wrl_p) \
|
$(__webview_additional_include_wrl_p) $(__webview_additional_include_p) \
|
||||||
$(__webview_additional_include_p) -DwxUSE_BASE=1 -DWXMAKINGDLL $(PIC_FLAG) \
|
-DwxUSE_BASE=1 -DWXMAKINGDLL $(PIC_FLAG) $(CPPFLAGS) $(OBJCXXFLAGS)
|
||||||
$(CPPFLAGS) $(OBJCXXFLAGS)
|
|
||||||
MONODLL_OBJECTS = \
|
MONODLL_OBJECTS = \
|
||||||
monodll_any.o \
|
monodll_any.o \
|
||||||
monodll_appbase.o \
|
monodll_appbase.o \
|
||||||
|
|
@ -1137,10 +1149,9 @@ MONOLIB_CFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__webview_additional_include_wrl_p) \
|
$(__webview_additional_include_wrl_p) $(__webview_additional_include_p) \
|
||||||
$(__webview_additional_include_p) -DwxUSE_BASE=1 $(WX_CFLAGS) $(CPPFLAGS) \
|
-DwxUSE_BASE=1 $(WX_CFLAGS) $(CPPFLAGS) $(CFLAGS)
|
||||||
$(CFLAGS)
|
|
||||||
MONOLIB_CXXFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
MONOLIB_CXXFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
||||||
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||||
|
|
@ -1148,10 +1159,10 @@ MONOLIB_CXXFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__webview_additional_include_wrl_p) \
|
$(__webview_additional_include_wrl_p) $(__webview_additional_include_p) \
|
||||||
$(__webview_additional_include_p) -DwxUSE_BASE=1 $(WX_CXXFLAGS) \
|
-DwxUSE_BASE=1 $(WX_CXXFLAGS) $(webview_edge_pragma_warning) $(CPPFLAGS) \
|
||||||
$(webview_edge_pragma_warning) $(CPPFLAGS) $(CXXFLAGS)
|
$(CXXFLAGS)
|
||||||
MONOLIB_OBJCXXFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) \
|
MONOLIB_OBJCXXFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) \
|
||||||
$(__INC_TIFF_p) $(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) \
|
$(__INC_TIFF_p) $(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) \
|
||||||
$(__INC_REGEX_p) $(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ \
|
$(__INC_REGEX_p) $(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ \
|
||||||
|
|
@ -1159,9 +1170,9 @@ MONOLIB_OBJCXXFLAGS = $(__monolib_PCH_INC) $(__INC_TIFF_BUILD_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__webview_additional_include_wrl_p) \
|
$(__webview_additional_include_wrl_p) $(__webview_additional_include_p) \
|
||||||
$(__webview_additional_include_p) -DwxUSE_BASE=1 $(CPPFLAGS) $(OBJCXXFLAGS)
|
-DwxUSE_BASE=1 $(CPPFLAGS) $(OBJCXXFLAGS)
|
||||||
MONOLIB_OBJECTS = \
|
MONOLIB_OBJECTS = \
|
||||||
monolib_any.o \
|
monolib_any.o \
|
||||||
monolib_appbase.o \
|
monolib_appbase.o \
|
||||||
|
|
@ -2121,9 +2132,9 @@ STCDLL_CXXFLAGS = $(__stcdll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC $(PIC_FLAG) $(WX_CXXFLAGS) \
|
-DWXUSINGDLL -DWXMAKINGDLL_STC $(PIC_FLAG) $(WX_CXXFLAGS) $(CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CXXFLAGS)
|
||||||
STCDLL_OBJCXXFLAGS = $(__stcdll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
STCDLL_OBJCXXFLAGS = $(__stcdll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
||||||
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||||
|
|
@ -2131,9 +2142,8 @@ STCDLL_OBJCXXFLAGS = $(__stcdll_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC $(PIC_FLAG) $(CPPFLAGS) \
|
-DWXUSINGDLL -DWXMAKINGDLL_STC $(PIC_FLAG) $(CPPFLAGS) $(OBJCXXFLAGS)
|
||||||
$(OBJCXXFLAGS)
|
|
||||||
STCDLL_OBJECTS = \
|
STCDLL_OBJECTS = \
|
||||||
$(__stcdll___win32rc) \
|
$(__stcdll___win32rc) \
|
||||||
stcdll_stc.o \
|
stcdll_stc.o \
|
||||||
|
|
@ -2149,8 +2159,8 @@ STCLIB_CXXFLAGS = $(__stclib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
|
$(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
|
||||||
STCLIB_OBJCXXFLAGS = $(__stclib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
STCLIB_OBJCXXFLAGS = $(__stclib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
$(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_REGEX_p) \
|
||||||
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
$(__INC_EXPAT_p) $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||||
|
|
@ -2158,8 +2168,8 @@ STCLIB_OBJCXXFLAGS = $(__stclib_PCH_INC) $(__INC_TIFF_BUILD_p) $(__INC_TIFF_p) \
|
||||||
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
$(__THREAD_DEFINE_p) -DWXBUILDING \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/include \
|
-I$(top_srcdir)/src/stc/scintilla/include \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
-I$(top_srcdir)/src/stc/scintilla/lexlib \
|
||||||
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I$(top_srcdir)/src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(CPPFLAGS) $(OBJCXXFLAGS)
|
$(CPPFLAGS) $(OBJCXXFLAGS)
|
||||||
STCLIB_OBJECTS = \
|
STCLIB_OBJECTS = \
|
||||||
stclib_stc.o \
|
stclib_stc.o \
|
||||||
stclib_PlatWX.o \
|
stclib_PlatWX.o \
|
||||||
|
|
@ -14215,6 +14225,9 @@ wxscintilla_LexBullant.o: $(srcdir)/src/stc/scintilla/lexers/LexBullant.cxx
|
||||||
wxscintilla_LexCaml.o: $(srcdir)/src/stc/scintilla/lexers/LexCaml.cxx
|
wxscintilla_LexCaml.o: $(srcdir)/src/stc/scintilla/lexers/LexCaml.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexCaml.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexCaml.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexCIL.o: $(srcdir)/src/stc/scintilla/lexers/LexCIL.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexCIL.cxx
|
||||||
|
|
||||||
wxscintilla_LexCLW.o: $(srcdir)/src/stc/scintilla/lexers/LexCLW.cxx
|
wxscintilla_LexCLW.o: $(srcdir)/src/stc/scintilla/lexers/LexCLW.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexCLW.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexCLW.cxx
|
||||||
|
|
||||||
|
|
@ -14245,6 +14258,9 @@ wxscintilla_LexCSS.o: $(srcdir)/src/stc/scintilla/lexers/LexCSS.cxx
|
||||||
wxscintilla_LexD.o: $(srcdir)/src/stc/scintilla/lexers/LexD.cxx
|
wxscintilla_LexD.o: $(srcdir)/src/stc/scintilla/lexers/LexD.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexD.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexD.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexDataflex.o: $(srcdir)/src/stc/scintilla/lexers/LexDataflex.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexDataflex.cxx
|
||||||
|
|
||||||
wxscintilla_LexDiff.o: $(srcdir)/src/stc/scintilla/lexers/LexDiff.cxx
|
wxscintilla_LexDiff.o: $(srcdir)/src/stc/scintilla/lexers/LexDiff.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexDiff.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexDiff.cxx
|
||||||
|
|
||||||
|
|
@ -14290,12 +14306,18 @@ wxscintilla_LexGui4Cli.o: $(srcdir)/src/stc/scintilla/lexers/LexGui4Cli.cxx
|
||||||
wxscintilla_LexHaskell.o: $(srcdir)/src/stc/scintilla/lexers/LexHaskell.cxx
|
wxscintilla_LexHaskell.o: $(srcdir)/src/stc/scintilla/lexers/LexHaskell.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHaskell.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHaskell.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexHollywood.o: $(srcdir)/src/stc/scintilla/lexers/LexHollywood.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHollywood.cxx
|
||||||
|
|
||||||
wxscintilla_LexHex.o: $(srcdir)/src/stc/scintilla/lexers/LexHex.cxx
|
wxscintilla_LexHex.o: $(srcdir)/src/stc/scintilla/lexers/LexHex.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHex.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHex.cxx
|
||||||
|
|
||||||
wxscintilla_LexHTML.o: $(srcdir)/src/stc/scintilla/lexers/LexHTML.cxx
|
wxscintilla_LexHTML.o: $(srcdir)/src/stc/scintilla/lexers/LexHTML.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHTML.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexHTML.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexIndent.o: $(srcdir)/src/stc/scintilla/lexers/LexIndent.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexIndent.cxx
|
||||||
|
|
||||||
wxscintilla_LexInno.o: $(srcdir)/src/stc/scintilla/lexers/LexInno.cxx
|
wxscintilla_LexInno.o: $(srcdir)/src/stc/scintilla/lexers/LexInno.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexInno.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexInno.cxx
|
||||||
|
|
||||||
|
|
@ -14317,6 +14339,9 @@ wxscintilla_LexLisp.o: $(srcdir)/src/stc/scintilla/lexers/LexLisp.cxx
|
||||||
wxscintilla_LexLout.o: $(srcdir)/src/stc/scintilla/lexers/LexLout.cxx
|
wxscintilla_LexLout.o: $(srcdir)/src/stc/scintilla/lexers/LexLout.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexLout.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexLout.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexLPeg.o: $(srcdir)/src/stc/scintilla/lexers/LexLPeg.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexLPeg.cxx
|
||||||
|
|
||||||
wxscintilla_LexLua.o: $(srcdir)/src/stc/scintilla/lexers/LexLua.cxx
|
wxscintilla_LexLua.o: $(srcdir)/src/stc/scintilla/lexers/LexLua.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexLua.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexLua.cxx
|
||||||
|
|
||||||
|
|
@ -14332,6 +14357,9 @@ wxscintilla_LexMarkdown.o: $(srcdir)/src/stc/scintilla/lexers/LexMarkdown.cxx
|
||||||
wxscintilla_LexMatlab.o: $(srcdir)/src/stc/scintilla/lexers/LexMatlab.cxx
|
wxscintilla_LexMatlab.o: $(srcdir)/src/stc/scintilla/lexers/LexMatlab.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMatlab.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMatlab.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexMaxima.o: $(srcdir)/src/stc/scintilla/lexers/LexMaxima.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMaxima.cxx
|
||||||
|
|
||||||
wxscintilla_LexMetapost.o: $(srcdir)/src/stc/scintilla/lexers/LexMetapost.cxx
|
wxscintilla_LexMetapost.o: $(srcdir)/src/stc/scintilla/lexers/LexMetapost.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMetapost.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMetapost.cxx
|
||||||
|
|
||||||
|
|
@ -14350,6 +14378,9 @@ wxscintilla_LexMSSQL.o: $(srcdir)/src/stc/scintilla/lexers/LexMSSQL.cxx
|
||||||
wxscintilla_LexMySQL.o: $(srcdir)/src/stc/scintilla/lexers/LexMySQL.cxx
|
wxscintilla_LexMySQL.o: $(srcdir)/src/stc/scintilla/lexers/LexMySQL.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMySQL.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexMySQL.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexNim.o: $(srcdir)/src/stc/scintilla/lexers/LexNim.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexNim.cxx
|
||||||
|
|
||||||
wxscintilla_LexNimrod.o: $(srcdir)/src/stc/scintilla/lexers/LexNimrod.cxx
|
wxscintilla_LexNimrod.o: $(srcdir)/src/stc/scintilla/lexers/LexNimrod.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexNimrod.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexNimrod.cxx
|
||||||
|
|
||||||
|
|
@ -14404,6 +14435,9 @@ wxscintilla_LexPython.o: $(srcdir)/src/stc/scintilla/lexers/LexPython.cxx
|
||||||
wxscintilla_LexR.o: $(srcdir)/src/stc/scintilla/lexers/LexR.cxx
|
wxscintilla_LexR.o: $(srcdir)/src/stc/scintilla/lexers/LexR.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexR.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexR.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexRaku.o: $(srcdir)/src/stc/scintilla/lexers/LexRaku.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexRaku.cxx
|
||||||
|
|
||||||
wxscintilla_LexRebol.o: $(srcdir)/src/stc/scintilla/lexers/LexRebol.cxx
|
wxscintilla_LexRebol.o: $(srcdir)/src/stc/scintilla/lexers/LexRebol.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexRebol.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexRebol.cxx
|
||||||
|
|
||||||
|
|
@ -14416,6 +14450,9 @@ wxscintilla_LexRuby.o: $(srcdir)/src/stc/scintilla/lexers/LexRuby.cxx
|
||||||
wxscintilla_LexRust.o: $(srcdir)/src/stc/scintilla/lexers/LexRust.cxx
|
wxscintilla_LexRust.o: $(srcdir)/src/stc/scintilla/lexers/LexRust.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexRust.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexRust.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexSAS.o: $(srcdir)/src/stc/scintilla/lexers/LexSAS.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexSAS.cxx
|
||||||
|
|
||||||
wxscintilla_LexScriptol.o: $(srcdir)/src/stc/scintilla/lexers/LexScriptol.cxx
|
wxscintilla_LexScriptol.o: $(srcdir)/src/stc/scintilla/lexers/LexScriptol.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexScriptol.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexScriptol.cxx
|
||||||
|
|
||||||
|
|
@ -14437,6 +14474,9 @@ wxscintilla_LexSpice.o: $(srcdir)/src/stc/scintilla/lexers/LexSpice.cxx
|
||||||
wxscintilla_LexSQL.o: $(srcdir)/src/stc/scintilla/lexers/LexSQL.cxx
|
wxscintilla_LexSQL.o: $(srcdir)/src/stc/scintilla/lexers/LexSQL.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexSQL.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexSQL.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexStata.o: $(srcdir)/src/stc/scintilla/lexers/LexStata.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexStata.cxx
|
||||||
|
|
||||||
wxscintilla_LexSTTXT.o: $(srcdir)/src/stc/scintilla/lexers/LexSTTXT.cxx
|
wxscintilla_LexSTTXT.o: $(srcdir)/src/stc/scintilla/lexers/LexSTTXT.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexSTTXT.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexSTTXT.cxx
|
||||||
|
|
||||||
|
|
@ -14473,6 +14513,9 @@ wxscintilla_LexVHDL.o: $(srcdir)/src/stc/scintilla/lexers/LexVHDL.cxx
|
||||||
wxscintilla_LexVisualProlog.o: $(srcdir)/src/stc/scintilla/lexers/LexVisualProlog.cxx
|
wxscintilla_LexVisualProlog.o: $(srcdir)/src/stc/scintilla/lexers/LexVisualProlog.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexVisualProlog.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexVisualProlog.cxx
|
||||||
|
|
||||||
|
wxscintilla_LexX12.o: $(srcdir)/src/stc/scintilla/lexers/LexX12.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexX12.cxx
|
||||||
|
|
||||||
wxscintilla_LexYAML.o: $(srcdir)/src/stc/scintilla/lexers/LexYAML.cxx
|
wxscintilla_LexYAML.o: $(srcdir)/src/stc/scintilla/lexers/LexYAML.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexYAML.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexers/LexYAML.cxx
|
||||||
|
|
||||||
|
|
@ -14485,6 +14528,9 @@ wxscintilla_CharacterCategory.o: $(srcdir)/src/stc/scintilla/lexlib/CharacterCat
|
||||||
wxscintilla_CharacterSet.o: $(srcdir)/src/stc/scintilla/lexlib/CharacterSet.cxx
|
wxscintilla_CharacterSet.o: $(srcdir)/src/stc/scintilla/lexlib/CharacterSet.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexlib/CharacterSet.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexlib/CharacterSet.cxx
|
||||||
|
|
||||||
|
wxscintilla_DefaultLexer.o: $(srcdir)/src/stc/scintilla/lexlib/DefaultLexer.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexlib/DefaultLexer.cxx
|
||||||
|
|
||||||
wxscintilla_LexerBase.o: $(srcdir)/src/stc/scintilla/lexlib/LexerBase.cxx
|
wxscintilla_LexerBase.o: $(srcdir)/src/stc/scintilla/lexlib/LexerBase.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexlib/LexerBase.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/lexlib/LexerBase.cxx
|
||||||
|
|
||||||
|
|
@ -14530,6 +14576,9 @@ wxscintilla_CharClassify.o: $(srcdir)/src/stc/scintilla/src/CharClassify.cxx
|
||||||
wxscintilla_ContractionState.o: $(srcdir)/src/stc/scintilla/src/ContractionState.cxx
|
wxscintilla_ContractionState.o: $(srcdir)/src/stc/scintilla/src/ContractionState.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/ContractionState.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/ContractionState.cxx
|
||||||
|
|
||||||
|
wxscintilla_DBCS.o: $(srcdir)/src/stc/scintilla/src/DBCS.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/DBCS.cxx
|
||||||
|
|
||||||
wxscintilla_Decoration.o: $(srcdir)/src/stc/scintilla/src/Decoration.cxx
|
wxscintilla_Decoration.o: $(srcdir)/src/stc/scintilla/src/Decoration.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/Decoration.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/Decoration.cxx
|
||||||
|
|
||||||
|
|
@ -14539,12 +14588,12 @@ wxscintilla_Document.o: $(srcdir)/src/stc/scintilla/src/Document.cxx
|
||||||
wxscintilla_EditModel.o: $(srcdir)/src/stc/scintilla/src/EditModel.cxx
|
wxscintilla_EditModel.o: $(srcdir)/src/stc/scintilla/src/EditModel.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/EditModel.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/EditModel.cxx
|
||||||
|
|
||||||
wxscintilla_EditView.o: $(srcdir)/src/stc/scintilla/src/EditView.cxx
|
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/EditView.cxx
|
|
||||||
|
|
||||||
wxscintilla_Editor.o: $(srcdir)/src/stc/scintilla/src/Editor.cxx
|
wxscintilla_Editor.o: $(srcdir)/src/stc/scintilla/src/Editor.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/Editor.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/Editor.cxx
|
||||||
|
|
||||||
|
wxscintilla_EditView.o: $(srcdir)/src/stc/scintilla/src/EditView.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/EditView.cxx
|
||||||
|
|
||||||
wxscintilla_ExternalLexer.o: $(srcdir)/src/stc/scintilla/src/ExternalLexer.cxx
|
wxscintilla_ExternalLexer.o: $(srcdir)/src/stc/scintilla/src/ExternalLexer.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/ExternalLexer.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/ExternalLexer.cxx
|
||||||
|
|
||||||
|
|
@ -14584,6 +14633,9 @@ wxscintilla_Style.o: $(srcdir)/src/stc/scintilla/src/Style.cxx
|
||||||
wxscintilla_UniConversion.o: $(srcdir)/src/stc/scintilla/src/UniConversion.cxx
|
wxscintilla_UniConversion.o: $(srcdir)/src/stc/scintilla/src/UniConversion.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/UniConversion.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/UniConversion.cxx
|
||||||
|
|
||||||
|
wxscintilla_UniqueString.o: $(srcdir)/src/stc/scintilla/src/UniqueString.cxx
|
||||||
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/UniqueString.cxx
|
||||||
|
|
||||||
wxscintilla_ViewStyle.o: $(srcdir)/src/stc/scintilla/src/ViewStyle.cxx
|
wxscintilla_ViewStyle.o: $(srcdir)/src/stc/scintilla/src/ViewStyle.cxx
|
||||||
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/ViewStyle.cxx
|
$(CXXC) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(srcdir)/src/stc/scintilla/src/ViewStyle.cxx
|
||||||
|
|
||||||
|
|
@ -19355,7 +19407,7 @@ monodll_sound_sdl.o: $(srcdir)/src/unix/sound_sdl.cpp $(MONODLL_ODEP)
|
||||||
@COND_PLATFORM_MACOSX_1_USE_GUI_1@ $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/html/chm.cpp
|
@COND_PLATFORM_MACOSX_1_USE_GUI_1@ $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/html/chm.cpp
|
||||||
|
|
||||||
monodll_version_rc.o: $(srcdir)/src/msw/version.rc $(MONODLL_ODEP)
|
monodll_version_rc.o: $(srcdir)/src/msw/version.rc $(MONODLL_ODEP)
|
||||||
$(WINDRES) -i$< -o$@ $(__INC_TIFF_BUILD_p_54) $(__INC_TIFF_p_54) $(__INC_JPEG_p_54) $(__INC_PNG_p_53) $(__INC_ZLIB_p_67) $(__INC_REGEX_p_65) $(__INC_EXPAT_p_65) --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) --define WXBUILDING --define WXDLLNAME=$(WXDLLNAMEPREFIXGUI)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG)$(WXDLLVERSIONTAG) $(__RCDEFDIR_p) --include-dir $(top_srcdir)/include --include-dir $(top_srcdir)/src/stc/scintilla/include --include-dir $(top_srcdir)/src/stc/scintilla/lexlib --include-dir $(top_srcdir)/src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define NO_CXX11_REGEX --define LINK_LEXERS $(__webview_additional_include_wrl_p_0) $(__webview_additional_include_p_0) --define wxUSE_BASE=1 --define WXMAKINGDLL
|
$(WINDRES) -i$< -o$@ $(__INC_TIFF_BUILD_p_54) $(__INC_TIFF_p_54) $(__INC_JPEG_p_54) $(__INC_PNG_p_53) $(__INC_ZLIB_p_67) $(__INC_REGEX_p_65) $(__INC_EXPAT_p_65) --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) --define WXBUILDING --define WXDLLNAME=$(WXDLLNAMEPREFIXGUI)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG)$(WXDLLVERSIONTAG) $(__RCDEFDIR_p) --include-dir $(top_srcdir)/include --include-dir $(top_srcdir)/src/stc/scintilla/include --include-dir $(top_srcdir)/src/stc/scintilla/lexlib --include-dir $(top_srcdir)/src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define LINK_LEXERS $(__webview_additional_include_wrl_p_0) $(__webview_additional_include_p_0) --define wxUSE_BASE=1 --define WXMAKINGDLL
|
||||||
|
|
||||||
monolib_any.o: $(srcdir)/src/common/any.cpp $(MONOLIB_ODEP)
|
monolib_any.o: $(srcdir)/src/common/any.cpp $(MONOLIB_ODEP)
|
||||||
$(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/common/any.cpp
|
$(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/common/any.cpp
|
||||||
|
|
@ -33722,7 +33774,7 @@ richtextlib_xh_richtext.o: $(srcdir)/src/xrc/xh_richtext.cpp $(RICHTEXTLIB_ODEP)
|
||||||
$(CXXC) -c -o $@ $(RICHTEXTLIB_CXXFLAGS) $(srcdir)/src/xrc/xh_richtext.cpp
|
$(CXXC) -c -o $@ $(RICHTEXTLIB_CXXFLAGS) $(srcdir)/src/xrc/xh_richtext.cpp
|
||||||
|
|
||||||
stcdll_version_rc.o: $(srcdir)/src/msw/version.rc $(STCDLL_ODEP)
|
stcdll_version_rc.o: $(srcdir)/src/msw/version.rc $(STCDLL_ODEP)
|
||||||
$(WINDRES) -i$< -o$@ $(__INC_TIFF_BUILD_p_54) $(__INC_TIFF_p_54) $(__INC_JPEG_p_54) $(__INC_PNG_p_53) $(__INC_ZLIB_p_67) $(__INC_REGEX_p_65) $(__INC_EXPAT_p_65) --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) --define WXBUILDING --define WXDLLNAME=$(WXDLLNAMEPREFIXGUI)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc$(WXCOMPILER)$(VENDORTAG)$(WXDLLVERSIONTAG) $(__RCDEFDIR_p) --include-dir $(top_srcdir)/include --include-dir $(top_srcdir)/src/stc/scintilla/include --include-dir $(top_srcdir)/src/stc/scintilla/lexlib --include-dir $(top_srcdir)/src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define NO_CXX11_REGEX --define LINK_LEXERS --define WXUSINGDLL --define WXMAKINGDLL_STC
|
$(WINDRES) -i$< -o$@ $(__INC_TIFF_BUILD_p_54) $(__INC_TIFF_p_54) $(__INC_JPEG_p_54) $(__INC_PNG_p_53) $(__INC_ZLIB_p_67) $(__INC_REGEX_p_65) $(__INC_EXPAT_p_65) --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) --define WXBUILDING --define WXDLLNAME=$(WXDLLNAMEPREFIXGUI)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc$(WXCOMPILER)$(VENDORTAG)$(WXDLLVERSIONTAG) $(__RCDEFDIR_p) --include-dir $(top_srcdir)/include --include-dir $(top_srcdir)/src/stc/scintilla/include --include-dir $(top_srcdir)/src/stc/scintilla/lexlib --include-dir $(top_srcdir)/src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define LINK_LEXERS --define WXUSINGDLL --define WXMAKINGDLL_STC
|
||||||
|
|
||||||
stcdll_stc.o: $(srcdir)/src/stc/stc.cpp $(STCDLL_ODEP)
|
stcdll_stc.o: $(srcdir)/src/stc/stc.cpp $(STCDLL_ODEP)
|
||||||
$(CXXC) -c -o $@ $(STCDLL_CXXFLAGS) $(srcdir)/src/stc/stc.cpp
|
$(CXXC) -c -o $@ $(STCDLL_CXXFLAGS) $(srcdir)/src/stc/stc.cpp
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@
|
||||||
<include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
|
<include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
|
||||||
<define>__WX__</define>
|
<define>__WX__</define>
|
||||||
<define>SCI_LEXER</define>
|
<define>SCI_LEXER</define>
|
||||||
<define>NO_CXX11_REGEX</define>
|
|
||||||
<define>LINK_LEXERS</define>
|
<define>LINK_LEXERS</define>
|
||||||
<cppflags-borland>-w-8027</cppflags-borland>
|
<cppflags-borland>-w-8027</cppflags-borland>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -55,6 +54,7 @@
|
||||||
<define>$(WXUNIV_DEFINE)</define>
|
<define>$(WXUNIV_DEFINE)</define>
|
||||||
<define>$(DEBUG_DEFINE)</define>
|
<define>$(DEBUG_DEFINE)</define>
|
||||||
<define>$(UNICODE_DEFINE)</define>
|
<define>$(UNICODE_DEFINE)</define>
|
||||||
|
<define>LPEG_LEXER=0</define>
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<sources>
|
<sources>
|
||||||
src/stc/scintilla/lexers/LexA68k.cxx
|
src/stc/scintilla/lexers/LexA68k.cxx
|
||||||
|
|
@ -74,6 +74,7 @@
|
||||||
src/stc/scintilla/lexers/LexBibTeX.cxx
|
src/stc/scintilla/lexers/LexBibTeX.cxx
|
||||||
src/stc/scintilla/lexers/LexBullant.cxx
|
src/stc/scintilla/lexers/LexBullant.cxx
|
||||||
src/stc/scintilla/lexers/LexCaml.cxx
|
src/stc/scintilla/lexers/LexCaml.cxx
|
||||||
|
src/stc/scintilla/lexers/LexCIL.cxx
|
||||||
src/stc/scintilla/lexers/LexCLW.cxx
|
src/stc/scintilla/lexers/LexCLW.cxx
|
||||||
src/stc/scintilla/lexers/LexCmake.cxx
|
src/stc/scintilla/lexers/LexCmake.cxx
|
||||||
src/stc/scintilla/lexers/LexCOBOL.cxx
|
src/stc/scintilla/lexers/LexCOBOL.cxx
|
||||||
|
|
@ -84,6 +85,7 @@
|
||||||
src/stc/scintilla/lexers/LexCsound.cxx
|
src/stc/scintilla/lexers/LexCsound.cxx
|
||||||
src/stc/scintilla/lexers/LexCSS.cxx
|
src/stc/scintilla/lexers/LexCSS.cxx
|
||||||
src/stc/scintilla/lexers/LexD.cxx
|
src/stc/scintilla/lexers/LexD.cxx
|
||||||
|
src/stc/scintilla/lexers/LexDataflex.cxx
|
||||||
src/stc/scintilla/lexers/LexDiff.cxx
|
src/stc/scintilla/lexers/LexDiff.cxx
|
||||||
src/stc/scintilla/lexers/LexDMAP.cxx
|
src/stc/scintilla/lexers/LexDMAP.cxx
|
||||||
src/stc/scintilla/lexers/LexDMIS.cxx
|
src/stc/scintilla/lexers/LexDMIS.cxx
|
||||||
|
|
@ -100,7 +102,9 @@
|
||||||
src/stc/scintilla/lexers/LexGui4Cli.cxx
|
src/stc/scintilla/lexers/LexGui4Cli.cxx
|
||||||
src/stc/scintilla/lexers/LexHaskell.cxx
|
src/stc/scintilla/lexers/LexHaskell.cxx
|
||||||
src/stc/scintilla/lexers/LexHex.cxx
|
src/stc/scintilla/lexers/LexHex.cxx
|
||||||
|
src/stc/scintilla/lexers/LexHollywood.cxx
|
||||||
src/stc/scintilla/lexers/LexHTML.cxx
|
src/stc/scintilla/lexers/LexHTML.cxx
|
||||||
|
src/stc/scintilla/lexers/LexIndent.cxx
|
||||||
src/stc/scintilla/lexers/LexInno.cxx
|
src/stc/scintilla/lexers/LexInno.cxx
|
||||||
src/stc/scintilla/lexers/LexJSON.cxx
|
src/stc/scintilla/lexers/LexJSON.cxx
|
||||||
src/stc/scintilla/lexers/LexKix.cxx
|
src/stc/scintilla/lexers/LexKix.cxx
|
||||||
|
|
@ -108,17 +112,20 @@
|
||||||
src/stc/scintilla/lexers/LexLaTeX.cxx
|
src/stc/scintilla/lexers/LexLaTeX.cxx
|
||||||
src/stc/scintilla/lexers/LexLisp.cxx
|
src/stc/scintilla/lexers/LexLisp.cxx
|
||||||
src/stc/scintilla/lexers/LexLout.cxx
|
src/stc/scintilla/lexers/LexLout.cxx
|
||||||
|
src/stc/scintilla/lexers/LexLPeg.cxx
|
||||||
src/stc/scintilla/lexers/LexLua.cxx
|
src/stc/scintilla/lexers/LexLua.cxx
|
||||||
src/stc/scintilla/lexers/LexMagik.cxx
|
src/stc/scintilla/lexers/LexMagik.cxx
|
||||||
src/stc/scintilla/lexers/LexMake.cxx
|
src/stc/scintilla/lexers/LexMake.cxx
|
||||||
src/stc/scintilla/lexers/LexMarkdown.cxx
|
src/stc/scintilla/lexers/LexMarkdown.cxx
|
||||||
src/stc/scintilla/lexers/LexMatlab.cxx
|
src/stc/scintilla/lexers/LexMatlab.cxx
|
||||||
|
src/stc/scintilla/lexers/LexMaxima.cxx
|
||||||
src/stc/scintilla/lexers/LexMetapost.cxx
|
src/stc/scintilla/lexers/LexMetapost.cxx
|
||||||
src/stc/scintilla/lexers/LexMMIXAL.cxx
|
src/stc/scintilla/lexers/LexMMIXAL.cxx
|
||||||
src/stc/scintilla/lexers/LexModula.cxx
|
src/stc/scintilla/lexers/LexModula.cxx
|
||||||
src/stc/scintilla/lexers/LexMPT.cxx
|
src/stc/scintilla/lexers/LexMPT.cxx
|
||||||
src/stc/scintilla/lexers/LexMSSQL.cxx
|
src/stc/scintilla/lexers/LexMSSQL.cxx
|
||||||
src/stc/scintilla/lexers/LexMySQL.cxx
|
src/stc/scintilla/lexers/LexMySQL.cxx
|
||||||
|
src/stc/scintilla/lexers/LexNim.cxx
|
||||||
src/stc/scintilla/lexers/LexNimrod.cxx
|
src/stc/scintilla/lexers/LexNimrod.cxx
|
||||||
src/stc/scintilla/lexers/LexNsis.cxx
|
src/stc/scintilla/lexers/LexNsis.cxx
|
||||||
src/stc/scintilla/lexers/LexNull.cxx
|
src/stc/scintilla/lexers/LexNull.cxx
|
||||||
|
|
@ -137,10 +144,12 @@
|
||||||
src/stc/scintilla/lexers/LexPS.cxx
|
src/stc/scintilla/lexers/LexPS.cxx
|
||||||
src/stc/scintilla/lexers/LexPython.cxx
|
src/stc/scintilla/lexers/LexPython.cxx
|
||||||
src/stc/scintilla/lexers/LexR.cxx
|
src/stc/scintilla/lexers/LexR.cxx
|
||||||
|
src/stc/scintilla/lexers/LexRaku.cxx
|
||||||
src/stc/scintilla/lexers/LexRebol.cxx
|
src/stc/scintilla/lexers/LexRebol.cxx
|
||||||
src/stc/scintilla/lexers/LexRegistry.cxx
|
src/stc/scintilla/lexers/LexRegistry.cxx
|
||||||
src/stc/scintilla/lexers/LexRuby.cxx
|
src/stc/scintilla/lexers/LexRuby.cxx
|
||||||
src/stc/scintilla/lexers/LexRust.cxx
|
src/stc/scintilla/lexers/LexRust.cxx
|
||||||
|
src/stc/scintilla/lexers/LexSAS.cxx
|
||||||
src/stc/scintilla/lexers/LexScriptol.cxx
|
src/stc/scintilla/lexers/LexScriptol.cxx
|
||||||
src/stc/scintilla/lexers/LexSmalltalk.cxx
|
src/stc/scintilla/lexers/LexSmalltalk.cxx
|
||||||
src/stc/scintilla/lexers/LexSML.cxx
|
src/stc/scintilla/lexers/LexSML.cxx
|
||||||
|
|
@ -148,6 +157,7 @@
|
||||||
src/stc/scintilla/lexers/LexSpecman.cxx
|
src/stc/scintilla/lexers/LexSpecman.cxx
|
||||||
src/stc/scintilla/lexers/LexSpice.cxx
|
src/stc/scintilla/lexers/LexSpice.cxx
|
||||||
src/stc/scintilla/lexers/LexSQL.cxx
|
src/stc/scintilla/lexers/LexSQL.cxx
|
||||||
|
src/stc/scintilla/lexers/LexStata.cxx
|
||||||
src/stc/scintilla/lexers/LexSTTXT.cxx
|
src/stc/scintilla/lexers/LexSTTXT.cxx
|
||||||
src/stc/scintilla/lexers/LexTACL.cxx
|
src/stc/scintilla/lexers/LexTACL.cxx
|
||||||
src/stc/scintilla/lexers/LexTADS3.cxx
|
src/stc/scintilla/lexers/LexTADS3.cxx
|
||||||
|
|
@ -160,10 +170,12 @@
|
||||||
src/stc/scintilla/lexers/LexVerilog.cxx
|
src/stc/scintilla/lexers/LexVerilog.cxx
|
||||||
src/stc/scintilla/lexers/LexVHDL.cxx
|
src/stc/scintilla/lexers/LexVHDL.cxx
|
||||||
src/stc/scintilla/lexers/LexVisualProlog.cxx
|
src/stc/scintilla/lexers/LexVisualProlog.cxx
|
||||||
|
src/stc/scintilla/lexers/LexX12.cxx
|
||||||
src/stc/scintilla/lexers/LexYAML.cxx
|
src/stc/scintilla/lexers/LexYAML.cxx
|
||||||
src/stc/scintilla/lexlib/Accessor.cxx
|
src/stc/scintilla/lexlib/Accessor.cxx
|
||||||
src/stc/scintilla/lexlib/CharacterCategory.cxx
|
src/stc/scintilla/lexlib/CharacterCategory.cxx
|
||||||
src/stc/scintilla/lexlib/CharacterSet.cxx
|
src/stc/scintilla/lexlib/CharacterSet.cxx
|
||||||
|
src/stc/scintilla/lexlib/DefaultLexer.cxx
|
||||||
src/stc/scintilla/lexlib/LexerBase.cxx
|
src/stc/scintilla/lexlib/LexerBase.cxx
|
||||||
src/stc/scintilla/lexlib/LexerModule.cxx
|
src/stc/scintilla/lexlib/LexerModule.cxx
|
||||||
src/stc/scintilla/lexlib/LexerNoExceptions.cxx
|
src/stc/scintilla/lexlib/LexerNoExceptions.cxx
|
||||||
|
|
@ -179,11 +191,12 @@
|
||||||
src/stc/scintilla/src/CellBuffer.cxx
|
src/stc/scintilla/src/CellBuffer.cxx
|
||||||
src/stc/scintilla/src/CharClassify.cxx
|
src/stc/scintilla/src/CharClassify.cxx
|
||||||
src/stc/scintilla/src/ContractionState.cxx
|
src/stc/scintilla/src/ContractionState.cxx
|
||||||
|
src/stc/scintilla/src/DBCS.cxx
|
||||||
src/stc/scintilla/src/Decoration.cxx
|
src/stc/scintilla/src/Decoration.cxx
|
||||||
src/stc/scintilla/src/Document.cxx
|
src/stc/scintilla/src/Document.cxx
|
||||||
src/stc/scintilla/src/EditModel.cxx
|
src/stc/scintilla/src/EditModel.cxx
|
||||||
src/stc/scintilla/src/EditView.cxx
|
|
||||||
src/stc/scintilla/src/Editor.cxx
|
src/stc/scintilla/src/Editor.cxx
|
||||||
|
src/stc/scintilla/src/EditView.cxx
|
||||||
src/stc/scintilla/src/ExternalLexer.cxx
|
src/stc/scintilla/src/ExternalLexer.cxx
|
||||||
src/stc/scintilla/src/Indicator.cxx
|
src/stc/scintilla/src/Indicator.cxx
|
||||||
src/stc/scintilla/src/KeyMap.cxx
|
src/stc/scintilla/src/KeyMap.cxx
|
||||||
|
|
@ -197,6 +210,7 @@
|
||||||
src/stc/scintilla/src/Selection.cxx
|
src/stc/scintilla/src/Selection.cxx
|
||||||
src/stc/scintilla/src/Style.cxx
|
src/stc/scintilla/src/Style.cxx
|
||||||
src/stc/scintilla/src/UniConversion.cxx
|
src/stc/scintilla/src/UniConversion.cxx
|
||||||
|
src/stc/scintilla/src/UniqueString.cxx
|
||||||
src/stc/scintilla/src/ViewStyle.cxx
|
src/stc/scintilla/src/ViewStyle.cxx
|
||||||
src/stc/scintilla/src/XPM.cxx
|
src/stc/scintilla/src/XPM.cxx
|
||||||
</sources>
|
</sources>
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexBibTeX.cxx
|
src/stc/scintilla/lexers/LexBibTeX.cxx
|
||||||
src/stc/scintilla/lexers/LexBullant.cxx
|
src/stc/scintilla/lexers/LexBullant.cxx
|
||||||
src/stc/scintilla/lexers/LexCaml.cxx
|
src/stc/scintilla/lexers/LexCaml.cxx
|
||||||
|
src/stc/scintilla/lexers/LexCIL.cxx
|
||||||
src/stc/scintilla/lexers/LexCLW.cxx
|
src/stc/scintilla/lexers/LexCLW.cxx
|
||||||
src/stc/scintilla/lexers/LexCmake.cxx
|
src/stc/scintilla/lexers/LexCmake.cxx
|
||||||
src/stc/scintilla/lexers/LexCOBOL.cxx
|
src/stc/scintilla/lexers/LexCOBOL.cxx
|
||||||
|
|
@ -41,6 +42,7 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexCsound.cxx
|
src/stc/scintilla/lexers/LexCsound.cxx
|
||||||
src/stc/scintilla/lexers/LexCSS.cxx
|
src/stc/scintilla/lexers/LexCSS.cxx
|
||||||
src/stc/scintilla/lexers/LexD.cxx
|
src/stc/scintilla/lexers/LexD.cxx
|
||||||
|
src/stc/scintilla/lexers/LexDataflex.cxx
|
||||||
src/stc/scintilla/lexers/LexDiff.cxx
|
src/stc/scintilla/lexers/LexDiff.cxx
|
||||||
src/stc/scintilla/lexers/LexDMAP.cxx
|
src/stc/scintilla/lexers/LexDMAP.cxx
|
||||||
src/stc/scintilla/lexers/LexDMIS.cxx
|
src/stc/scintilla/lexers/LexDMIS.cxx
|
||||||
|
|
@ -57,7 +59,9 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexGui4Cli.cxx
|
src/stc/scintilla/lexers/LexGui4Cli.cxx
|
||||||
src/stc/scintilla/lexers/LexHaskell.cxx
|
src/stc/scintilla/lexers/LexHaskell.cxx
|
||||||
src/stc/scintilla/lexers/LexHex.cxx
|
src/stc/scintilla/lexers/LexHex.cxx
|
||||||
|
src/stc/scintilla/lexers/LexHollywood.cxx
|
||||||
src/stc/scintilla/lexers/LexHTML.cxx
|
src/stc/scintilla/lexers/LexHTML.cxx
|
||||||
|
src/stc/scintilla/lexers/LexIndent.cxx
|
||||||
src/stc/scintilla/lexers/LexInno.cxx
|
src/stc/scintilla/lexers/LexInno.cxx
|
||||||
src/stc/scintilla/lexers/LexJSON.cxx
|
src/stc/scintilla/lexers/LexJSON.cxx
|
||||||
src/stc/scintilla/lexers/LexKix.cxx
|
src/stc/scintilla/lexers/LexKix.cxx
|
||||||
|
|
@ -65,17 +69,20 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexLaTeX.cxx
|
src/stc/scintilla/lexers/LexLaTeX.cxx
|
||||||
src/stc/scintilla/lexers/LexLisp.cxx
|
src/stc/scintilla/lexers/LexLisp.cxx
|
||||||
src/stc/scintilla/lexers/LexLout.cxx
|
src/stc/scintilla/lexers/LexLout.cxx
|
||||||
|
src/stc/scintilla/lexers/LexLPeg.cxx
|
||||||
src/stc/scintilla/lexers/LexLua.cxx
|
src/stc/scintilla/lexers/LexLua.cxx
|
||||||
src/stc/scintilla/lexers/LexMagik.cxx
|
src/stc/scintilla/lexers/LexMagik.cxx
|
||||||
src/stc/scintilla/lexers/LexMake.cxx
|
src/stc/scintilla/lexers/LexMake.cxx
|
||||||
src/stc/scintilla/lexers/LexMarkdown.cxx
|
src/stc/scintilla/lexers/LexMarkdown.cxx
|
||||||
src/stc/scintilla/lexers/LexMatlab.cxx
|
src/stc/scintilla/lexers/LexMatlab.cxx
|
||||||
|
src/stc/scintilla/lexers/LexMaxima.cxx
|
||||||
src/stc/scintilla/lexers/LexMetapost.cxx
|
src/stc/scintilla/lexers/LexMetapost.cxx
|
||||||
src/stc/scintilla/lexers/LexMMIXAL.cxx
|
src/stc/scintilla/lexers/LexMMIXAL.cxx
|
||||||
src/stc/scintilla/lexers/LexModula.cxx
|
src/stc/scintilla/lexers/LexModula.cxx
|
||||||
src/stc/scintilla/lexers/LexMPT.cxx
|
src/stc/scintilla/lexers/LexMPT.cxx
|
||||||
src/stc/scintilla/lexers/LexMSSQL.cxx
|
src/stc/scintilla/lexers/LexMSSQL.cxx
|
||||||
src/stc/scintilla/lexers/LexMySQL.cxx
|
src/stc/scintilla/lexers/LexMySQL.cxx
|
||||||
|
src/stc/scintilla/lexers/LexNim.cxx
|
||||||
src/stc/scintilla/lexers/LexNimrod.cxx
|
src/stc/scintilla/lexers/LexNimrod.cxx
|
||||||
src/stc/scintilla/lexers/LexNsis.cxx
|
src/stc/scintilla/lexers/LexNsis.cxx
|
||||||
src/stc/scintilla/lexers/LexNull.cxx
|
src/stc/scintilla/lexers/LexNull.cxx
|
||||||
|
|
@ -94,10 +101,12 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexPS.cxx
|
src/stc/scintilla/lexers/LexPS.cxx
|
||||||
src/stc/scintilla/lexers/LexPython.cxx
|
src/stc/scintilla/lexers/LexPython.cxx
|
||||||
src/stc/scintilla/lexers/LexR.cxx
|
src/stc/scintilla/lexers/LexR.cxx
|
||||||
|
src/stc/scintilla/lexers/LexRaku.cxx
|
||||||
src/stc/scintilla/lexers/LexRebol.cxx
|
src/stc/scintilla/lexers/LexRebol.cxx
|
||||||
src/stc/scintilla/lexers/LexRegistry.cxx
|
src/stc/scintilla/lexers/LexRegistry.cxx
|
||||||
src/stc/scintilla/lexers/LexRuby.cxx
|
src/stc/scintilla/lexers/LexRuby.cxx
|
||||||
src/stc/scintilla/lexers/LexRust.cxx
|
src/stc/scintilla/lexers/LexRust.cxx
|
||||||
|
src/stc/scintilla/lexers/LexSAS.cxx
|
||||||
src/stc/scintilla/lexers/LexScriptol.cxx
|
src/stc/scintilla/lexers/LexScriptol.cxx
|
||||||
src/stc/scintilla/lexers/LexSmalltalk.cxx
|
src/stc/scintilla/lexers/LexSmalltalk.cxx
|
||||||
src/stc/scintilla/lexers/LexSML.cxx
|
src/stc/scintilla/lexers/LexSML.cxx
|
||||||
|
|
@ -105,6 +114,7 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexSpecman.cxx
|
src/stc/scintilla/lexers/LexSpecman.cxx
|
||||||
src/stc/scintilla/lexers/LexSpice.cxx
|
src/stc/scintilla/lexers/LexSpice.cxx
|
||||||
src/stc/scintilla/lexers/LexSQL.cxx
|
src/stc/scintilla/lexers/LexSQL.cxx
|
||||||
|
src/stc/scintilla/lexers/LexStata.cxx
|
||||||
src/stc/scintilla/lexers/LexSTTXT.cxx
|
src/stc/scintilla/lexers/LexSTTXT.cxx
|
||||||
src/stc/scintilla/lexers/LexTACL.cxx
|
src/stc/scintilla/lexers/LexTACL.cxx
|
||||||
src/stc/scintilla/lexers/LexTADS3.cxx
|
src/stc/scintilla/lexers/LexTADS3.cxx
|
||||||
|
|
@ -117,10 +127,12 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/lexers/LexVerilog.cxx
|
src/stc/scintilla/lexers/LexVerilog.cxx
|
||||||
src/stc/scintilla/lexers/LexVHDL.cxx
|
src/stc/scintilla/lexers/LexVHDL.cxx
|
||||||
src/stc/scintilla/lexers/LexVisualProlog.cxx
|
src/stc/scintilla/lexers/LexVisualProlog.cxx
|
||||||
|
src/stc/scintilla/lexers/LexX12.cxx
|
||||||
src/stc/scintilla/lexers/LexYAML.cxx
|
src/stc/scintilla/lexers/LexYAML.cxx
|
||||||
src/stc/scintilla/lexlib/Accessor.cxx
|
src/stc/scintilla/lexlib/Accessor.cxx
|
||||||
src/stc/scintilla/lexlib/CharacterCategory.cxx
|
src/stc/scintilla/lexlib/CharacterCategory.cxx
|
||||||
src/stc/scintilla/lexlib/CharacterSet.cxx
|
src/stc/scintilla/lexlib/CharacterSet.cxx
|
||||||
|
src/stc/scintilla/lexlib/DefaultLexer.cxx
|
||||||
src/stc/scintilla/lexlib/LexerBase.cxx
|
src/stc/scintilla/lexlib/LexerBase.cxx
|
||||||
src/stc/scintilla/lexlib/LexerModule.cxx
|
src/stc/scintilla/lexlib/LexerModule.cxx
|
||||||
src/stc/scintilla/lexlib/LexerNoExceptions.cxx
|
src/stc/scintilla/lexlib/LexerNoExceptions.cxx
|
||||||
|
|
@ -136,11 +148,12 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/src/CellBuffer.cxx
|
src/stc/scintilla/src/CellBuffer.cxx
|
||||||
src/stc/scintilla/src/CharClassify.cxx
|
src/stc/scintilla/src/CharClassify.cxx
|
||||||
src/stc/scintilla/src/ContractionState.cxx
|
src/stc/scintilla/src/ContractionState.cxx
|
||||||
|
src/stc/scintilla/src/DBCS.cxx
|
||||||
src/stc/scintilla/src/Decoration.cxx
|
src/stc/scintilla/src/Decoration.cxx
|
||||||
src/stc/scintilla/src/Document.cxx
|
src/stc/scintilla/src/Document.cxx
|
||||||
src/stc/scintilla/src/EditModel.cxx
|
src/stc/scintilla/src/EditModel.cxx
|
||||||
src/stc/scintilla/src/EditView.cxx
|
|
||||||
src/stc/scintilla/src/Editor.cxx
|
src/stc/scintilla/src/Editor.cxx
|
||||||
|
src/stc/scintilla/src/EditView.cxx
|
||||||
src/stc/scintilla/src/ExternalLexer.cxx
|
src/stc/scintilla/src/ExternalLexer.cxx
|
||||||
src/stc/scintilla/src/Indicator.cxx
|
src/stc/scintilla/src/Indicator.cxx
|
||||||
src/stc/scintilla/src/KeyMap.cxx
|
src/stc/scintilla/src/KeyMap.cxx
|
||||||
|
|
@ -154,6 +167,7 @@ wx_add_builtin_library(wxscintilla
|
||||||
src/stc/scintilla/src/Selection.cxx
|
src/stc/scintilla/src/Selection.cxx
|
||||||
src/stc/scintilla/src/Style.cxx
|
src/stc/scintilla/src/Style.cxx
|
||||||
src/stc/scintilla/src/UniConversion.cxx
|
src/stc/scintilla/src/UniConversion.cxx
|
||||||
|
src/stc/scintilla/src/UniqueString.cxx
|
||||||
src/stc/scintilla/src/ViewStyle.cxx
|
src/stc/scintilla/src/ViewStyle.cxx
|
||||||
src/stc/scintilla/src/XPM.cxx
|
src/stc/scintilla/src/XPM.cxx
|
||||||
)
|
)
|
||||||
|
|
@ -161,12 +175,12 @@ target_include_directories(wxscintilla PRIVATE
|
||||||
${wxSOURCE_DIR}/src/stc/scintilla/include
|
${wxSOURCE_DIR}/src/stc/scintilla/include
|
||||||
${wxSOURCE_DIR}/src/stc/scintilla/lexlib
|
${wxSOURCE_DIR}/src/stc/scintilla/lexlib
|
||||||
${wxSOURCE_DIR}/src/stc/scintilla/src
|
${wxSOURCE_DIR}/src/stc/scintilla/src
|
||||||
)
|
)
|
||||||
target_compile_definitions(wxscintilla PRIVATE
|
target_compile_definitions(wxscintilla PRIVATE
|
||||||
NO_CXX11_REGEX
|
|
||||||
__WX__
|
__WX__
|
||||||
SCI_LEXER
|
SCI_LEXER
|
||||||
LINK_LEXERS
|
LINK_LEXERS
|
||||||
|
LPEG_LEXER=0
|
||||||
)
|
)
|
||||||
|
|
||||||
wx_target_enable_precomp(wxscintilla "${wxSOURCE_DIR}/src/stc/scintilla/include/Scintilla.h")
|
wx_target_enable_precomp(wxscintilla "${wxSOURCE_DIR}/src/stc/scintilla/include/Scintilla.h")
|
||||||
|
|
@ -175,9 +189,8 @@ wx_lib_include_directories(wxstc
|
||||||
${wxSOURCE_DIR}/src/stc/scintilla/include
|
${wxSOURCE_DIR}/src/stc/scintilla/include
|
||||||
${wxSOURCE_DIR}/src/stc/scintilla/lexlib
|
${wxSOURCE_DIR}/src/stc/scintilla/lexlib
|
||||||
${wxSOURCE_DIR}/src/stc/scintilla/src
|
${wxSOURCE_DIR}/src/stc/scintilla/src
|
||||||
)
|
)
|
||||||
wx_lib_compile_definitions(wxstc
|
wx_lib_compile_definitions(wxstc
|
||||||
NO_CXX11_REGEX
|
|
||||||
__WX__
|
__WX__
|
||||||
SCI_LEXER
|
SCI_LEXER
|
||||||
LINK_LEXERS
|
LINK_LEXERS
|
||||||
|
|
|
||||||
|
|
@ -218,10 +218,10 @@ WXEXPAT_OBJECTS = \
|
||||||
WXSCINTILLA_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) \
|
WXSCINTILLA_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) \
|
||||||
-DNDEBUG -I..\..\src\stc\scintilla\include \
|
-DNDEBUG -I..\..\src\stc\scintilla\include \
|
||||||
-I..\..\src\stc\scintilla\lexlib -I..\..\src\stc\scintilla\src -D__WX__ \
|
-I..\..\src\stc\scintilla\lexlib -I..\..\src\stc\scintilla\src -D__WX__ \
|
||||||
-DSCI_LEXER -DNO_CXX11_REGEX -DLINK_LEXERS -I$(SETUPHDIR) -I..\..\include \
|
-DSCI_LEXER -DLINK_LEXERS -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(__wxscintilla_usingdll_p) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__wxscintilla_usingdll_p) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
$(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -DLPEG_LEXER=0 $(__RTTIFLAG) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
|
||||||
WXSCINTILLA_OBJECTS = \
|
WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexA68k.o \
|
$(OBJS)\wxscintilla_LexA68k.o \
|
||||||
$(OBJS)\wxscintilla_LexAbaqus.o \
|
$(OBJS)\wxscintilla_LexAbaqus.o \
|
||||||
|
|
@ -240,6 +240,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexBibTeX.o \
|
$(OBJS)\wxscintilla_LexBibTeX.o \
|
||||||
$(OBJS)\wxscintilla_LexBullant.o \
|
$(OBJS)\wxscintilla_LexBullant.o \
|
||||||
$(OBJS)\wxscintilla_LexCaml.o \
|
$(OBJS)\wxscintilla_LexCaml.o \
|
||||||
|
$(OBJS)\wxscintilla_LexCIL.o \
|
||||||
$(OBJS)\wxscintilla_LexCLW.o \
|
$(OBJS)\wxscintilla_LexCLW.o \
|
||||||
$(OBJS)\wxscintilla_LexCmake.o \
|
$(OBJS)\wxscintilla_LexCmake.o \
|
||||||
$(OBJS)\wxscintilla_LexCOBOL.o \
|
$(OBJS)\wxscintilla_LexCOBOL.o \
|
||||||
|
|
@ -250,6 +251,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexCsound.o \
|
$(OBJS)\wxscintilla_LexCsound.o \
|
||||||
$(OBJS)\wxscintilla_LexCSS.o \
|
$(OBJS)\wxscintilla_LexCSS.o \
|
||||||
$(OBJS)\wxscintilla_LexD.o \
|
$(OBJS)\wxscintilla_LexD.o \
|
||||||
|
$(OBJS)\wxscintilla_LexDataflex.o \
|
||||||
$(OBJS)\wxscintilla_LexDiff.o \
|
$(OBJS)\wxscintilla_LexDiff.o \
|
||||||
$(OBJS)\wxscintilla_LexDMAP.o \
|
$(OBJS)\wxscintilla_LexDMAP.o \
|
||||||
$(OBJS)\wxscintilla_LexDMIS.o \
|
$(OBJS)\wxscintilla_LexDMIS.o \
|
||||||
|
|
@ -265,8 +267,10 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexGAP.o \
|
$(OBJS)\wxscintilla_LexGAP.o \
|
||||||
$(OBJS)\wxscintilla_LexGui4Cli.o \
|
$(OBJS)\wxscintilla_LexGui4Cli.o \
|
||||||
$(OBJS)\wxscintilla_LexHaskell.o \
|
$(OBJS)\wxscintilla_LexHaskell.o \
|
||||||
|
$(OBJS)\wxscintilla_LexHollywood.o \
|
||||||
$(OBJS)\wxscintilla_LexHex.o \
|
$(OBJS)\wxscintilla_LexHex.o \
|
||||||
$(OBJS)\wxscintilla_LexHTML.o \
|
$(OBJS)\wxscintilla_LexHTML.o \
|
||||||
|
$(OBJS)\wxscintilla_LexIndent.o \
|
||||||
$(OBJS)\wxscintilla_LexInno.o \
|
$(OBJS)\wxscintilla_LexInno.o \
|
||||||
$(OBJS)\wxscintilla_LexJSON.o \
|
$(OBJS)\wxscintilla_LexJSON.o \
|
||||||
$(OBJS)\wxscintilla_LexKix.o \
|
$(OBJS)\wxscintilla_LexKix.o \
|
||||||
|
|
@ -274,17 +278,20 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexLaTeX.o \
|
$(OBJS)\wxscintilla_LexLaTeX.o \
|
||||||
$(OBJS)\wxscintilla_LexLisp.o \
|
$(OBJS)\wxscintilla_LexLisp.o \
|
||||||
$(OBJS)\wxscintilla_LexLout.o \
|
$(OBJS)\wxscintilla_LexLout.o \
|
||||||
|
$(OBJS)\wxscintilla_LexLPeg.o \
|
||||||
$(OBJS)\wxscintilla_LexLua.o \
|
$(OBJS)\wxscintilla_LexLua.o \
|
||||||
$(OBJS)\wxscintilla_LexMagik.o \
|
$(OBJS)\wxscintilla_LexMagik.o \
|
||||||
$(OBJS)\wxscintilla_LexMake.o \
|
$(OBJS)\wxscintilla_LexMake.o \
|
||||||
$(OBJS)\wxscintilla_LexMarkdown.o \
|
$(OBJS)\wxscintilla_LexMarkdown.o \
|
||||||
$(OBJS)\wxscintilla_LexMatlab.o \
|
$(OBJS)\wxscintilla_LexMatlab.o \
|
||||||
|
$(OBJS)\wxscintilla_LexMaxima.o \
|
||||||
$(OBJS)\wxscintilla_LexMetapost.o \
|
$(OBJS)\wxscintilla_LexMetapost.o \
|
||||||
$(OBJS)\wxscintilla_LexMMIXAL.o \
|
$(OBJS)\wxscintilla_LexMMIXAL.o \
|
||||||
$(OBJS)\wxscintilla_LexModula.o \
|
$(OBJS)\wxscintilla_LexModula.o \
|
||||||
$(OBJS)\wxscintilla_LexMPT.o \
|
$(OBJS)\wxscintilla_LexMPT.o \
|
||||||
$(OBJS)\wxscintilla_LexMSSQL.o \
|
$(OBJS)\wxscintilla_LexMSSQL.o \
|
||||||
$(OBJS)\wxscintilla_LexMySQL.o \
|
$(OBJS)\wxscintilla_LexMySQL.o \
|
||||||
|
$(OBJS)\wxscintilla_LexNim.o \
|
||||||
$(OBJS)\wxscintilla_LexNimrod.o \
|
$(OBJS)\wxscintilla_LexNimrod.o \
|
||||||
$(OBJS)\wxscintilla_LexNsis.o \
|
$(OBJS)\wxscintilla_LexNsis.o \
|
||||||
$(OBJS)\wxscintilla_LexNull.o \
|
$(OBJS)\wxscintilla_LexNull.o \
|
||||||
|
|
@ -303,10 +310,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexPS.o \
|
$(OBJS)\wxscintilla_LexPS.o \
|
||||||
$(OBJS)\wxscintilla_LexPython.o \
|
$(OBJS)\wxscintilla_LexPython.o \
|
||||||
$(OBJS)\wxscintilla_LexR.o \
|
$(OBJS)\wxscintilla_LexR.o \
|
||||||
|
$(OBJS)\wxscintilla_LexRaku.o \
|
||||||
$(OBJS)\wxscintilla_LexRebol.o \
|
$(OBJS)\wxscintilla_LexRebol.o \
|
||||||
$(OBJS)\wxscintilla_LexRegistry.o \
|
$(OBJS)\wxscintilla_LexRegistry.o \
|
||||||
$(OBJS)\wxscintilla_LexRuby.o \
|
$(OBJS)\wxscintilla_LexRuby.o \
|
||||||
$(OBJS)\wxscintilla_LexRust.o \
|
$(OBJS)\wxscintilla_LexRust.o \
|
||||||
|
$(OBJS)\wxscintilla_LexSAS.o \
|
||||||
$(OBJS)\wxscintilla_LexScriptol.o \
|
$(OBJS)\wxscintilla_LexScriptol.o \
|
||||||
$(OBJS)\wxscintilla_LexSmalltalk.o \
|
$(OBJS)\wxscintilla_LexSmalltalk.o \
|
||||||
$(OBJS)\wxscintilla_LexSML.o \
|
$(OBJS)\wxscintilla_LexSML.o \
|
||||||
|
|
@ -314,6 +323,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexSpecman.o \
|
$(OBJS)\wxscintilla_LexSpecman.o \
|
||||||
$(OBJS)\wxscintilla_LexSpice.o \
|
$(OBJS)\wxscintilla_LexSpice.o \
|
||||||
$(OBJS)\wxscintilla_LexSQL.o \
|
$(OBJS)\wxscintilla_LexSQL.o \
|
||||||
|
$(OBJS)\wxscintilla_LexStata.o \
|
||||||
$(OBJS)\wxscintilla_LexSTTXT.o \
|
$(OBJS)\wxscintilla_LexSTTXT.o \
|
||||||
$(OBJS)\wxscintilla_LexTACL.o \
|
$(OBJS)\wxscintilla_LexTACL.o \
|
||||||
$(OBJS)\wxscintilla_LexTADS3.o \
|
$(OBJS)\wxscintilla_LexTADS3.o \
|
||||||
|
|
@ -326,10 +336,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexVerilog.o \
|
$(OBJS)\wxscintilla_LexVerilog.o \
|
||||||
$(OBJS)\wxscintilla_LexVHDL.o \
|
$(OBJS)\wxscintilla_LexVHDL.o \
|
||||||
$(OBJS)\wxscintilla_LexVisualProlog.o \
|
$(OBJS)\wxscintilla_LexVisualProlog.o \
|
||||||
|
$(OBJS)\wxscintilla_LexX12.o \
|
||||||
$(OBJS)\wxscintilla_LexYAML.o \
|
$(OBJS)\wxscintilla_LexYAML.o \
|
||||||
$(OBJS)\wxscintilla_Accessor.o \
|
$(OBJS)\wxscintilla_Accessor.o \
|
||||||
$(OBJS)\wxscintilla_CharacterCategory.o \
|
$(OBJS)\wxscintilla_CharacterCategory.o \
|
||||||
$(OBJS)\wxscintilla_CharacterSet.o \
|
$(OBJS)\wxscintilla_CharacterSet.o \
|
||||||
|
$(OBJS)\wxscintilla_DefaultLexer.o \
|
||||||
$(OBJS)\wxscintilla_LexerBase.o \
|
$(OBJS)\wxscintilla_LexerBase.o \
|
||||||
$(OBJS)\wxscintilla_LexerModule.o \
|
$(OBJS)\wxscintilla_LexerModule.o \
|
||||||
$(OBJS)\wxscintilla_LexerNoExceptions.o \
|
$(OBJS)\wxscintilla_LexerNoExceptions.o \
|
||||||
|
|
@ -345,11 +357,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_CellBuffer.o \
|
$(OBJS)\wxscintilla_CellBuffer.o \
|
||||||
$(OBJS)\wxscintilla_CharClassify.o \
|
$(OBJS)\wxscintilla_CharClassify.o \
|
||||||
$(OBJS)\wxscintilla_ContractionState.o \
|
$(OBJS)\wxscintilla_ContractionState.o \
|
||||||
|
$(OBJS)\wxscintilla_DBCS.o \
|
||||||
$(OBJS)\wxscintilla_Decoration.o \
|
$(OBJS)\wxscintilla_Decoration.o \
|
||||||
$(OBJS)\wxscintilla_Document.o \
|
$(OBJS)\wxscintilla_Document.o \
|
||||||
$(OBJS)\wxscintilla_EditModel.o \
|
$(OBJS)\wxscintilla_EditModel.o \
|
||||||
$(OBJS)\wxscintilla_EditView.o \
|
|
||||||
$(OBJS)\wxscintilla_Editor.o \
|
$(OBJS)\wxscintilla_Editor.o \
|
||||||
|
$(OBJS)\wxscintilla_EditView.o \
|
||||||
$(OBJS)\wxscintilla_ExternalLexer.o \
|
$(OBJS)\wxscintilla_ExternalLexer.o \
|
||||||
$(OBJS)\wxscintilla_Indicator.o \
|
$(OBJS)\wxscintilla_Indicator.o \
|
||||||
$(OBJS)\wxscintilla_KeyMap.o \
|
$(OBJS)\wxscintilla_KeyMap.o \
|
||||||
|
|
@ -363,6 +376,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_Selection.o \
|
$(OBJS)\wxscintilla_Selection.o \
|
||||||
$(OBJS)\wxscintilla_Style.o \
|
$(OBJS)\wxscintilla_Style.o \
|
||||||
$(OBJS)\wxscintilla_UniConversion.o \
|
$(OBJS)\wxscintilla_UniConversion.o \
|
||||||
|
$(OBJS)\wxscintilla_UniqueString.o \
|
||||||
$(OBJS)\wxscintilla_ViewStyle.o \
|
$(OBJS)\wxscintilla_ViewStyle.o \
|
||||||
$(OBJS)\wxscintilla_XPM.o
|
$(OBJS)\wxscintilla_XPM.o
|
||||||
MONODLL_CFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
MONODLL_CFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
|
|
@ -373,10 +387,9 @@ MONODLL_CFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
||||||
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
||||||
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -I..\..\include\wx\msw\wrl \
|
-I..\..\include\wx\msw\wrl -I..\..\3rdparty\webview2\build\native\include \
|
||||||
-I..\..\3rdparty\webview2\build\native\include -DwxUSE_BASE=1 \
|
-DwxUSE_BASE=1 -DWXMAKINGDLL $(CPPFLAGS) $(CFLAGS)
|
||||||
-DWXMAKINGDLL $(CPPFLAGS) $(CFLAGS)
|
|
||||||
MONODLL_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
MONODLL_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
-I..\..\src\zlib -I..\..\3rdparty\pcre\src\wx -I..\..\src\expat\expat\lib \
|
-I..\..\src\zlib -I..\..\3rdparty\pcre\src\wx -I..\..\src\expat\expat\lib \
|
||||||
$(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) -D__WXMSW__ \
|
$(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) -D__WXMSW__ \
|
||||||
|
|
@ -385,11 +398,10 @@ MONODLL_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
||||||
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
||||||
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -I..\..\include\wx\msw\wrl \
|
-I..\..\include\wx\msw\wrl -I..\..\3rdparty\webview2\build\native\include \
|
||||||
-I..\..\3rdparty\webview2\build\native\include -DwxUSE_BASE=1 \
|
-DwxUSE_BASE=1 -DWXMAKINGDLL $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
||||||
-DWXMAKINGDLL $(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy \
|
-Wno-ctor-dtor-privacy -Wno-unknown-pragmas $(CPPFLAGS) $(CXXFLAGS)
|
||||||
-Wno-unknown-pragmas $(CPPFLAGS) $(CXXFLAGS)
|
|
||||||
MONODLL_OBJECTS = \
|
MONODLL_OBJECTS = \
|
||||||
$(OBJS)\monodll_dummy.o \
|
$(OBJS)\monodll_dummy.o \
|
||||||
$(OBJS)\monodll_any.o \
|
$(OBJS)\monodll_any.o \
|
||||||
|
|
@ -535,10 +547,9 @@ MONOLIB_CFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
||||||
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
||||||
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -I..\..\include\wx\msw\wrl \
|
-I..\..\include\wx\msw\wrl -I..\..\3rdparty\webview2\build\native\include \
|
||||||
-I..\..\3rdparty\webview2\build\native\include -DwxUSE_BASE=1 $(CPPFLAGS) \
|
-DwxUSE_BASE=1 $(CPPFLAGS) $(CFLAGS)
|
||||||
$(CFLAGS)
|
|
||||||
MONOLIB_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
MONOLIB_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
-I..\..\src\zlib -I..\..\3rdparty\pcre\src\wx -I..\..\src\expat\expat\lib \
|
-I..\..\src\zlib -I..\..\3rdparty\pcre\src\wx -I..\..\src\expat\expat\lib \
|
||||||
$(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) -D__WXMSW__ \
|
$(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) -D__WXMSW__ \
|
||||||
|
|
@ -547,10 +558,9 @@ MONOLIB_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
||||||
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
||||||
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -I..\..\include\wx\msw\wrl \
|
-I..\..\include\wx\msw\wrl -I..\..\3rdparty\webview2\build\native\include \
|
||||||
-I..\..\3rdparty\webview2\build\native\include -DwxUSE_BASE=1 \
|
-DwxUSE_BASE=1 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy \
|
||||||
$(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy \
|
|
||||||
-Wno-unknown-pragmas $(CPPFLAGS) $(CXXFLAGS)
|
-Wno-unknown-pragmas $(CPPFLAGS) $(CXXFLAGS)
|
||||||
MONOLIB_OBJECTS = \
|
MONOLIB_OBJECTS = \
|
||||||
$(OBJS)\monolib_dummy.o \
|
$(OBJS)\monolib_dummy.o \
|
||||||
|
|
@ -1595,9 +1605,9 @@ STCDLL_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
||||||
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
||||||
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC $(__RTTIFLAG) \
|
-DWXUSINGDLL -DWXMAKINGDLL_STC $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
||||||
$(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
-Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
||||||
STCDLL_OBJECTS = \
|
STCDLL_OBJECTS = \
|
||||||
$(OBJS)\stcdll_dummy.o \
|
$(OBJS)\stcdll_dummy.o \
|
||||||
$(OBJS)\stcdll_version_rc.o \
|
$(OBJS)\stcdll_version_rc.o \
|
||||||
|
|
@ -1613,9 +1623,9 @@ STCLIB_CXXFLAGS = -I..\..\src\tiff\libtiff -I..\..\src\jpeg -I..\..\src\png \
|
||||||
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
$(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) -W -Wall -DWXBUILDING \
|
||||||
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
-I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib \
|
||||||
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX \
|
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS \
|
||||||
-DLINK_LEXERS $(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy \
|
$(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CXXFLAGS)
|
||||||
STCLIB_OBJECTS = \
|
STCLIB_OBJECTS = \
|
||||||
$(OBJS)\stclib_dummy.o \
|
$(OBJS)\stclib_dummy.o \
|
||||||
$(OBJS)\stclib_stc.o \
|
$(OBJS)\stclib_stc.o \
|
||||||
|
|
@ -6537,6 +6547,9 @@ $(OBJS)\wxscintilla_LexBullant.o: ../../src/stc/scintilla/lexers/LexBullant.cxx
|
||||||
$(OBJS)\wxscintilla_LexCaml.o: ../../src/stc/scintilla/lexers/LexCaml.cxx
|
$(OBJS)\wxscintilla_LexCaml.o: ../../src/stc/scintilla/lexers/LexCaml.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexCIL.o: ../../src/stc/scintilla/lexers/LexCIL.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexCLW.o: ../../src/stc/scintilla/lexers/LexCLW.cxx
|
$(OBJS)\wxscintilla_LexCLW.o: ../../src/stc/scintilla/lexers/LexCLW.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6567,6 +6580,9 @@ $(OBJS)\wxscintilla_LexCSS.o: ../../src/stc/scintilla/lexers/LexCSS.cxx
|
||||||
$(OBJS)\wxscintilla_LexD.o: ../../src/stc/scintilla/lexers/LexD.cxx
|
$(OBJS)\wxscintilla_LexD.o: ../../src/stc/scintilla/lexers/LexD.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexDataflex.o: ../../src/stc/scintilla/lexers/LexDataflex.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexDiff.o: ../../src/stc/scintilla/lexers/LexDiff.cxx
|
$(OBJS)\wxscintilla_LexDiff.o: ../../src/stc/scintilla/lexers/LexDiff.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6612,12 +6628,18 @@ $(OBJS)\wxscintilla_LexGui4Cli.o: ../../src/stc/scintilla/lexers/LexGui4Cli.cxx
|
||||||
$(OBJS)\wxscintilla_LexHaskell.o: ../../src/stc/scintilla/lexers/LexHaskell.cxx
|
$(OBJS)\wxscintilla_LexHaskell.o: ../../src/stc/scintilla/lexers/LexHaskell.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexHollywood.o: ../../src/stc/scintilla/lexers/LexHollywood.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexHex.o: ../../src/stc/scintilla/lexers/LexHex.cxx
|
$(OBJS)\wxscintilla_LexHex.o: ../../src/stc/scintilla/lexers/LexHex.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexHTML.o: ../../src/stc/scintilla/lexers/LexHTML.cxx
|
$(OBJS)\wxscintilla_LexHTML.o: ../../src/stc/scintilla/lexers/LexHTML.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexIndent.o: ../../src/stc/scintilla/lexers/LexIndent.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexInno.o: ../../src/stc/scintilla/lexers/LexInno.cxx
|
$(OBJS)\wxscintilla_LexInno.o: ../../src/stc/scintilla/lexers/LexInno.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6639,6 +6661,9 @@ $(OBJS)\wxscintilla_LexLisp.o: ../../src/stc/scintilla/lexers/LexLisp.cxx
|
||||||
$(OBJS)\wxscintilla_LexLout.o: ../../src/stc/scintilla/lexers/LexLout.cxx
|
$(OBJS)\wxscintilla_LexLout.o: ../../src/stc/scintilla/lexers/LexLout.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexLPeg.o: ../../src/stc/scintilla/lexers/LexLPeg.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexLua.o: ../../src/stc/scintilla/lexers/LexLua.cxx
|
$(OBJS)\wxscintilla_LexLua.o: ../../src/stc/scintilla/lexers/LexLua.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6654,6 +6679,9 @@ $(OBJS)\wxscintilla_LexMarkdown.o: ../../src/stc/scintilla/lexers/LexMarkdown.cx
|
||||||
$(OBJS)\wxscintilla_LexMatlab.o: ../../src/stc/scintilla/lexers/LexMatlab.cxx
|
$(OBJS)\wxscintilla_LexMatlab.o: ../../src/stc/scintilla/lexers/LexMatlab.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexMaxima.o: ../../src/stc/scintilla/lexers/LexMaxima.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexMetapost.o: ../../src/stc/scintilla/lexers/LexMetapost.cxx
|
$(OBJS)\wxscintilla_LexMetapost.o: ../../src/stc/scintilla/lexers/LexMetapost.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6672,6 +6700,9 @@ $(OBJS)\wxscintilla_LexMSSQL.o: ../../src/stc/scintilla/lexers/LexMSSQL.cxx
|
||||||
$(OBJS)\wxscintilla_LexMySQL.o: ../../src/stc/scintilla/lexers/LexMySQL.cxx
|
$(OBJS)\wxscintilla_LexMySQL.o: ../../src/stc/scintilla/lexers/LexMySQL.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexNim.o: ../../src/stc/scintilla/lexers/LexNim.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexNimrod.o: ../../src/stc/scintilla/lexers/LexNimrod.cxx
|
$(OBJS)\wxscintilla_LexNimrod.o: ../../src/stc/scintilla/lexers/LexNimrod.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6726,6 +6757,9 @@ $(OBJS)\wxscintilla_LexPython.o: ../../src/stc/scintilla/lexers/LexPython.cxx
|
||||||
$(OBJS)\wxscintilla_LexR.o: ../../src/stc/scintilla/lexers/LexR.cxx
|
$(OBJS)\wxscintilla_LexR.o: ../../src/stc/scintilla/lexers/LexR.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexRaku.o: ../../src/stc/scintilla/lexers/LexRaku.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexRebol.o: ../../src/stc/scintilla/lexers/LexRebol.cxx
|
$(OBJS)\wxscintilla_LexRebol.o: ../../src/stc/scintilla/lexers/LexRebol.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6738,6 +6772,9 @@ $(OBJS)\wxscintilla_LexRuby.o: ../../src/stc/scintilla/lexers/LexRuby.cxx
|
||||||
$(OBJS)\wxscintilla_LexRust.o: ../../src/stc/scintilla/lexers/LexRust.cxx
|
$(OBJS)\wxscintilla_LexRust.o: ../../src/stc/scintilla/lexers/LexRust.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexSAS.o: ../../src/stc/scintilla/lexers/LexSAS.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexScriptol.o: ../../src/stc/scintilla/lexers/LexScriptol.cxx
|
$(OBJS)\wxscintilla_LexScriptol.o: ../../src/stc/scintilla/lexers/LexScriptol.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6759,6 +6796,9 @@ $(OBJS)\wxscintilla_LexSpice.o: ../../src/stc/scintilla/lexers/LexSpice.cxx
|
||||||
$(OBJS)\wxscintilla_LexSQL.o: ../../src/stc/scintilla/lexers/LexSQL.cxx
|
$(OBJS)\wxscintilla_LexSQL.o: ../../src/stc/scintilla/lexers/LexSQL.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexStata.o: ../../src/stc/scintilla/lexers/LexStata.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexSTTXT.o: ../../src/stc/scintilla/lexers/LexSTTXT.cxx
|
$(OBJS)\wxscintilla_LexSTTXT.o: ../../src/stc/scintilla/lexers/LexSTTXT.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6795,6 +6835,9 @@ $(OBJS)\wxscintilla_LexVHDL.o: ../../src/stc/scintilla/lexers/LexVHDL.cxx
|
||||||
$(OBJS)\wxscintilla_LexVisualProlog.o: ../../src/stc/scintilla/lexers/LexVisualProlog.cxx
|
$(OBJS)\wxscintilla_LexVisualProlog.o: ../../src/stc/scintilla/lexers/LexVisualProlog.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexX12.o: ../../src/stc/scintilla/lexers/LexX12.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexYAML.o: ../../src/stc/scintilla/lexers/LexYAML.cxx
|
$(OBJS)\wxscintilla_LexYAML.o: ../../src/stc/scintilla/lexers/LexYAML.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6807,6 +6850,9 @@ $(OBJS)\wxscintilla_CharacterCategory.o: ../../src/stc/scintilla/lexlib/Characte
|
||||||
$(OBJS)\wxscintilla_CharacterSet.o: ../../src/stc/scintilla/lexlib/CharacterSet.cxx
|
$(OBJS)\wxscintilla_CharacterSet.o: ../../src/stc/scintilla/lexlib/CharacterSet.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_DefaultLexer.o: ../../src/stc/scintilla/lexlib/DefaultLexer.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexerBase.o: ../../src/stc/scintilla/lexlib/LexerBase.cxx
|
$(OBJS)\wxscintilla_LexerBase.o: ../../src/stc/scintilla/lexlib/LexerBase.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6852,6 +6898,9 @@ $(OBJS)\wxscintilla_CharClassify.o: ../../src/stc/scintilla/src/CharClassify.cxx
|
||||||
$(OBJS)\wxscintilla_ContractionState.o: ../../src/stc/scintilla/src/ContractionState.cxx
|
$(OBJS)\wxscintilla_ContractionState.o: ../../src/stc/scintilla/src/ContractionState.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_DBCS.o: ../../src/stc/scintilla/src/DBCS.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_Decoration.o: ../../src/stc/scintilla/src/Decoration.cxx
|
$(OBJS)\wxscintilla_Decoration.o: ../../src/stc/scintilla/src/Decoration.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -6861,10 +6910,10 @@ $(OBJS)\wxscintilla_Document.o: ../../src/stc/scintilla/src/Document.cxx
|
||||||
$(OBJS)\wxscintilla_EditModel.o: ../../src/stc/scintilla/src/EditModel.cxx
|
$(OBJS)\wxscintilla_EditModel.o: ../../src/stc/scintilla/src/EditModel.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_EditView.o: ../../src/stc/scintilla/src/EditView.cxx
|
$(OBJS)\wxscintilla_Editor.o: ../../src/stc/scintilla/src/Editor.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_Editor.o: ../../src/stc/scintilla/src/Editor.cxx
|
$(OBJS)\wxscintilla_EditView.o: ../../src/stc/scintilla/src/EditView.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_ExternalLexer.o: ../../src/stc/scintilla/src/ExternalLexer.cxx
|
$(OBJS)\wxscintilla_ExternalLexer.o: ../../src/stc/scintilla/src/ExternalLexer.cxx
|
||||||
|
|
@ -6906,6 +6955,9 @@ $(OBJS)\wxscintilla_Style.o: ../../src/stc/scintilla/src/Style.cxx
|
||||||
$(OBJS)\wxscintilla_UniConversion.o: ../../src/stc/scintilla/src/UniConversion.cxx
|
$(OBJS)\wxscintilla_UniConversion.o: ../../src/stc/scintilla/src/UniConversion.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_UniqueString.o: ../../src/stc/scintilla/src/UniqueString.cxx
|
||||||
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_ViewStyle.o: ../../src/stc/scintilla/src/ViewStyle.cxx
|
$(OBJS)\wxscintilla_ViewStyle.o: ../../src/stc/scintilla/src/ViewStyle.cxx
|
||||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
|
@ -9500,7 +9552,7 @@ $(OBJS)\monodll_bmpsvg.o: ../../src/generic/bmpsvg.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(OBJS)\monodll_version_rc.o: ../../src/msw/version.rc
|
$(OBJS)\monodll_version_rc.o: ../../src/msw/version.rc
|
||||||
$(WINDRES) -i$< -o$@ --include-dir ../../src/tiff/libtiff --include-dir ../../src/jpeg --include-dir ../../src/png --include-dir ../../src/zlib --include-dir ../../3rdparty/pcre/src/wx --include-dir ../../src/expat/expat/lib --define __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) --include-dir $(SETUPHDIR) --include-dir ../../include $(__CAIRO_INCLUDEDIR_p) --define WXBUILDING --define WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG) --include-dir ../../src/stc/scintilla/include --include-dir ../../src/stc/scintilla/lexlib --include-dir ../../src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define NO_CXX11_REGEX --define LINK_LEXERS --include-dir ../../include/wx/msw/wrl --include-dir ../../3rdparty/webview2/build/native/include --define wxUSE_BASE=1 --define WXMAKINGDLL
|
$(WINDRES) -i$< -o$@ --include-dir ../../src/tiff/libtiff --include-dir ../../src/jpeg --include-dir ../../src/png --include-dir ../../src/zlib --include-dir ../../3rdparty/pcre/src/wx --include-dir ../../src/expat/expat/lib --define __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) --include-dir $(SETUPHDIR) --include-dir ../../include $(__CAIRO_INCLUDEDIR_p) --define WXBUILDING --define WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG) --include-dir ../../src/stc/scintilla/include --include-dir ../../src/stc/scintilla/lexlib --include-dir ../../src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define LINK_LEXERS --include-dir ../../include/wx/msw/wrl --include-dir ../../3rdparty/webview2/build/native/include --define wxUSE_BASE=1 --define WXMAKINGDLL
|
||||||
|
|
||||||
$(OBJS)\monolib_dummy.o: ../../src/common/dummy.cpp
|
$(OBJS)\monolib_dummy.o: ../../src/common/dummy.cpp
|
||||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
@ -17399,7 +17451,7 @@ $(OBJS)\stcdll_dummy.o: ../../src/common/dummy.cpp
|
||||||
$(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\stcdll_version_rc.o: ../../src/msw/version.rc
|
$(OBJS)\stcdll_version_rc.o: ../../src/msw/version.rc
|
||||||
$(WINDRES) -i$< -o$@ --include-dir ../../src/tiff/libtiff --include-dir ../../src/jpeg --include-dir ../../src/png --include-dir ../../src/zlib --include-dir ../../3rdparty/pcre/src/wx --include-dir ../../src/expat/expat/lib --define __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) --include-dir $(SETUPHDIR) --include-dir ../../include $(__CAIRO_INCLUDEDIR_p) --define WXBUILDING --define WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc$(WXCOMPILER)$(VENDORTAG) --include-dir ../../src/stc/scintilla/include --include-dir ../../src/stc/scintilla/lexlib --include-dir ../../src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define NO_CXX11_REGEX --define LINK_LEXERS --define WXUSINGDLL --define WXMAKINGDLL_STC
|
$(WINDRES) -i$< -o$@ --include-dir ../../src/tiff/libtiff --include-dir ../../src/jpeg --include-dir ../../src/png --include-dir ../../src/zlib --include-dir ../../3rdparty/pcre/src/wx --include-dir ../../src/expat/expat/lib --define __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) --include-dir $(SETUPHDIR) --include-dir ../../include $(__CAIRO_INCLUDEDIR_p) --define WXBUILDING --define WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc$(WXCOMPILER)$(VENDORTAG) --include-dir ../../src/stc/scintilla/include --include-dir ../../src/stc/scintilla/lexlib --include-dir ../../src/stc/scintilla/src --define __WX__ --define SCI_LEXER --define LINK_LEXERS --define WXUSINGDLL --define WXMAKINGDLL_STC
|
||||||
|
|
||||||
$(OBJS)\stcdll_stc.o: ../../src/stc/stc.cpp
|
$(OBJS)\stcdll_stc.o: ../../src/stc/stc.cpp
|
||||||
$(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(STCDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
|
||||||
|
|
@ -243,10 +243,10 @@ WXSCINTILLA_CXXFLAGS = /M$(__RUNTIME_LIBS_100)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__NO_VC_CRTDBG_p) $(__TARGET_CPU_COMPFLAG_p) /DNDEBUG \
|
$(__NO_VC_CRTDBG_p) $(__TARGET_CPU_COMPFLAG_p) /DNDEBUG \
|
||||||
/D_CRT_SECURE_NO_WARNINGS /I..\..\src\stc\scintilla\include \
|
/D_CRT_SECURE_NO_WARNINGS /I..\..\src\stc\scintilla\include \
|
||||||
/I..\..\src\stc\scintilla\lexlib /I..\..\src\stc\scintilla\src /D__WX__ \
|
/I..\..\src\stc\scintilla\lexlib /I..\..\src\stc\scintilla\src /D__WX__ \
|
||||||
/DSCI_LEXER /DNO_CXX11_REGEX /DLINK_LEXERS /I$(SETUPHDIR) /I..\..\include \
|
/DSCI_LEXER /DLINK_LEXERS /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(__wxscintilla_usingdll_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__wxscintilla_usingdll_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
$(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /DLPEG_LEXER=0 $(__RTTIFLAG) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
|
||||||
WXSCINTILLA_OBJECTS = \
|
WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexA68k.obj \
|
$(OBJS)\wxscintilla_LexA68k.obj \
|
||||||
$(OBJS)\wxscintilla_LexAbaqus.obj \
|
$(OBJS)\wxscintilla_LexAbaqus.obj \
|
||||||
|
|
@ -265,6 +265,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexBibTeX.obj \
|
$(OBJS)\wxscintilla_LexBibTeX.obj \
|
||||||
$(OBJS)\wxscintilla_LexBullant.obj \
|
$(OBJS)\wxscintilla_LexBullant.obj \
|
||||||
$(OBJS)\wxscintilla_LexCaml.obj \
|
$(OBJS)\wxscintilla_LexCaml.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexCIL.obj \
|
||||||
$(OBJS)\wxscintilla_LexCLW.obj \
|
$(OBJS)\wxscintilla_LexCLW.obj \
|
||||||
$(OBJS)\wxscintilla_LexCmake.obj \
|
$(OBJS)\wxscintilla_LexCmake.obj \
|
||||||
$(OBJS)\wxscintilla_LexCOBOL.obj \
|
$(OBJS)\wxscintilla_LexCOBOL.obj \
|
||||||
|
|
@ -275,6 +276,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexCsound.obj \
|
$(OBJS)\wxscintilla_LexCsound.obj \
|
||||||
$(OBJS)\wxscintilla_LexCSS.obj \
|
$(OBJS)\wxscintilla_LexCSS.obj \
|
||||||
$(OBJS)\wxscintilla_LexD.obj \
|
$(OBJS)\wxscintilla_LexD.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexDataflex.obj \
|
||||||
$(OBJS)\wxscintilla_LexDiff.obj \
|
$(OBJS)\wxscintilla_LexDiff.obj \
|
||||||
$(OBJS)\wxscintilla_LexDMAP.obj \
|
$(OBJS)\wxscintilla_LexDMAP.obj \
|
||||||
$(OBJS)\wxscintilla_LexDMIS.obj \
|
$(OBJS)\wxscintilla_LexDMIS.obj \
|
||||||
|
|
@ -290,8 +292,10 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexGAP.obj \
|
$(OBJS)\wxscintilla_LexGAP.obj \
|
||||||
$(OBJS)\wxscintilla_LexGui4Cli.obj \
|
$(OBJS)\wxscintilla_LexGui4Cli.obj \
|
||||||
$(OBJS)\wxscintilla_LexHaskell.obj \
|
$(OBJS)\wxscintilla_LexHaskell.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexHollywood.obj \
|
||||||
$(OBJS)\wxscintilla_LexHex.obj \
|
$(OBJS)\wxscintilla_LexHex.obj \
|
||||||
$(OBJS)\wxscintilla_LexHTML.obj \
|
$(OBJS)\wxscintilla_LexHTML.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexIndent.obj \
|
||||||
$(OBJS)\wxscintilla_LexInno.obj \
|
$(OBJS)\wxscintilla_LexInno.obj \
|
||||||
$(OBJS)\wxscintilla_LexJSON.obj \
|
$(OBJS)\wxscintilla_LexJSON.obj \
|
||||||
$(OBJS)\wxscintilla_LexKix.obj \
|
$(OBJS)\wxscintilla_LexKix.obj \
|
||||||
|
|
@ -299,17 +303,20 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexLaTeX.obj \
|
$(OBJS)\wxscintilla_LexLaTeX.obj \
|
||||||
$(OBJS)\wxscintilla_LexLisp.obj \
|
$(OBJS)\wxscintilla_LexLisp.obj \
|
||||||
$(OBJS)\wxscintilla_LexLout.obj \
|
$(OBJS)\wxscintilla_LexLout.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexLPeg.obj \
|
||||||
$(OBJS)\wxscintilla_LexLua.obj \
|
$(OBJS)\wxscintilla_LexLua.obj \
|
||||||
$(OBJS)\wxscintilla_LexMagik.obj \
|
$(OBJS)\wxscintilla_LexMagik.obj \
|
||||||
$(OBJS)\wxscintilla_LexMake.obj \
|
$(OBJS)\wxscintilla_LexMake.obj \
|
||||||
$(OBJS)\wxscintilla_LexMarkdown.obj \
|
$(OBJS)\wxscintilla_LexMarkdown.obj \
|
||||||
$(OBJS)\wxscintilla_LexMatlab.obj \
|
$(OBJS)\wxscintilla_LexMatlab.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexMaxima.obj \
|
||||||
$(OBJS)\wxscintilla_LexMetapost.obj \
|
$(OBJS)\wxscintilla_LexMetapost.obj \
|
||||||
$(OBJS)\wxscintilla_LexMMIXAL.obj \
|
$(OBJS)\wxscintilla_LexMMIXAL.obj \
|
||||||
$(OBJS)\wxscintilla_LexModula.obj \
|
$(OBJS)\wxscintilla_LexModula.obj \
|
||||||
$(OBJS)\wxscintilla_LexMPT.obj \
|
$(OBJS)\wxscintilla_LexMPT.obj \
|
||||||
$(OBJS)\wxscintilla_LexMSSQL.obj \
|
$(OBJS)\wxscintilla_LexMSSQL.obj \
|
||||||
$(OBJS)\wxscintilla_LexMySQL.obj \
|
$(OBJS)\wxscintilla_LexMySQL.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexNim.obj \
|
||||||
$(OBJS)\wxscintilla_LexNimrod.obj \
|
$(OBJS)\wxscintilla_LexNimrod.obj \
|
||||||
$(OBJS)\wxscintilla_LexNsis.obj \
|
$(OBJS)\wxscintilla_LexNsis.obj \
|
||||||
$(OBJS)\wxscintilla_LexNull.obj \
|
$(OBJS)\wxscintilla_LexNull.obj \
|
||||||
|
|
@ -328,10 +335,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexPS.obj \
|
$(OBJS)\wxscintilla_LexPS.obj \
|
||||||
$(OBJS)\wxscintilla_LexPython.obj \
|
$(OBJS)\wxscintilla_LexPython.obj \
|
||||||
$(OBJS)\wxscintilla_LexR.obj \
|
$(OBJS)\wxscintilla_LexR.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexRaku.obj \
|
||||||
$(OBJS)\wxscintilla_LexRebol.obj \
|
$(OBJS)\wxscintilla_LexRebol.obj \
|
||||||
$(OBJS)\wxscintilla_LexRegistry.obj \
|
$(OBJS)\wxscintilla_LexRegistry.obj \
|
||||||
$(OBJS)\wxscintilla_LexRuby.obj \
|
$(OBJS)\wxscintilla_LexRuby.obj \
|
||||||
$(OBJS)\wxscintilla_LexRust.obj \
|
$(OBJS)\wxscintilla_LexRust.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexSAS.obj \
|
||||||
$(OBJS)\wxscintilla_LexScriptol.obj \
|
$(OBJS)\wxscintilla_LexScriptol.obj \
|
||||||
$(OBJS)\wxscintilla_LexSmalltalk.obj \
|
$(OBJS)\wxscintilla_LexSmalltalk.obj \
|
||||||
$(OBJS)\wxscintilla_LexSML.obj \
|
$(OBJS)\wxscintilla_LexSML.obj \
|
||||||
|
|
@ -339,6 +348,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexSpecman.obj \
|
$(OBJS)\wxscintilla_LexSpecman.obj \
|
||||||
$(OBJS)\wxscintilla_LexSpice.obj \
|
$(OBJS)\wxscintilla_LexSpice.obj \
|
||||||
$(OBJS)\wxscintilla_LexSQL.obj \
|
$(OBJS)\wxscintilla_LexSQL.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexStata.obj \
|
||||||
$(OBJS)\wxscintilla_LexSTTXT.obj \
|
$(OBJS)\wxscintilla_LexSTTXT.obj \
|
||||||
$(OBJS)\wxscintilla_LexTACL.obj \
|
$(OBJS)\wxscintilla_LexTACL.obj \
|
||||||
$(OBJS)\wxscintilla_LexTADS3.obj \
|
$(OBJS)\wxscintilla_LexTADS3.obj \
|
||||||
|
|
@ -351,10 +361,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_LexVerilog.obj \
|
$(OBJS)\wxscintilla_LexVerilog.obj \
|
||||||
$(OBJS)\wxscintilla_LexVHDL.obj \
|
$(OBJS)\wxscintilla_LexVHDL.obj \
|
||||||
$(OBJS)\wxscintilla_LexVisualProlog.obj \
|
$(OBJS)\wxscintilla_LexVisualProlog.obj \
|
||||||
|
$(OBJS)\wxscintilla_LexX12.obj \
|
||||||
$(OBJS)\wxscintilla_LexYAML.obj \
|
$(OBJS)\wxscintilla_LexYAML.obj \
|
||||||
$(OBJS)\wxscintilla_Accessor.obj \
|
$(OBJS)\wxscintilla_Accessor.obj \
|
||||||
$(OBJS)\wxscintilla_CharacterCategory.obj \
|
$(OBJS)\wxscintilla_CharacterCategory.obj \
|
||||||
$(OBJS)\wxscintilla_CharacterSet.obj \
|
$(OBJS)\wxscintilla_CharacterSet.obj \
|
||||||
|
$(OBJS)\wxscintilla_DefaultLexer.obj \
|
||||||
$(OBJS)\wxscintilla_LexerBase.obj \
|
$(OBJS)\wxscintilla_LexerBase.obj \
|
||||||
$(OBJS)\wxscintilla_LexerModule.obj \
|
$(OBJS)\wxscintilla_LexerModule.obj \
|
||||||
$(OBJS)\wxscintilla_LexerNoExceptions.obj \
|
$(OBJS)\wxscintilla_LexerNoExceptions.obj \
|
||||||
|
|
@ -370,11 +382,12 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_CellBuffer.obj \
|
$(OBJS)\wxscintilla_CellBuffer.obj \
|
||||||
$(OBJS)\wxscintilla_CharClassify.obj \
|
$(OBJS)\wxscintilla_CharClassify.obj \
|
||||||
$(OBJS)\wxscintilla_ContractionState.obj \
|
$(OBJS)\wxscintilla_ContractionState.obj \
|
||||||
|
$(OBJS)\wxscintilla_DBCS.obj \
|
||||||
$(OBJS)\wxscintilla_Decoration.obj \
|
$(OBJS)\wxscintilla_Decoration.obj \
|
||||||
$(OBJS)\wxscintilla_Document.obj \
|
$(OBJS)\wxscintilla_Document.obj \
|
||||||
$(OBJS)\wxscintilla_EditModel.obj \
|
$(OBJS)\wxscintilla_EditModel.obj \
|
||||||
$(OBJS)\wxscintilla_EditView.obj \
|
|
||||||
$(OBJS)\wxscintilla_Editor.obj \
|
$(OBJS)\wxscintilla_Editor.obj \
|
||||||
|
$(OBJS)\wxscintilla_EditView.obj \
|
||||||
$(OBJS)\wxscintilla_ExternalLexer.obj \
|
$(OBJS)\wxscintilla_ExternalLexer.obj \
|
||||||
$(OBJS)\wxscintilla_Indicator.obj \
|
$(OBJS)\wxscintilla_Indicator.obj \
|
||||||
$(OBJS)\wxscintilla_KeyMap.obj \
|
$(OBJS)\wxscintilla_KeyMap.obj \
|
||||||
|
|
@ -388,6 +401,7 @@ WXSCINTILLA_OBJECTS = \
|
||||||
$(OBJS)\wxscintilla_Selection.obj \
|
$(OBJS)\wxscintilla_Selection.obj \
|
||||||
$(OBJS)\wxscintilla_Style.obj \
|
$(OBJS)\wxscintilla_Style.obj \
|
||||||
$(OBJS)\wxscintilla_UniConversion.obj \
|
$(OBJS)\wxscintilla_UniConversion.obj \
|
||||||
|
$(OBJS)\wxscintilla_UniqueString.obj \
|
||||||
$(OBJS)\wxscintilla_ViewStyle.obj \
|
$(OBJS)\wxscintilla_ViewStyle.obj \
|
||||||
$(OBJS)\wxscintilla_XPM.obj
|
$(OBJS)\wxscintilla_XPM.obj
|
||||||
MONODLL_CFLAGS = /M$(__RUNTIME_LIBS_116)$(__DEBUGRUNTIME) /DWIN32 \
|
MONODLL_CFLAGS = /M$(__RUNTIME_LIBS_116)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
|
|
@ -402,9 +416,9 @@ MONODLL_CFLAGS = /M$(__RUNTIME_LIBS_116)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
||||||
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
||||||
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DNO_CXX11_REGEX \
|
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DLINK_LEXERS \
|
||||||
/DLINK_LEXERS /I..\..\3rdparty\webview2\build\native\include \
|
/I..\..\3rdparty\webview2\build\native\include /DwxUSE_BASE=1 \
|
||||||
/DwxUSE_BASE=1 /DWXMAKINGDLL $(CPPFLAGS) $(CFLAGS)
|
/DWXMAKINGDLL $(CPPFLAGS) $(CFLAGS)
|
||||||
MONODLL_CXXFLAGS = /M$(__RUNTIME_LIBS_116)$(__DEBUGRUNTIME) /DWIN32 \
|
MONODLL_CXXFLAGS = /M$(__RUNTIME_LIBS_116)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
/I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png /I..\..\src\zlib \
|
/I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png /I..\..\src\zlib \
|
||||||
/I..\..\3rdparty\pcre\src\wx /I..\..\src\expat\expat\lib $(__DEBUGINFO) \
|
/I..\..\3rdparty\pcre\src\wx /I..\..\src\expat\expat\lib $(__DEBUGINFO) \
|
||||||
|
|
@ -417,10 +431,10 @@ MONODLL_CXXFLAGS = /M$(__RUNTIME_LIBS_116)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
||||||
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
||||||
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DNO_CXX11_REGEX \
|
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DLINK_LEXERS \
|
||||||
/DLINK_LEXERS /I..\..\3rdparty\webview2\build\native\include \
|
/I..\..\3rdparty\webview2\build\native\include /DwxUSE_BASE=1 \
|
||||||
/DwxUSE_BASE=1 /DWXMAKINGDLL $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
/DWXMAKINGDLL $(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" \
|
||||||
/Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_monodll.pch" $(CPPFLAGS) $(CXXFLAGS)
|
/Fp"$(OBJS)\wxprec_monodll.pch" $(CPPFLAGS) $(CXXFLAGS)
|
||||||
MONODLL_OBJECTS = \
|
MONODLL_OBJECTS = \
|
||||||
$(OBJS)\monodll_dummy.obj \
|
$(OBJS)\monodll_dummy.obj \
|
||||||
$(OBJS)\monodll_any.obj \
|
$(OBJS)\monodll_any.obj \
|
||||||
|
|
@ -571,9 +585,9 @@ MONOLIB_CFLAGS = /M$(__RUNTIME_LIBS_131)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
||||||
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
||||||
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DNO_CXX11_REGEX \
|
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DLINK_LEXERS \
|
||||||
/DLINK_LEXERS /I..\..\3rdparty\webview2\build\native\include \
|
/I..\..\3rdparty\webview2\build\native\include /DwxUSE_BASE=1 $(CPPFLAGS) \
|
||||||
/DwxUSE_BASE=1 $(CPPFLAGS) $(CFLAGS)
|
$(CFLAGS)
|
||||||
MONOLIB_CXXFLAGS = /M$(__RUNTIME_LIBS_131)$(__DEBUGRUNTIME) /DWIN32 \
|
MONOLIB_CXXFLAGS = /M$(__RUNTIME_LIBS_131)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
/I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png /I..\..\src\zlib \
|
/I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png /I..\..\src\zlib \
|
||||||
/I..\..\3rdparty\pcre\src\wx /I..\..\src\expat\expat\lib $(__DEBUGINFO) \
|
/I..\..\3rdparty\pcre\src\wx /I..\..\src\expat\expat\lib $(__DEBUGINFO) \
|
||||||
|
|
@ -586,9 +600,9 @@ MONOLIB_CXXFLAGS = /M$(__RUNTIME_LIBS_131)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
||||||
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
||||||
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DNO_CXX11_REGEX \
|
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DLINK_LEXERS \
|
||||||
/DLINK_LEXERS /I..\..\3rdparty\webview2\build\native\include \
|
/I..\..\3rdparty\webview2\build\native\include /DwxUSE_BASE=1 \
|
||||||
/DwxUSE_BASE=1 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" \
|
$(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" \
|
||||||
/Fp"$(OBJS)\wxprec_monolib.pch" $(CPPFLAGS) $(CXXFLAGS)
|
/Fp"$(OBJS)\wxprec_monolib.pch" $(CPPFLAGS) $(CXXFLAGS)
|
||||||
MONOLIB_OBJECTS = \
|
MONOLIB_OBJECTS = \
|
||||||
$(OBJS)\monolib_dummy.obj \
|
$(OBJS)\monolib_dummy.obj \
|
||||||
|
|
@ -1788,10 +1802,9 @@ STCDLL_CXXFLAGS = /M$(__RUNTIME_LIBS_581)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
||||||
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
||||||
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DNO_CXX11_REGEX \
|
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DLINK_LEXERS \
|
||||||
/DLINK_LEXERS /DWXUSINGDLL /DWXMAKINGDLL_STC $(__RTTIFLAG) \
|
/DWXUSINGDLL /DWXMAKINGDLL_STC $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
||||||
$(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_stcdll.pch" \
|
/Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_stcdll.pch" $(CPPFLAGS) $(CXXFLAGS)
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
|
||||||
STCDLL_OBJECTS = \
|
STCDLL_OBJECTS = \
|
||||||
$(OBJS)\stcdll_dummy.obj \
|
$(OBJS)\stcdll_dummy.obj \
|
||||||
$(OBJS)\stcdll_stc.obj \
|
$(OBJS)\stcdll_stc.obj \
|
||||||
|
|
@ -1812,8 +1825,8 @@ STCLIB_CXXFLAGS = /M$(__RUNTIME_LIBS_596)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
$(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
$(____CAIRO_INCLUDEDIR_FILENAMES) /W4 /DWXBUILDING \
|
||||||
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
/I..\..\src\stc\scintilla\include /I..\..\src\stc\scintilla\lexlib \
|
||||||
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DNO_CXX11_REGEX \
|
/I..\..\src\stc\scintilla\src /D__WX__ /DSCI_LEXER /DLINK_LEXERS \
|
||||||
/DLINK_LEXERS $(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" \
|
$(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" \
|
||||||
/Fp"$(OBJS)\wxprec_stclib.pch" $(CPPFLAGS) $(CXXFLAGS)
|
/Fp"$(OBJS)\wxprec_stclib.pch" $(CPPFLAGS) $(CXXFLAGS)
|
||||||
STCLIB_OBJECTS = \
|
STCLIB_OBJECTS = \
|
||||||
$(OBJS)\stclib_dummy.obj \
|
$(OBJS)\stclib_dummy.obj \
|
||||||
|
|
@ -6992,6 +7005,9 @@ $(OBJS)\wxscintilla_LexBullant.obj: ..\..\src\stc\scintilla\lexers\LexBullant.cx
|
||||||
$(OBJS)\wxscintilla_LexCaml.obj: ..\..\src\stc\scintilla\lexers\LexCaml.cxx
|
$(OBJS)\wxscintilla_LexCaml.obj: ..\..\src\stc\scintilla\lexers\LexCaml.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexCaml.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexCaml.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexCIL.obj: ..\..\src\stc\scintilla\lexers\LexCIL.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexCIL.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexCLW.obj: ..\..\src\stc\scintilla\lexers\LexCLW.cxx
|
$(OBJS)\wxscintilla_LexCLW.obj: ..\..\src\stc\scintilla\lexers\LexCLW.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexCLW.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexCLW.cxx
|
||||||
|
|
||||||
|
|
@ -7022,6 +7038,9 @@ $(OBJS)\wxscintilla_LexCSS.obj: ..\..\src\stc\scintilla\lexers\LexCSS.cxx
|
||||||
$(OBJS)\wxscintilla_LexD.obj: ..\..\src\stc\scintilla\lexers\LexD.cxx
|
$(OBJS)\wxscintilla_LexD.obj: ..\..\src\stc\scintilla\lexers\LexD.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexD.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexD.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexDataflex.obj: ..\..\src\stc\scintilla\lexers\LexDataflex.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexDataflex.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexDiff.obj: ..\..\src\stc\scintilla\lexers\LexDiff.cxx
|
$(OBJS)\wxscintilla_LexDiff.obj: ..\..\src\stc\scintilla\lexers\LexDiff.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexDiff.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexDiff.cxx
|
||||||
|
|
||||||
|
|
@ -7067,12 +7086,18 @@ $(OBJS)\wxscintilla_LexGui4Cli.obj: ..\..\src\stc\scintilla\lexers\LexGui4Cli.cx
|
||||||
$(OBJS)\wxscintilla_LexHaskell.obj: ..\..\src\stc\scintilla\lexers\LexHaskell.cxx
|
$(OBJS)\wxscintilla_LexHaskell.obj: ..\..\src\stc\scintilla\lexers\LexHaskell.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHaskell.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHaskell.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexHollywood.obj: ..\..\src\stc\scintilla\lexers\LexHollywood.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHollywood.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexHex.obj: ..\..\src\stc\scintilla\lexers\LexHex.cxx
|
$(OBJS)\wxscintilla_LexHex.obj: ..\..\src\stc\scintilla\lexers\LexHex.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHex.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHex.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexHTML.obj: ..\..\src\stc\scintilla\lexers\LexHTML.cxx
|
$(OBJS)\wxscintilla_LexHTML.obj: ..\..\src\stc\scintilla\lexers\LexHTML.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHTML.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexHTML.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexIndent.obj: ..\..\src\stc\scintilla\lexers\LexIndent.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexIndent.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexInno.obj: ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
$(OBJS)\wxscintilla_LexInno.obj: ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
||||||
|
|
||||||
|
|
@ -7094,6 +7119,9 @@ $(OBJS)\wxscintilla_LexLisp.obj: ..\..\src\stc\scintilla\lexers\LexLisp.cxx
|
||||||
$(OBJS)\wxscintilla_LexLout.obj: ..\..\src\stc\scintilla\lexers\LexLout.cxx
|
$(OBJS)\wxscintilla_LexLout.obj: ..\..\src\stc\scintilla\lexers\LexLout.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexLout.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexLout.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexLPeg.obj: ..\..\src\stc\scintilla\lexers\LexLPeg.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexLPeg.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexLua.obj: ..\..\src\stc\scintilla\lexers\LexLua.cxx
|
$(OBJS)\wxscintilla_LexLua.obj: ..\..\src\stc\scintilla\lexers\LexLua.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexLua.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexLua.cxx
|
||||||
|
|
||||||
|
|
@ -7109,6 +7137,9 @@ $(OBJS)\wxscintilla_LexMarkdown.obj: ..\..\src\stc\scintilla\lexers\LexMarkdown.
|
||||||
$(OBJS)\wxscintilla_LexMatlab.obj: ..\..\src\stc\scintilla\lexers\LexMatlab.cxx
|
$(OBJS)\wxscintilla_LexMatlab.obj: ..\..\src\stc\scintilla\lexers\LexMatlab.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMatlab.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMatlab.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexMaxima.obj: ..\..\src\stc\scintilla\lexers\LexMaxima.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMaxima.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexMetapost.obj: ..\..\src\stc\scintilla\lexers\LexMetapost.cxx
|
$(OBJS)\wxscintilla_LexMetapost.obj: ..\..\src\stc\scintilla\lexers\LexMetapost.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMetapost.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMetapost.cxx
|
||||||
|
|
||||||
|
|
@ -7127,6 +7158,9 @@ $(OBJS)\wxscintilla_LexMSSQL.obj: ..\..\src\stc\scintilla\lexers\LexMSSQL.cxx
|
||||||
$(OBJS)\wxscintilla_LexMySQL.obj: ..\..\src\stc\scintilla\lexers\LexMySQL.cxx
|
$(OBJS)\wxscintilla_LexMySQL.obj: ..\..\src\stc\scintilla\lexers\LexMySQL.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMySQL.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexMySQL.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexNim.obj: ..\..\src\stc\scintilla\lexers\LexNim.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexNim.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexNimrod.obj: ..\..\src\stc\scintilla\lexers\LexNimrod.cxx
|
$(OBJS)\wxscintilla_LexNimrod.obj: ..\..\src\stc\scintilla\lexers\LexNimrod.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexNimrod.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexNimrod.cxx
|
||||||
|
|
||||||
|
|
@ -7181,6 +7215,9 @@ $(OBJS)\wxscintilla_LexPython.obj: ..\..\src\stc\scintilla\lexers\LexPython.cxx
|
||||||
$(OBJS)\wxscintilla_LexR.obj: ..\..\src\stc\scintilla\lexers\LexR.cxx
|
$(OBJS)\wxscintilla_LexR.obj: ..\..\src\stc\scintilla\lexers\LexR.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexR.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexR.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexRaku.obj: ..\..\src\stc\scintilla\lexers\LexRaku.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexRaku.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexRebol.obj: ..\..\src\stc\scintilla\lexers\LexRebol.cxx
|
$(OBJS)\wxscintilla_LexRebol.obj: ..\..\src\stc\scintilla\lexers\LexRebol.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexRebol.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexRebol.cxx
|
||||||
|
|
||||||
|
|
@ -7193,6 +7230,9 @@ $(OBJS)\wxscintilla_LexRuby.obj: ..\..\src\stc\scintilla\lexers\LexRuby.cxx
|
||||||
$(OBJS)\wxscintilla_LexRust.obj: ..\..\src\stc\scintilla\lexers\LexRust.cxx
|
$(OBJS)\wxscintilla_LexRust.obj: ..\..\src\stc\scintilla\lexers\LexRust.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexRust.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexRust.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexSAS.obj: ..\..\src\stc\scintilla\lexers\LexSAS.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexSAS.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexScriptol.obj: ..\..\src\stc\scintilla\lexers\LexScriptol.cxx
|
$(OBJS)\wxscintilla_LexScriptol.obj: ..\..\src\stc\scintilla\lexers\LexScriptol.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexScriptol.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexScriptol.cxx
|
||||||
|
|
||||||
|
|
@ -7214,6 +7254,9 @@ $(OBJS)\wxscintilla_LexSpice.obj: ..\..\src\stc\scintilla\lexers\LexSpice.cxx
|
||||||
$(OBJS)\wxscintilla_LexSQL.obj: ..\..\src\stc\scintilla\lexers\LexSQL.cxx
|
$(OBJS)\wxscintilla_LexSQL.obj: ..\..\src\stc\scintilla\lexers\LexSQL.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexSQL.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexSQL.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexStata.obj: ..\..\src\stc\scintilla\lexers\LexStata.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexStata.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexSTTXT.obj: ..\..\src\stc\scintilla\lexers\LexSTTXT.cxx
|
$(OBJS)\wxscintilla_LexSTTXT.obj: ..\..\src\stc\scintilla\lexers\LexSTTXT.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexSTTXT.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexSTTXT.cxx
|
||||||
|
|
||||||
|
|
@ -7250,6 +7293,9 @@ $(OBJS)\wxscintilla_LexVHDL.obj: ..\..\src\stc\scintilla\lexers\LexVHDL.cxx
|
||||||
$(OBJS)\wxscintilla_LexVisualProlog.obj: ..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx
|
$(OBJS)\wxscintilla_LexVisualProlog.obj: ..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_LexX12.obj: ..\..\src\stc\scintilla\lexers\LexX12.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexX12.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexYAML.obj: ..\..\src\stc\scintilla\lexers\LexYAML.cxx
|
$(OBJS)\wxscintilla_LexYAML.obj: ..\..\src\stc\scintilla\lexers\LexYAML.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexYAML.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexYAML.cxx
|
||||||
|
|
||||||
|
|
@ -7262,6 +7308,9 @@ $(OBJS)\wxscintilla_CharacterCategory.obj: ..\..\src\stc\scintilla\lexlib\Charac
|
||||||
$(OBJS)\wxscintilla_CharacterSet.obj: ..\..\src\stc\scintilla\lexlib\CharacterSet.cxx
|
$(OBJS)\wxscintilla_CharacterSet.obj: ..\..\src\stc\scintilla\lexlib\CharacterSet.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexlib\CharacterSet.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexlib\CharacterSet.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_DefaultLexer.obj: ..\..\src\stc\scintilla\lexlib\DefaultLexer.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexlib\DefaultLexer.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_LexerBase.obj: ..\..\src\stc\scintilla\lexlib\LexerBase.cxx
|
$(OBJS)\wxscintilla_LexerBase.obj: ..\..\src\stc\scintilla\lexlib\LexerBase.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexlib\LexerBase.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexlib\LexerBase.cxx
|
||||||
|
|
||||||
|
|
@ -7307,6 +7356,9 @@ $(OBJS)\wxscintilla_CharClassify.obj: ..\..\src\stc\scintilla\src\CharClassify.c
|
||||||
$(OBJS)\wxscintilla_ContractionState.obj: ..\..\src\stc\scintilla\src\ContractionState.cxx
|
$(OBJS)\wxscintilla_ContractionState.obj: ..\..\src\stc\scintilla\src\ContractionState.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\ContractionState.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\ContractionState.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_DBCS.obj: ..\..\src\stc\scintilla\src\DBCS.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\DBCS.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_Decoration.obj: ..\..\src\stc\scintilla\src\Decoration.cxx
|
$(OBJS)\wxscintilla_Decoration.obj: ..\..\src\stc\scintilla\src\Decoration.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\Decoration.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\Decoration.cxx
|
||||||
|
|
||||||
|
|
@ -7316,12 +7368,12 @@ $(OBJS)\wxscintilla_Document.obj: ..\..\src\stc\scintilla\src\Document.cxx
|
||||||
$(OBJS)\wxscintilla_EditModel.obj: ..\..\src\stc\scintilla\src\EditModel.cxx
|
$(OBJS)\wxscintilla_EditModel.obj: ..\..\src\stc\scintilla\src\EditModel.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\EditModel.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\EditModel.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_EditView.obj: ..\..\src\stc\scintilla\src\EditView.cxx
|
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\EditView.cxx
|
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_Editor.obj: ..\..\src\stc\scintilla\src\Editor.cxx
|
$(OBJS)\wxscintilla_Editor.obj: ..\..\src\stc\scintilla\src\Editor.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\Editor.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\Editor.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_EditView.obj: ..\..\src\stc\scintilla\src\EditView.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\EditView.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_ExternalLexer.obj: ..\..\src\stc\scintilla\src\ExternalLexer.cxx
|
$(OBJS)\wxscintilla_ExternalLexer.obj: ..\..\src\stc\scintilla\src\ExternalLexer.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\ExternalLexer.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\ExternalLexer.cxx
|
||||||
|
|
||||||
|
|
@ -7361,6 +7413,9 @@ $(OBJS)\wxscintilla_Style.obj: ..\..\src\stc\scintilla\src\Style.cxx
|
||||||
$(OBJS)\wxscintilla_UniConversion.obj: ..\..\src\stc\scintilla\src\UniConversion.cxx
|
$(OBJS)\wxscintilla_UniConversion.obj: ..\..\src\stc\scintilla\src\UniConversion.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\UniConversion.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\UniConversion.cxx
|
||||||
|
|
||||||
|
$(OBJS)\wxscintilla_UniqueString.obj: ..\..\src\stc\scintilla\src\UniqueString.cxx
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\UniqueString.cxx
|
||||||
|
|
||||||
$(OBJS)\wxscintilla_ViewStyle.obj: ..\..\src\stc\scintilla\src\ViewStyle.cxx
|
$(OBJS)\wxscintilla_ViewStyle.obj: ..\..\src\stc\scintilla\src\ViewStyle.cxx
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\ViewStyle.cxx
|
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\src\ViewStyle.cxx
|
||||||
|
|
||||||
|
|
@ -9955,7 +10010,7 @@ $(OBJS)\monodll_bmpsvg.obj: ..\..\src\generic\bmpsvg.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
$(OBJS)\monodll_version.res: ..\..\src\msw\version.rc
|
$(OBJS)\monodll_version.res: ..\..\src\msw\version.rc
|
||||||
rc /fo$@ /d WIN32 /i ..\..\src\tiff\libtiff /i ..\..\src\jpeg /i ..\..\src\png /i ..\..\src\zlib /i ..\..\3rdparty\pcre\src\wx /i ..\..\src\expat\expat\lib $(____DEBUGRUNTIME_6) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_72) $(__TARGET_CPU_COMPFLAG_p_72) /d __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) /i $(SETUPHDIR) /i ..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_4) /d WXBUILDING /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG) /i ..\..\src\stc\scintilla\include /i ..\..\src\stc\scintilla\lexlib /i ..\..\src\stc\scintilla\src /d __WX__ /d SCI_LEXER /d NO_CXX11_REGEX /d LINK_LEXERS /i ..\..\3rdparty\webview2\build\native\include /d wxUSE_BASE=1 /d WXMAKINGDLL ..\..\src\msw\version.rc
|
rc /fo$@ /d WIN32 /i ..\..\src\tiff\libtiff /i ..\..\src\jpeg /i ..\..\src\png /i ..\..\src\zlib /i ..\..\3rdparty\pcre\src\wx /i ..\..\src\expat\expat\lib $(____DEBUGRUNTIME_6) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_72) $(__TARGET_CPU_COMPFLAG_p_72) /d __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) /i $(SETUPHDIR) /i ..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_4) /d WXBUILDING /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG) /i ..\..\src\stc\scintilla\include /i ..\..\src\stc\scintilla\lexlib /i ..\..\src\stc\scintilla\src /d __WX__ /d SCI_LEXER /d LINK_LEXERS /i ..\..\3rdparty\webview2\build\native\include /d wxUSE_BASE=1 /d WXMAKINGDLL ..\..\src\msw\version.rc
|
||||||
|
|
||||||
$(OBJS)\monolib_dummy.obj: ..\..\src\common\dummy.cpp
|
$(OBJS)\monolib_dummy.obj: ..\..\src\common\dummy.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) /Ycwx/wxprec.h ..\..\src\common\dummy.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) /Ycwx/wxprec.h ..\..\src\common\dummy.cpp
|
||||||
|
|
@ -17854,7 +17909,7 @@ $(OBJS)\stcdll_dummy.obj: ..\..\src\common\dummy.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) /Ycwx/wxprec.h ..\..\src\common\dummy.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) /Ycwx/wxprec.h ..\..\src\common\dummy.cpp
|
||||||
|
|
||||||
$(OBJS)\stcdll_version.res: ..\..\src\msw\version.rc
|
$(OBJS)\stcdll_version.res: ..\..\src\msw\version.rc
|
||||||
rc /fo$@ /d WIN32 /i ..\..\src\tiff\libtiff /i ..\..\src\jpeg /i ..\..\src\png /i ..\..\src\zlib /i ..\..\3rdparty\pcre\src\wx /i ..\..\src\expat\expat\lib $(____DEBUGRUNTIME_6) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_72) $(__TARGET_CPU_COMPFLAG_p_72) /d __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) /i $(SETUPHDIR) /i ..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_4) /d WXBUILDING /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc$(WXCOMPILER)$(VENDORTAG) /i ..\..\src\stc\scintilla\include /i ..\..\src\stc\scintilla\lexlib /i ..\..\src\stc\scintilla\src /d __WX__ /d SCI_LEXER /d NO_CXX11_REGEX /d LINK_LEXERS /d WXUSINGDLL /d WXMAKINGDLL_STC ..\..\src\msw\version.rc
|
rc /fo$@ /d WIN32 /i ..\..\src\tiff\libtiff /i ..\..\src\jpeg /i ..\..\src\png /i ..\..\src\zlib /i ..\..\3rdparty\pcre\src\wx /i ..\..\src\expat\expat\lib $(____DEBUGRUNTIME_6) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_72) $(__TARGET_CPU_COMPFLAG_p_72) /d __WXMSW__ $(__WXUNIV_DEFINE_p_66) $(__DEBUG_DEFINE_p_66) $(__NDEBUG_DEFINE_p_65) $(__EXCEPTIONS_DEFINE_p_65) $(__RTTI_DEFINE_p_65) $(__THREAD_DEFINE_p_65) $(__UNICODE_DEFINE_p_67) /i $(SETUPHDIR) /i ..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_4) /d WXBUILDING /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc$(WXCOMPILER)$(VENDORTAG) /i ..\..\src\stc\scintilla\include /i ..\..\src\stc\scintilla\lexlib /i ..\..\src\stc\scintilla\src /d __WX__ /d SCI_LEXER /d LINK_LEXERS /d WXUSINGDLL /d WXMAKINGDLL_STC ..\..\src\msw\version.rc
|
||||||
|
|
||||||
$(OBJS)\stcdll_stc.obj: ..\..\src\stc\stc.cpp
|
$(OBJS)\stcdll_stc.obj: ..\..\src\stc\stc.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\stc.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\stc.cpp
|
||||||
|
|
|
||||||
|
|
@ -133,13 +133,13 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -154,7 +154,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -168,13 +168,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -189,7 +189,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -204,13 +204,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -227,7 +227,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -242,13 +242,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -264,7 +264,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -279,13 +279,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -300,7 +300,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -320,13 +320,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -341,7 +341,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -360,13 +360,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -382,7 +382,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -404,13 +404,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -426,7 +426,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\3rdparty\pcre\src;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
|
||||||
|
|
@ -133,13 +133,13 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -151,7 +151,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -166,13 +166,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -199,13 +199,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -219,7 +219,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -235,13 +235,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -269,13 +269,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -287,7 +287,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -302,13 +302,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||||
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxDebugRuntimeLibrary)</RuntimeLibrary>
|
||||||
|
|
@ -320,7 +320,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -335,13 +335,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -354,7 +354,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -369,13 +369,13 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
|
||||||
<Midl>
|
<Midl>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
<RuntimeLibrary>$(wxReleaseRuntimeLibrary)</RuntimeLibrary>
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||||
|
|
@ -388,7 +388,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;LPEG_LEXER=0;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<Culture>0x0409</Culture>
|
<Culture>0x0409</Culture>
|
||||||
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
|
|
@ -402,117 +402,108 @@
|
||||||
<Xdcmake />
|
<Xdcmake />
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\Accessor.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterCategory.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\AutoComplete.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CallTip.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CaseConvert.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CaseFolder.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Catalogue.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CellBuffer.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CharClassify.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterSet.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ContractionState.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Decoration.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Document.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\EditModel.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\EditView.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Editor.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ExternalLexer.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Indicator.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\KeyMap.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexA68k.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexA68k.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAbaqus.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAda.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAPDL.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAPDL.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsm.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsn1.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexASY.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexASY.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAU3.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAU3.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAVE.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAVE.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAVS.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAVS.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAbaqus.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAda.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsm.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsn1.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBaan.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBaan.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBash.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBash.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBasic.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBasic.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBatch.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBatch.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBibTeX.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBibTeX.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBullant.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBullant.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCLW.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCOBOL.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCPP.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCSS.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCaml.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCaml.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCIL.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCLW.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCmake.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCmake.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCOBOL.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCoffeeScript.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCoffeeScript.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexConf.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexConf.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCPP.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCrontab.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCrontab.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCsound.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCsound.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCSS.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexD.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexD.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDataflex.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDiff.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDiff.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDMAP.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDMAP.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDMIS.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDMIS.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexECL.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexECL.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEDIFACT.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEDIFACT.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEScript.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEiffel.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEiffel.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexErlang.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexErlang.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexErrorList.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexErrorList.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEScript.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexFlagship.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexFlagship.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexForth.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexForth.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexFortran.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexFortran.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexGAP.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexGAP.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexGui4Cli.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexGui4Cli.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHTML.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHaskell.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHaskell.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHex.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHex.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHollywood.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHTML.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexIndent.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexInno.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexInno.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexJSON.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexJSON.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKix.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKix.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLatex.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLaTeX.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLisp.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLisp.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLout.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLout.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLPeg.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLua.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLua.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMMIXAL.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMPT.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMSSQL.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMagik.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMagik.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMake.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMake.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMarkdown.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMarkdown.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMatlab.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMatlab.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMaxima.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMetapost.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMetapost.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMMIXAL.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexModula.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexModula.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMPT.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMSSQL.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMySQL.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMySQL.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNim.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNimrod.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNimrod.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNsis.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNsis.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNull.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNull.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOScript.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOpal.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOpal.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOScript.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPascal.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPB.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPB.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPerl.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPLM.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPLM.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPO.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPO.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPOV.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPOV.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPS.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPascal.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPerl.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPowerPro.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPowerPro.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPowerShell.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPowerShell.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexProgress.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexProgress.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexProps.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexProps.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPS.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPython.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPython.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexR.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexR.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRaku.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRebol.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRebol.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRegistry.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRegistry.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRuby.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRuby.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRust.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRust.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSML.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSAS.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSQL.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSTTXT.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexScriptol.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexScriptol.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSmalltalk.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSmalltalk.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSML.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSorcus.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSorcus.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSpecman.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSpecman.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSpice.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSpice.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSQL.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexStata.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSTTXT.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTACL.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTACL.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTADS3.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTADS3.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTAL.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTAL.cxx" />
|
||||||
|
|
@ -521,28 +512,51 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTeX.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTeX.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTxt2tags.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTxt2tags.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVB.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVB.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVHDL.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVerilog.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVerilog.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVHDL.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexX12.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexYAML.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexYAML.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\Accessor.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterCategory.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterSet.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\DefaultLexer.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerBase.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerBase.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerModule.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerModule.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerNoExceptions.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerNoExceptions.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerSimple.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerSimple.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\PropSetSimple.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\StyleContext.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\WordList.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\AutoComplete.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CallTip.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CaseConvert.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CaseFolder.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Catalogue.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CellBuffer.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CharClassify.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\ContractionState.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\DBCS.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Decoration.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Document.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\EditModel.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Editor.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\EditView.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\ExternalLexer.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Indicator.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\KeyMap.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\LineMarker.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\LineMarker.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\MarginView.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\MarginView.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\PerLine.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\PerLine.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\PositionCache.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\PositionCache.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\PropSetSimple.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\RESearch.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\RESearch.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\RunStyles.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\RunStyles.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ScintillaBase.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\ScintillaBase.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Selection.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\Selection.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Style.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\Style.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\StyleContext.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\UniConversion.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\UniConversion.cxx" />
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\UniqueString.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ViewStyle.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\ViewStyle.cxx" />
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\WordList.cxx" />
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\XPM.cxx" />
|
<ClCompile Include="..\..\src\stc\scintilla\src\XPM.cxx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -11,69 +11,24 @@
|
||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\Accessor.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterCategory.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\AutoComplete.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CallTip.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CaseConvert.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CaseFolder.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Catalogue.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CellBuffer.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\CharClassify.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterSet.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ContractionState.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Decoration.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Document.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\EditModel.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\EditView.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Editor.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ExternalLexer.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Indicator.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\KeyMap.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexA68k.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexA68k.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAbaqus.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAda.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAPDL.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAPDL.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsm.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsn1.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexASY.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexASY.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -86,18 +41,6 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAVS.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAVS.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAbaqus.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAda.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsm.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexAsn1.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBaan.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBaan.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -116,39 +59,45 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBullant.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexBullant.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCLW.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCOBOL.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCPP.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCSS.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCaml.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCaml.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCIL.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCLW.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCmake.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCmake.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCOBOL.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCoffeeScript.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCoffeeScript.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexConf.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexConf.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCPP.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCrontab.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCrontab.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCsound.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCsound.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexCSS.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexD.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexD.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDataflex.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDiff.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexDiff.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -164,9 +113,6 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEDIFACT.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEDIFACT.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEScript.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEiffel.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEiffel.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -176,6 +122,9 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexErrorList.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexErrorList.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexEScript.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexFlagship.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexFlagship.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -191,15 +140,21 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexGui4Cli.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexGui4Cli.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHTML.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHaskell.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHaskell.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHex.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHex.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHollywood.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHTML.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexIndent.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexInno.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexInno.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -212,7 +167,7 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLatex.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLaTeX.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLisp.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLisp.cxx">
|
||||||
|
|
@ -221,18 +176,12 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLout.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLout.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLPeg.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLua.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLua.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMMIXAL.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMPT.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMSSQL.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMagik.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMagik.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -245,15 +194,30 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMatlab.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMatlab.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMaxima.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMetapost.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMetapost.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMMIXAL.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexModula.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexModula.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMPT.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMSSQL.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMySQL.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexMySQL.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNim.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNimrod.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNimrod.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -263,15 +227,21 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNull.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexNull.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOScript.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOpal.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOpal.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexOScript.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPascal.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPB.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPB.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPerl.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPLM.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPLM.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -281,15 +251,6 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPOV.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPOV.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPS.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPascal.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPerl.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPowerPro.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPowerPro.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -302,12 +263,18 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexProps.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexProps.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPS.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPython.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexPython.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexR.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexR.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRaku.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRebol.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRebol.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -320,13 +287,7 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRust.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexRust.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSML.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSAS.cxx">
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSQL.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSTTXT.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexScriptol.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexScriptol.cxx">
|
||||||
|
|
@ -335,6 +296,9 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSmalltalk.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSmalltalk.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSML.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSorcus.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSorcus.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -344,6 +308,15 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSpice.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSpice.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSQL.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexStata.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexSTTXT.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTACL.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexTACL.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -368,18 +341,33 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVB.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVB.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVHDL.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVerilog.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVerilog.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVHDL.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexX12.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexYAML.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexYAML.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\Accessor.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterCategory.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\CharacterSet.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\DefaultLexer.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerBase.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerBase.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -392,6 +380,66 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerSimple.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\LexerSimple.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\PropSetSimple.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\StyleContext.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\lexlib\WordList.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\AutoComplete.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CallTip.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CaseConvert.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CaseFolder.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Catalogue.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CellBuffer.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\CharClassify.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\ContractionState.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\DBCS.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Decoration.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Document.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\EditModel.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Editor.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\EditView.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\ExternalLexer.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\Indicator.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\stc\scintilla\src\KeyMap.cxx">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\LineMarker.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\LineMarker.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -404,9 +452,6 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\PositionCache.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\PositionCache.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\PropSetSimple.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\RESearch.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\RESearch.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -422,16 +467,13 @@
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\Style.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\Style.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\StyleContext.cxx">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\UniConversion.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\UniConversion.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\ViewStyle.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\UniqueString.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\lexlib\WordList.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\ViewStyle.cxx">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\stc\scintilla\src\XPM.cxx">
|
<ClCompile Include="..\..\src\stc\scintilla\src\XPM.cxx">
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES
|
||||||
HEADER_SEARCH_PATHS = "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/regex" "$(WXROOT)/3rdparty/pcre/src/wx"
|
HEADER_SEARCH_PATHS = "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/regex" "$(WXROOT)/3rdparty/pcre/src/wx"
|
||||||
USER_HEADER_SEARCH_PATHS = "$(WXROOT)/include" "$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include" "$(WXROOT)/src/zlib" "$(WXROOT)/src/jpeg" "$(WXROOT)/src/png" "$(WXROOT)/src/expat/expat/lib" "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/src/stc/scintilla/include" "$(WXROOT)/src/stc/scintilla/lexlib" "$(WXROOT)/3rdparty/pcre/src/wx"
|
USER_HEADER_SEARCH_PATHS = "$(WXROOT)/include" "$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include" "$(WXROOT)/src/zlib" "$(WXROOT)/src/jpeg" "$(WXROOT)/src/png" "$(WXROOT)/src/expat/expat/lib" "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/src/stc/scintilla/include" "$(WXROOT)/src/stc/scintilla/lexlib" "$(WXROOT)/3rdparty/pcre/src/wx"
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO
|
ALWAYS_SEARCH_USER_PATHS = NO
|
||||||
WX_PREPROCESSOR_DEFINITIONS = WXBUILDING $(WXPLATFORM) __WX__ _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 SCI_LEXER NO_CXX11_REGEX WX_PRECOMP=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1 HAVE_CONFIG_H PNG_NO_CONFIG_H
|
WX_PREPROCESSOR_DEFINITIONS = WXBUILDING $(WXPLATFORM) __WX__ _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 SCI_LEXER WX_PRECOMP=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1 HAVE_CONFIG_H PNG_NO_CONFIG_H
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS)
|
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS)
|
||||||
GCC_PFE_FILE_C_DIALECTS = c++ objective-c++
|
GCC_PFE_FILE_C_DIALECTS = c++ objective-c++
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99
|
GCC_C_LANGUAGE_STANDARD = gnu99
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Scheme
|
<Scheme
|
||||||
LastUpgradeVersion = "0940"
|
LastUpgradeVersion = "0900"
|
||||||
version = "1.3">
|
version = "1.3">
|
||||||
<BuildAction
|
<BuildAction
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@ ALIASES += header{1}="Include file:^^ \verbatim #include <\1> \endverbatim"
|
||||||
# some formatting aliases
|
# some formatting aliases
|
||||||
ALIASES += true="<span class='literal'>true</span>"
|
ALIASES += true="<span class='literal'>true</span>"
|
||||||
ALIASES += false="<span class='literal'>false</span>"
|
ALIASES += false="<span class='literal'>false</span>"
|
||||||
|
ALIASES += nullptr="<span class='literal'>nullptr</span>"
|
||||||
ALIASES += NULL="<span class='literal'>nullptr</span>"
|
ALIASES += NULL="<span class='literal'>nullptr</span>"
|
||||||
ALIASES += NUL="<span class='literal'>NUL</span>"
|
ALIASES += NUL="<span class='literal'>NUL</span>"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,13 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_CP_UTF8 65001
|
#define wxSTC_CP_UTF8 65001
|
||||||
#define wxSTC_IME_WINDOWED 0
|
#define wxSTC_IME_WINDOWED 0
|
||||||
#define wxSTC_IME_INLINE 1
|
#define wxSTC_IME_INLINE 1
|
||||||
|
#define wxSTC_ALPHA_TRANSPARENT 0
|
||||||
|
#define wxSTC_ALPHA_OPAQUE 255
|
||||||
|
#define wxSTC_ALPHA_NOALPHA 256
|
||||||
|
#define wxSTC_CURSORNORMAL -1
|
||||||
|
#define wxSTC_CURSORARROW 2
|
||||||
|
#define wxSTC_CURSORWAIT 4
|
||||||
|
#define wxSTC_CURSORREVERSEARROW 7
|
||||||
#define wxSTC_MARKER_MAX 31
|
#define wxSTC_MARKER_MAX 31
|
||||||
#define wxSTC_MARK_CIRCLE 0
|
#define wxSTC_MARK_CIRCLE 0
|
||||||
#define wxSTC_MARK_ROUNDRECT 1
|
#define wxSTC_MARK_ROUNDRECT 1
|
||||||
|
|
@ -117,6 +124,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_MARK_UNDERLINE 29
|
#define wxSTC_MARK_UNDERLINE 29
|
||||||
#define wxSTC_MARK_RGBAIMAGE 30
|
#define wxSTC_MARK_RGBAIMAGE 30
|
||||||
#define wxSTC_MARK_BOOKMARK 31
|
#define wxSTC_MARK_BOOKMARK 31
|
||||||
|
#define wxSTC_MARK_VERTICALBOOKMARK 32
|
||||||
#define wxSTC_MARK_CHARACTER 10000
|
#define wxSTC_MARK_CHARACTER 10000
|
||||||
|
|
||||||
/// Markers used for outlining column.
|
/// Markers used for outlining column.
|
||||||
|
|
@ -127,6 +135,8 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_MARKNUM_FOLDERSUB 29
|
#define wxSTC_MARKNUM_FOLDERSUB 29
|
||||||
#define wxSTC_MARKNUM_FOLDER 30
|
#define wxSTC_MARKNUM_FOLDER 30
|
||||||
#define wxSTC_MARKNUM_FOLDEROPEN 31
|
#define wxSTC_MARKNUM_FOLDEROPEN 31
|
||||||
|
|
||||||
|
/// SC_MASK_FOLDERS doesn't go in an enumeration as larger than max 32-bit positive integer
|
||||||
#define wxSTC_MASK_FOLDERS 0xFE000000
|
#define wxSTC_MASK_FOLDERS 0xFE000000
|
||||||
#define wxSTC_MAX_MARGIN 4
|
#define wxSTC_MAX_MARGIN 4
|
||||||
#define wxSTC_MARGIN_SYMBOL 0
|
#define wxSTC_MARGIN_SYMBOL 0
|
||||||
|
|
@ -137,8 +147,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_MARGIN_RTEXT 5
|
#define wxSTC_MARGIN_RTEXT 5
|
||||||
#define wxSTC_MARGIN_COLOUR 6
|
#define wxSTC_MARGIN_COLOUR 6
|
||||||
|
|
||||||
/// Styles in range 32..38 are predefined for parts of the UI and are not used as normal styles.
|
/// Styles in range 32..39 are predefined for parts of the UI and are not used as normal styles.
|
||||||
/// Style 39 is for future use.
|
|
||||||
#define wxSTC_STYLE_DEFAULT 32
|
#define wxSTC_STYLE_DEFAULT 32
|
||||||
#define wxSTC_STYLE_LINENUMBER 33
|
#define wxSTC_STYLE_LINENUMBER 33
|
||||||
#define wxSTC_STYLE_BRACELIGHT 34
|
#define wxSTC_STYLE_BRACELIGHT 34
|
||||||
|
|
@ -204,10 +213,20 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_INDIC_TEXTFORE 17
|
#define wxSTC_INDIC_TEXTFORE 17
|
||||||
#define wxSTC_INDIC_POINT 18
|
#define wxSTC_INDIC_POINT 18
|
||||||
#define wxSTC_INDIC_POINTCHARACTER 19
|
#define wxSTC_INDIC_POINTCHARACTER 19
|
||||||
|
#define wxSTC_INDIC_GRADIENT 20
|
||||||
|
#define wxSTC_INDIC_GRADIENTCENTRE 21
|
||||||
|
|
||||||
|
/// INDIC_CONTAINER, INDIC_IME, INDIC_IME_MAX, and INDIC_MAX are indicator numbers,
|
||||||
|
/// not IndicatorStyles so should not really be in the INDIC_ enumeration.
|
||||||
|
/// They are redeclared in IndicatorNumbers INDICATOR_.
|
||||||
|
#define wxSTC_INDIC_CONTAINER 8
|
||||||
#define wxSTC_INDIC_IME 32
|
#define wxSTC_INDIC_IME 32
|
||||||
#define wxSTC_INDIC_IME_MAX 35
|
#define wxSTC_INDIC_IME_MAX 35
|
||||||
#define wxSTC_INDIC_MAX 35
|
#define wxSTC_INDIC_MAX 35
|
||||||
#define wxSTC_INDIC_CONTAINER 8
|
#define wxSTC_INDICATOR_CONTAINER 8
|
||||||
|
#define wxSTC_INDICATOR_IME 32
|
||||||
|
#define wxSTC_INDICATOR_IME_MAX 35
|
||||||
|
#define wxSTC_INDICATOR_MAX 35
|
||||||
#define wxSTC_INDICVALUEBIT 0x1000000
|
#define wxSTC_INDICVALUEBIT 0x1000000
|
||||||
#define wxSTC_INDICVALUEMASK 0xFFFFFF
|
#define wxSTC_INDICVALUEMASK 0xFFFFFF
|
||||||
#define wxSTC_INDICFLAG_VALUEFORE 1
|
#define wxSTC_INDICFLAG_VALUEFORE 1
|
||||||
|
|
@ -217,6 +236,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_IV_LOOKBOTH 3
|
#define wxSTC_IV_LOOKBOTH 3
|
||||||
|
|
||||||
/// PrintColourMode - use same colours as screen.
|
/// PrintColourMode - use same colours as screen.
|
||||||
|
/// with the exception of line number margins, which use a white background
|
||||||
#define wxSTC_PRINT_NORMAL 0
|
#define wxSTC_PRINT_NORMAL 0
|
||||||
|
|
||||||
/// PrintColourMode - invert the light value of each style for printing.
|
/// PrintColourMode - invert the light value of each style for printing.
|
||||||
|
|
@ -230,6 +250,10 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
|
|
||||||
/// PrintColourMode - only the default-background is forced to be white for printing.
|
/// PrintColourMode - only the default-background is forced to be white for printing.
|
||||||
#define wxSTC_PRINT_COLOURONWHITEDEFAULTBG 4
|
#define wxSTC_PRINT_COLOURONWHITEDEFAULTBG 4
|
||||||
|
|
||||||
|
/// PrintColourMode - use same colours as screen, including line number margins.
|
||||||
|
#define wxSTC_PRINT_SCREENCOLOURS 5
|
||||||
|
#define wxSTC_FIND_NONE 0x0
|
||||||
#define wxSTC_FIND_WHOLEWORD 0x2
|
#define wxSTC_FIND_WHOLEWORD 0x2
|
||||||
#define wxSTC_FIND_MATCHCASE 0x4
|
#define wxSTC_FIND_MATCHCASE 0x4
|
||||||
#define wxSTC_FIND_WORDSTART 0x00100000
|
#define wxSTC_FIND_WORDSTART 0x00100000
|
||||||
|
|
@ -273,6 +297,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_WRAPINDENT_FIXED 0
|
#define wxSTC_WRAPINDENT_FIXED 0
|
||||||
#define wxSTC_WRAPINDENT_SAME 1
|
#define wxSTC_WRAPINDENT_SAME 1
|
||||||
#define wxSTC_WRAPINDENT_INDENT 2
|
#define wxSTC_WRAPINDENT_INDENT 2
|
||||||
|
#define wxSTC_WRAPINDENT_DEEPINDENT 3
|
||||||
#define wxSTC_CACHE_NONE 0
|
#define wxSTC_CACHE_NONE 0
|
||||||
#define wxSTC_CACHE_CARET 1
|
#define wxSTC_CACHE_CARET 1
|
||||||
#define wxSTC_CACHE_PAGE 2
|
#define wxSTC_CACHE_PAGE 2
|
||||||
|
|
@ -289,6 +314,8 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_EFF_QUALITY_LCD_OPTIMIZED 3
|
#define wxSTC_EFF_QUALITY_LCD_OPTIMIZED 3
|
||||||
#define wxSTC_MULTIPASTE_ONCE 0
|
#define wxSTC_MULTIPASTE_ONCE 0
|
||||||
#define wxSTC_MULTIPASTE_EACH 1
|
#define wxSTC_MULTIPASTE_EACH 1
|
||||||
|
#define wxSTC_ACCESSIBILITY_DISABLED 0
|
||||||
|
#define wxSTC_ACCESSIBILITY_ENABLED 1
|
||||||
#define wxSTC_EDGE_NONE 0
|
#define wxSTC_EDGE_NONE 0
|
||||||
#define wxSTC_EDGE_LINE 1
|
#define wxSTC_EDGE_LINE 1
|
||||||
#define wxSTC_EDGE_BACKGROUND 2
|
#define wxSTC_EDGE_BACKGROUND 2
|
||||||
|
|
@ -296,15 +323,14 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_POPUP_NEVER 0
|
#define wxSTC_POPUP_NEVER 0
|
||||||
#define wxSTC_POPUP_ALL 1
|
#define wxSTC_POPUP_ALL 1
|
||||||
#define wxSTC_POPUP_TEXT 2
|
#define wxSTC_POPUP_TEXT 2
|
||||||
|
#define wxSTC_DOCUMENTOPTION_DEFAULT 0
|
||||||
|
#define wxSTC_DOCUMENTOPTION_STYLES_NONE 0x1
|
||||||
|
#define wxSTC_DOCUMENTOPTION_TEXT_LARGE 0x100
|
||||||
#define wxSTC_STATUS_OK 0
|
#define wxSTC_STATUS_OK 0
|
||||||
#define wxSTC_STATUS_FAILURE 1
|
#define wxSTC_STATUS_FAILURE 1
|
||||||
#define wxSTC_STATUS_BADALLOC 2
|
#define wxSTC_STATUS_BADALLOC 2
|
||||||
#define wxSTC_STATUS_WARN_START 1000
|
#define wxSTC_STATUS_WARN_START 1000
|
||||||
#define wxSTC_STATUS_WARN_REGEX 1001
|
#define wxSTC_STATUS_WARN_REGEX 1001
|
||||||
#define wxSTC_CURSORNORMAL -1
|
|
||||||
#define wxSTC_CURSORARROW 2
|
|
||||||
#define wxSTC_CURSORWAIT 4
|
|
||||||
#define wxSTC_CURSORREVERSEARROW 7
|
|
||||||
|
|
||||||
/// Constants for use with SetVisiblePolicy, similar to SetCaretPolicy.
|
/// Constants for use with SetVisiblePolicy, similar to SetCaretPolicy.
|
||||||
#define wxSTC_VISIBLE_SLOP 0x01
|
#define wxSTC_VISIBLE_SLOP 0x01
|
||||||
|
|
@ -349,18 +375,20 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_CARETSTICKY_OFF 0
|
#define wxSTC_CARETSTICKY_OFF 0
|
||||||
#define wxSTC_CARETSTICKY_ON 1
|
#define wxSTC_CARETSTICKY_ON 1
|
||||||
#define wxSTC_CARETSTICKY_WHITESPACE 2
|
#define wxSTC_CARETSTICKY_WHITESPACE 2
|
||||||
#define wxSTC_ALPHA_TRANSPARENT 0
|
|
||||||
#define wxSTC_ALPHA_OPAQUE 255
|
|
||||||
#define wxSTC_ALPHA_NOALPHA 256
|
|
||||||
#define wxSTC_CARETSTYLE_INVISIBLE 0
|
#define wxSTC_CARETSTYLE_INVISIBLE 0
|
||||||
#define wxSTC_CARETSTYLE_LINE 1
|
#define wxSTC_CARETSTYLE_LINE 1
|
||||||
#define wxSTC_CARETSTYLE_BLOCK 2
|
#define wxSTC_CARETSTYLE_BLOCK 2
|
||||||
|
#define wxSTC_CARETSTYLE_OVERSTRIKE_BAR 0
|
||||||
|
#define wxSTC_CARETSTYLE_OVERSTRIKE_BLOCK 0x10
|
||||||
|
#define wxSTC_CARETSTYLE_INS_MASK 0xF
|
||||||
|
#define wxSTC_CARETSTYLE_BLOCK_AFTER 0x100
|
||||||
#define wxSTC_MARGINOPTION_NONE 0
|
#define wxSTC_MARGINOPTION_NONE 0
|
||||||
#define wxSTC_MARGINOPTION_SUBLINESELECT 1
|
#define wxSTC_MARGINOPTION_SUBLINESELECT 1
|
||||||
#define wxSTC_ANNOTATION_HIDDEN 0
|
#define wxSTC_ANNOTATION_HIDDEN 0
|
||||||
#define wxSTC_ANNOTATION_STANDARD 1
|
#define wxSTC_ANNOTATION_STANDARD 1
|
||||||
#define wxSTC_ANNOTATION_BOXED 2
|
#define wxSTC_ANNOTATION_BOXED 2
|
||||||
#define wxSTC_ANNOTATION_INDENTED 3
|
#define wxSTC_ANNOTATION_INDENTED 3
|
||||||
|
#define wxSTC_UNDO_NONE 0
|
||||||
#define wxSTC_UNDO_MAY_COALESCE 1
|
#define wxSTC_UNDO_MAY_COALESCE 1
|
||||||
#define wxSTC_VS_NONE 0
|
#define wxSTC_VS_NONE 0
|
||||||
#define wxSTC_VS_RECTANGULARSELECTION 1
|
#define wxSTC_VS_RECTANGULARSELECTION 1
|
||||||
|
|
@ -374,6 +402,9 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
/// U+2029 Paragraph Separator, and U+0085 Next Line
|
/// U+2029 Paragraph Separator, and U+0085 Next Line
|
||||||
#define wxSTC_LINE_END_TYPE_DEFAULT 0
|
#define wxSTC_LINE_END_TYPE_DEFAULT 0
|
||||||
#define wxSTC_LINE_END_TYPE_UNICODE 1
|
#define wxSTC_LINE_END_TYPE_UNICODE 1
|
||||||
|
#define wxSTC_EOLANNOTATION_HIDDEN 0
|
||||||
|
#define wxSTC_EOLANNOTATION_STANDARD 1
|
||||||
|
#define wxSTC_EOLANNOTATION_BOXED 2
|
||||||
|
|
||||||
/// Maximum value of keywordSet parameter of SetKeyWords.
|
/// Maximum value of keywordSet parameter of SetKeyWords.
|
||||||
#define wxSTC_KEYWORDSET_MAX 8
|
#define wxSTC_KEYWORDSET_MAX 8
|
||||||
|
|
@ -385,6 +416,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
/// Type of modification and the action which caused the modification.
|
/// Type of modification and the action which caused the modification.
|
||||||
/// These are defined as a bit mask to make it easy to specify which notifications are wanted.
|
/// These are defined as a bit mask to make it easy to specify which notifications are wanted.
|
||||||
/// One bit is set from each of SC_MOD_* and SC_PERFORMED_*.
|
/// One bit is set from each of SC_MOD_* and SC_PERFORMED_*.
|
||||||
|
#define wxSTC_MOD_NONE 0x0
|
||||||
#define wxSTC_MOD_INSERTTEXT 0x1
|
#define wxSTC_MOD_INSERTTEXT 0x1
|
||||||
#define wxSTC_MOD_DELETETEXT 0x2
|
#define wxSTC_MOD_DELETETEXT 0x2
|
||||||
#define wxSTC_MOD_CHANGESTYLE 0x4
|
#define wxSTC_MOD_CHANGESTYLE 0x4
|
||||||
|
|
@ -407,7 +439,8 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_MOD_LEXERSTATE 0x80000
|
#define wxSTC_MOD_LEXERSTATE 0x80000
|
||||||
#define wxSTC_MOD_INSERTCHECK 0x100000
|
#define wxSTC_MOD_INSERTCHECK 0x100000
|
||||||
#define wxSTC_MOD_CHANGETABSTOPS 0x200000
|
#define wxSTC_MOD_CHANGETABSTOPS 0x200000
|
||||||
#define wxSTC_MODEVENTMASKALL 0x3FFFFF
|
#define wxSTC_MOD_CHANGEEOLANNOTATION 0x400000
|
||||||
|
#define wxSTC_MODEVENTMASKALL 0x7FFFFF
|
||||||
#define wxSTC_UPDATE_CONTENT 0x1
|
#define wxSTC_UPDATE_CONTENT 0x1
|
||||||
#define wxSTC_UPDATE_SELECTION 0x2
|
#define wxSTC_UPDATE_SELECTION 0x2
|
||||||
#define wxSTC_UPDATE_V_SCROLL 0x4
|
#define wxSTC_UPDATE_V_SCROLL 0x4
|
||||||
|
|
@ -448,6 +481,16 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_AC_NEWLINE 4
|
#define wxSTC_AC_NEWLINE 4
|
||||||
#define wxSTC_AC_COMMAND 5
|
#define wxSTC_AC_COMMAND 5
|
||||||
|
|
||||||
|
/// characterSource for SCN_CHARADDED
|
||||||
|
/// Direct input characters.
|
||||||
|
#define wxSTC_CHARACTERSOURCE_DIRECT_INPUT 0
|
||||||
|
|
||||||
|
/// IME (inline mode) or dead key tentative input characters.
|
||||||
|
#define wxSTC_CHARACTERSOURCE_TENTATIVE_INPUT 1
|
||||||
|
|
||||||
|
/// IME (either inline or windowed mode) full composited string.
|
||||||
|
#define wxSTC_CHARACTERSOURCE_IME_RESULT 2
|
||||||
|
|
||||||
/// For SciLexer.h
|
/// For SciLexer.h
|
||||||
#define wxSTC_LEX_CONTAINER 0
|
#define wxSTC_LEX_CONTAINER 0
|
||||||
#define wxSTC_LEX_NULL 1
|
#define wxSTC_LEX_NULL 1
|
||||||
|
|
@ -569,6 +612,17 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_LEX_TEHEX 119
|
#define wxSTC_LEX_TEHEX 119
|
||||||
#define wxSTC_LEX_JSON 120
|
#define wxSTC_LEX_JSON 120
|
||||||
#define wxSTC_LEX_EDIFACT 121
|
#define wxSTC_LEX_EDIFACT 121
|
||||||
|
#define wxSTC_LEX_INDENT 122
|
||||||
|
#define wxSTC_LEX_MAXIMA 123
|
||||||
|
#define wxSTC_LEX_STATA 124
|
||||||
|
#define wxSTC_LEX_SAS 125
|
||||||
|
#define wxSTC_LEX_NIM 126
|
||||||
|
#define wxSTC_LEX_CIL 127
|
||||||
|
#define wxSTC_LEX_X12 128
|
||||||
|
#define wxSTC_LEX_DATAFLEX 129
|
||||||
|
#define wxSTC_LEX_HOLLYWOOD 130
|
||||||
|
#define wxSTC_LEX_RAKU 131
|
||||||
|
#define wxSTC_LEX_LPEG 999
|
||||||
|
|
||||||
/// When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
/// When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
||||||
/// value assigned in sequence from SCLEX_AUTOMATIC+1.
|
/// value assigned in sequence from SCLEX_AUTOMATIC+1.
|
||||||
|
|
@ -591,8 +645,16 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_P_STRINGEOL 13
|
#define wxSTC_P_STRINGEOL 13
|
||||||
#define wxSTC_P_WORD2 14
|
#define wxSTC_P_WORD2 14
|
||||||
#define wxSTC_P_DECORATOR 15
|
#define wxSTC_P_DECORATOR 15
|
||||||
|
#define wxSTC_P_FSTRING 16
|
||||||
|
#define wxSTC_P_FCHARACTER 17
|
||||||
|
#define wxSTC_P_FTRIPLE 18
|
||||||
|
#define wxSTC_P_FTRIPLEDOUBLE 19
|
||||||
|
|
||||||
/// Lexical states for SCLEX_CPP, SCLEX_BULLANT, SCLEX_COBOL, SCLEX_TACL, SCLEX_TAL
|
/// Lexical states for SCLEX_CPP
|
||||||
|
/// Lexical states for SCLEX_BULLANT
|
||||||
|
/// Lexical states for SCLEX_COBOL
|
||||||
|
/// Lexical states for SCLEX_TACL
|
||||||
|
/// Lexical states for SCLEX_TAL
|
||||||
#define wxSTC_C_DEFAULT 0
|
#define wxSTC_C_DEFAULT 0
|
||||||
#define wxSTC_C_COMMENT 1
|
#define wxSTC_C_COMMENT 1
|
||||||
#define wxSTC_C_COMMENTLINE 2
|
#define wxSTC_C_COMMENTLINE 2
|
||||||
|
|
@ -988,6 +1050,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_ERR_GCC_INCLUDED_FROM 22
|
#define wxSTC_ERR_GCC_INCLUDED_FROM 22
|
||||||
#define wxSTC_ERR_ESCSEQ 23
|
#define wxSTC_ERR_ESCSEQ 23
|
||||||
#define wxSTC_ERR_ESCSEQ_UNKNOWN 24
|
#define wxSTC_ERR_ESCSEQ_UNKNOWN 24
|
||||||
|
#define wxSTC_ERR_GCC_EXCERPT 25
|
||||||
#define wxSTC_ERR_ES_BLACK 40
|
#define wxSTC_ERR_ES_BLACK 40
|
||||||
#define wxSTC_ERR_ES_RED 41
|
#define wxSTC_ERR_ES_RED 41
|
||||||
#define wxSTC_ERR_ES_GREEN 42
|
#define wxSTC_ERR_ES_GREEN 42
|
||||||
|
|
@ -1046,6 +1109,10 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_DIFF_DELETED 5
|
#define wxSTC_DIFF_DELETED 5
|
||||||
#define wxSTC_DIFF_ADDED 6
|
#define wxSTC_DIFF_ADDED 6
|
||||||
#define wxSTC_DIFF_CHANGED 7
|
#define wxSTC_DIFF_CHANGED 7
|
||||||
|
#define wxSTC_DIFF_PATCH_ADD 8
|
||||||
|
#define wxSTC_DIFF_PATCH_DELETE 9
|
||||||
|
#define wxSTC_DIFF_REMOVED_PATCH_ADD 10
|
||||||
|
#define wxSTC_DIFF_REMOVED_PATCH_DELETE 11
|
||||||
|
|
||||||
/// Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)
|
/// Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)
|
||||||
#define wxSTC_CONF_DEFAULT 0
|
#define wxSTC_CONF_DEFAULT 0
|
||||||
|
|
@ -1182,6 +1249,16 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_MATLAB_IDENTIFIER 7
|
#define wxSTC_MATLAB_IDENTIFIER 7
|
||||||
#define wxSTC_MATLAB_DOUBLEQUOTESTRING 8
|
#define wxSTC_MATLAB_DOUBLEQUOTESTRING 8
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_MAXIMA
|
||||||
|
#define wxSTC_MAXIMA_OPERATOR 0
|
||||||
|
#define wxSTC_MAXIMA_COMMANDENDING 1
|
||||||
|
#define wxSTC_MAXIMA_COMMENT 2
|
||||||
|
#define wxSTC_MAXIMA_NUMBER 3
|
||||||
|
#define wxSTC_MAXIMA_STRING 4
|
||||||
|
#define wxSTC_MAXIMA_COMMAND 5
|
||||||
|
#define wxSTC_MAXIMA_VARIABLE 6
|
||||||
|
#define wxSTC_MAXIMA_UNKNOWN 7
|
||||||
|
|
||||||
/// Lexical states for SCLEX_SCRIPTOL
|
/// Lexical states for SCLEX_SCRIPTOL
|
||||||
#define wxSTC_SCRIPTOL_DEFAULT 0
|
#define wxSTC_SCRIPTOL_DEFAULT 0
|
||||||
#define wxSTC_SCRIPTOL_WHITE 1
|
#define wxSTC_SCRIPTOL_WHITE 1
|
||||||
|
|
@ -2463,6 +2540,146 @@ class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
#define wxSTC_EDI_UNH 7
|
#define wxSTC_EDI_UNH 7
|
||||||
#define wxSTC_EDI_BADSEGMENT 8
|
#define wxSTC_EDI_BADSEGMENT 8
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_STATA
|
||||||
|
#define wxSTC_STATA_DEFAULT 0
|
||||||
|
#define wxSTC_STATA_COMMENT 1
|
||||||
|
#define wxSTC_STATA_COMMENTLINE 2
|
||||||
|
#define wxSTC_STATA_COMMENTBLOCK 3
|
||||||
|
#define wxSTC_STATA_NUMBER 4
|
||||||
|
#define wxSTC_STATA_OPERATOR 5
|
||||||
|
#define wxSTC_STATA_IDENTIFIER 6
|
||||||
|
#define wxSTC_STATA_STRING 7
|
||||||
|
#define wxSTC_STATA_TYPE 8
|
||||||
|
#define wxSTC_STATA_WORD 9
|
||||||
|
#define wxSTC_STATA_GLOBAL_MACRO 10
|
||||||
|
#define wxSTC_STATA_MACRO 11
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_SAS
|
||||||
|
#define wxSTC_SAS_DEFAULT 0
|
||||||
|
#define wxSTC_SAS_COMMENT 1
|
||||||
|
#define wxSTC_SAS_COMMENTLINE 2
|
||||||
|
#define wxSTC_SAS_COMMENTBLOCK 3
|
||||||
|
#define wxSTC_SAS_NUMBER 4
|
||||||
|
#define wxSTC_SAS_OPERATOR 5
|
||||||
|
#define wxSTC_SAS_IDENTIFIER 6
|
||||||
|
#define wxSTC_SAS_STRING 7
|
||||||
|
#define wxSTC_SAS_TYPE 8
|
||||||
|
#define wxSTC_SAS_WORD 9
|
||||||
|
#define wxSTC_SAS_GLOBAL_MACRO 10
|
||||||
|
#define wxSTC_SAS_MACRO 11
|
||||||
|
#define wxSTC_SAS_MACRO_KEYWORD 12
|
||||||
|
#define wxSTC_SAS_BLOCK_KEYWORD 13
|
||||||
|
#define wxSTC_SAS_MACRO_FUNCTION 14
|
||||||
|
#define wxSTC_SAS_STATEMENT 15
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_NIM
|
||||||
|
#define wxSTC_NIM_DEFAULT 0
|
||||||
|
#define wxSTC_NIM_COMMENT 1
|
||||||
|
#define wxSTC_NIM_COMMENTDOC 2
|
||||||
|
#define wxSTC_NIM_COMMENTLINE 3
|
||||||
|
#define wxSTC_NIM_COMMENTLINEDOC 4
|
||||||
|
#define wxSTC_NIM_NUMBER 5
|
||||||
|
#define wxSTC_NIM_STRING 6
|
||||||
|
#define wxSTC_NIM_CHARACTER 7
|
||||||
|
#define wxSTC_NIM_WORD 8
|
||||||
|
#define wxSTC_NIM_TRIPLE 9
|
||||||
|
#define wxSTC_NIM_TRIPLEDOUBLE 10
|
||||||
|
#define wxSTC_NIM_BACKTICKS 11
|
||||||
|
#define wxSTC_NIM_FUNCNAME 12
|
||||||
|
#define wxSTC_NIM_STRINGEOL 13
|
||||||
|
#define wxSTC_NIM_NUMERROR 14
|
||||||
|
#define wxSTC_NIM_OPERATOR 15
|
||||||
|
#define wxSTC_NIM_IDENTIFIER 16
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_CIL
|
||||||
|
#define wxSTC_CIL_DEFAULT 0
|
||||||
|
#define wxSTC_CIL_COMMENT 1
|
||||||
|
#define wxSTC_CIL_COMMENTLINE 2
|
||||||
|
#define wxSTC_CIL_WORD 3
|
||||||
|
#define wxSTC_CIL_WORD2 4
|
||||||
|
#define wxSTC_CIL_WORD3 5
|
||||||
|
#define wxSTC_CIL_STRING 6
|
||||||
|
#define wxSTC_CIL_LABEL 7
|
||||||
|
#define wxSTC_CIL_OPERATOR 8
|
||||||
|
#define wxSTC_CIL_IDENTIFIER 9
|
||||||
|
#define wxSTC_CIL_STRINGEOL 10
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_X12
|
||||||
|
#define wxSTC_X12_DEFAULT 0
|
||||||
|
#define wxSTC_X12_BAD 1
|
||||||
|
#define wxSTC_X12_ENVELOPE 2
|
||||||
|
#define wxSTC_X12_FUNCTIONGROUP 3
|
||||||
|
#define wxSTC_X12_TRANSACTIONSET 4
|
||||||
|
#define wxSTC_X12_SEGMENTHEADER 5
|
||||||
|
#define wxSTC_X12_SEGMENTEND 6
|
||||||
|
#define wxSTC_X12_SEP_ELEMENT 7
|
||||||
|
#define wxSTC_X12_SEP_SUBELEMENT 8
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_DATAFLEX
|
||||||
|
#define wxSTC_DF_DEFAULT 0
|
||||||
|
#define wxSTC_DF_IDENTIFIER 1
|
||||||
|
#define wxSTC_DF_METATAG 2
|
||||||
|
#define wxSTC_DF_IMAGE 3
|
||||||
|
#define wxSTC_DF_COMMENTLINE 4
|
||||||
|
#define wxSTC_DF_PREPROCESSOR 5
|
||||||
|
#define wxSTC_DF_PREPROCESSOR2 6
|
||||||
|
#define wxSTC_DF_NUMBER 7
|
||||||
|
#define wxSTC_DF_HEXNUMBER 8
|
||||||
|
#define wxSTC_DF_WORD 9
|
||||||
|
#define wxSTC_DF_STRING 10
|
||||||
|
#define wxSTC_DF_STRINGEOL 11
|
||||||
|
#define wxSTC_DF_SCOPEWORD 12
|
||||||
|
#define wxSTC_DF_OPERATOR 13
|
||||||
|
#define wxSTC_DF_ICODE 14
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_HOLLYWOOD
|
||||||
|
#define wxSTC_HOLLYWOOD_DEFAULT 0
|
||||||
|
#define wxSTC_HOLLYWOOD_COMMENT 1
|
||||||
|
#define wxSTC_HOLLYWOOD_COMMENTBLOCK 2
|
||||||
|
#define wxSTC_HOLLYWOOD_NUMBER 3
|
||||||
|
#define wxSTC_HOLLYWOOD_KEYWORD 4
|
||||||
|
#define wxSTC_HOLLYWOOD_STDAPI 5
|
||||||
|
#define wxSTC_HOLLYWOOD_PLUGINAPI 6
|
||||||
|
#define wxSTC_HOLLYWOOD_PLUGINMETHOD 7
|
||||||
|
#define wxSTC_HOLLYWOOD_STRING 8
|
||||||
|
#define wxSTC_HOLLYWOOD_STRINGBLOCK 9
|
||||||
|
#define wxSTC_HOLLYWOOD_PREPROCESSOR 10
|
||||||
|
#define wxSTC_HOLLYWOOD_OPERATOR 11
|
||||||
|
#define wxSTC_HOLLYWOOD_IDENTIFIER 12
|
||||||
|
#define wxSTC_HOLLYWOOD_CONSTANT 13
|
||||||
|
#define wxSTC_HOLLYWOOD_HEXNUMBER 14
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_RAKU
|
||||||
|
#define wxSTC_RAKU_DEFAULT 0
|
||||||
|
#define wxSTC_RAKU_ERROR 1
|
||||||
|
#define wxSTC_RAKU_COMMENTLINE 2
|
||||||
|
#define wxSTC_RAKU_COMMENTEMBED 3
|
||||||
|
#define wxSTC_RAKU_POD 4
|
||||||
|
#define wxSTC_RAKU_CHARACTER 5
|
||||||
|
#define wxSTC_RAKU_HEREDOC_Q 6
|
||||||
|
#define wxSTC_RAKU_HEREDOC_QQ 7
|
||||||
|
#define wxSTC_RAKU_STRING 8
|
||||||
|
#define wxSTC_RAKU_STRING_Q 9
|
||||||
|
#define wxSTC_RAKU_STRING_QQ 10
|
||||||
|
#define wxSTC_RAKU_STRING_Q_LANG 11
|
||||||
|
#define wxSTC_RAKU_STRING_VAR 12
|
||||||
|
#define wxSTC_RAKU_REGEX 13
|
||||||
|
#define wxSTC_RAKU_REGEX_VAR 14
|
||||||
|
#define wxSTC_RAKU_ADVERB 15
|
||||||
|
#define wxSTC_RAKU_NUMBER 16
|
||||||
|
#define wxSTC_RAKU_PREPROCESSOR 17
|
||||||
|
#define wxSTC_RAKU_OPERATOR 18
|
||||||
|
#define wxSTC_RAKU_WORD 19
|
||||||
|
#define wxSTC_RAKU_FUNCTION 20
|
||||||
|
#define wxSTC_RAKU_IDENTIFIER 21
|
||||||
|
#define wxSTC_RAKU_TYPEDEF 22
|
||||||
|
#define wxSTC_RAKU_MU 23
|
||||||
|
#define wxSTC_RAKU_POSITIONAL 24
|
||||||
|
#define wxSTC_RAKU_ASSOCIATIVE 25
|
||||||
|
#define wxSTC_RAKU_CALLABLE 26
|
||||||
|
#define wxSTC_RAKU_GRAMMAR 27
|
||||||
|
#define wxSTC_RAKU_CLASS 28
|
||||||
|
|
||||||
//}}}
|
//}}}
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -2968,6 +3185,12 @@ public:
|
||||||
// Delete a marker.
|
// Delete a marker.
|
||||||
void MarkerDeleteHandle(int markerHandle);
|
void MarkerDeleteHandle(int markerHandle);
|
||||||
|
|
||||||
|
// Retrieve marker handles of a line
|
||||||
|
int MarkerHandleFromLine(int line, int which);
|
||||||
|
|
||||||
|
// Retrieve marker number of a marker handle
|
||||||
|
int MarkerNumberFromLine(int line, int which);
|
||||||
|
|
||||||
// Is undo history being collected?
|
// Is undo history being collected?
|
||||||
bool GetUndoCollection() const;
|
bool GetUndoCollection() const;
|
||||||
|
|
||||||
|
|
@ -3041,6 +3264,12 @@ public:
|
||||||
// Retrieve the visible size of a tab.
|
// Retrieve the visible size of a tab.
|
||||||
int GetTabWidth() const;
|
int GetTabWidth() const;
|
||||||
|
|
||||||
|
// Set the minimum visual width of a tab.
|
||||||
|
void SetTabMinimumWidth(int pixels);
|
||||||
|
|
||||||
|
// Get the minimum visual width of a tab.
|
||||||
|
int GetTabMinimumWidth() const;
|
||||||
|
|
||||||
// Clear explicit tabstops on a line.
|
// Clear explicit tabstops on a line.
|
||||||
void ClearTabStops(int line);
|
void ClearTabStops(int line);
|
||||||
|
|
||||||
|
|
@ -3056,7 +3285,7 @@ public:
|
||||||
// Is the IME displayed in a window or inline?
|
// Is the IME displayed in a window or inline?
|
||||||
int GetIMEInteraction() const;
|
int GetIMEInteraction() const;
|
||||||
|
|
||||||
// Choose to display the IME in a winow or inline.
|
// Choose to display the IME in a window or inline.
|
||||||
void SetIMEInteraction(int imeInteraction);
|
void SetIMEInteraction(int imeInteraction);
|
||||||
|
|
||||||
// Set the symbol used for a particular marker number,
|
// Set the symbol used for a particular marker number,
|
||||||
|
|
@ -3287,6 +3516,12 @@ public:
|
||||||
// Get the set of characters making up words for when moving or selecting by word.
|
// Get the set of characters making up words for when moving or selecting by word.
|
||||||
wxString GetWordChars() const;
|
wxString GetWordChars() const;
|
||||||
|
|
||||||
|
// Set the number of characters to have directly indexed categories
|
||||||
|
void SetCharacterCategoryOptimization(int countCharacters);
|
||||||
|
|
||||||
|
// Get the number of characters to have directly indexed categories
|
||||||
|
int GetCharacterCategoryOptimization() const;
|
||||||
|
|
||||||
// Start a sequence of actions that is undone and redone as a unit.
|
// Start a sequence of actions that is undone and redone as a unit.
|
||||||
// May be nested.
|
// May be nested.
|
||||||
void BeginUndoAction();
|
void BeginUndoAction();
|
||||||
|
|
@ -3342,16 +3577,6 @@ public:
|
||||||
// Get the size of the dots used to mark space characters.
|
// Get the size of the dots used to mark space characters.
|
||||||
int GetWhitespaceSize() const;
|
int GetWhitespaceSize() const;
|
||||||
|
|
||||||
// Divide each styling byte into lexical class bits (default: 5) and indicator
|
|
||||||
// bits (default: 3). If a lexer requires more than 32 lexical states, then this
|
|
||||||
// is used to expand the possible states.
|
|
||||||
wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
|
|
||||||
void SetStyleBits(int bits);
|
|
||||||
|
|
||||||
// Retrieve number of bits in style bytes used to hold the lexical state.
|
|
||||||
wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
|
|
||||||
int GetStyleBits() const;
|
|
||||||
|
|
||||||
// Used to hold extra styling information for each line.
|
// Used to hold extra styling information for each line.
|
||||||
void SetLineState(int line, int state);
|
void SetLineState(int line, int state);
|
||||||
|
|
||||||
|
|
@ -3373,11 +3598,19 @@ public:
|
||||||
// Set the colour of the background of the line containing the caret.
|
// Set the colour of the background of the line containing the caret.
|
||||||
void SetCaretLineBackground(const wxColour& back);
|
void SetCaretLineBackground(const wxColour& back);
|
||||||
|
|
||||||
|
// Retrieve the caret line frame width.
|
||||||
|
// Width = 0 means this option is disabled.
|
||||||
|
int GetCaretLineFrame() const;
|
||||||
|
|
||||||
|
// Display the caret line framed.
|
||||||
|
// Set width != 0 to enable this option and width = 0 to disable it.
|
||||||
|
void SetCaretLineFrame(int width);
|
||||||
|
|
||||||
// Set a style to be changeable or not (read only).
|
// Set a style to be changeable or not (read only).
|
||||||
// Experimental feature, currently buggy.
|
// Experimental feature, currently buggy.
|
||||||
void StyleSetChangeable(int style, bool changeable);
|
void StyleSetChangeable(int style, bool changeable);
|
||||||
|
|
||||||
// Display an auto-completion list.
|
// Display a auto-completion list.
|
||||||
// The lengthEntered parameter indicates how many characters before
|
// The lengthEntered parameter indicates how many characters before
|
||||||
// the caret should be used to provide context.
|
// the caret should be used to provide context.
|
||||||
void AutoCompShow(int lengthEntered, const wxString& itemList);
|
void AutoCompShow(int lengthEntered, const wxString& itemList);
|
||||||
|
|
@ -3502,6 +3735,9 @@ public:
|
||||||
// Count characters between two positions.
|
// Count characters between two positions.
|
||||||
int CountCharacters(int start, int end);
|
int CountCharacters(int start, int end);
|
||||||
|
|
||||||
|
// Count code units between two positions.
|
||||||
|
int CountCodeUnits(int start, int end);
|
||||||
|
|
||||||
// Show or hide the horizontal scroll bar.
|
// Show or hide the horizontal scroll bar.
|
||||||
void SetUseHorizontalScrollBar(bool visible);
|
void SetUseHorizontalScrollBar(bool visible);
|
||||||
|
|
||||||
|
|
@ -3606,7 +3842,7 @@ public:
|
||||||
// Retrieve a range of text.
|
// Retrieve a range of text.
|
||||||
wxString GetTextRange(int startPos, int endPos);
|
wxString GetTextRange(int startPos, int endPos);
|
||||||
|
|
||||||
// Draw the selection in normal style or with selection highlighted.
|
// Draw the selection either highlighted or in normal (non-highlighted) style.
|
||||||
void HideSelection(bool hide);
|
void HideSelection(bool hide);
|
||||||
|
|
||||||
// Retrieve the point in the window where a position is displayed.
|
// Retrieve the point in the window where a position is displayed.
|
||||||
|
|
@ -3694,6 +3930,12 @@ public:
|
||||||
// Get the position that starts the target.
|
// Get the position that starts the target.
|
||||||
int GetTargetStart() const;
|
int GetTargetStart() const;
|
||||||
|
|
||||||
|
// Sets the virtual space of the target start
|
||||||
|
void SetTargetStartVirtualSpace(int space);
|
||||||
|
|
||||||
|
// Get the virtual space of the target start
|
||||||
|
int GetTargetStartVirtualSpace() const;
|
||||||
|
|
||||||
// Sets the position that ends the target which is used for updating the
|
// Sets the position that ends the target which is used for updating the
|
||||||
// document without affecting the scroll position.
|
// document without affecting the scroll position.
|
||||||
void SetTargetEnd(int end);
|
void SetTargetEnd(int end);
|
||||||
|
|
@ -3701,6 +3943,12 @@ public:
|
||||||
// Get the position that ends the target.
|
// Get the position that ends the target.
|
||||||
int GetTargetEnd() const;
|
int GetTargetEnd() const;
|
||||||
|
|
||||||
|
// Sets the virtual space of the target end
|
||||||
|
void SetTargetEndVirtualSpace(int space);
|
||||||
|
|
||||||
|
// Get the virtual space of the target end
|
||||||
|
int GetTargetEndVirtualSpace() const;
|
||||||
|
|
||||||
// Sets both the start and end of the target in one call.
|
// Sets both the start and end of the target in one call.
|
||||||
void SetTargetRange(int start, int end);
|
void SetTargetRange(int start, int end);
|
||||||
|
|
||||||
|
|
@ -3728,7 +3976,7 @@ public:
|
||||||
|
|
||||||
// Search for a counted string in the target and set the target to the found
|
// Search for a counted string in the target and set the target to the found
|
||||||
// range. Text is counted so it can contain NULs.
|
// range. Text is counted so it can contain NULs.
|
||||||
// Returns length of range or -1 for failure in which case target is not moved.
|
// Returns start of found range or -1 for failure in which case target is not moved.
|
||||||
int SearchInTarget(const wxString& text);
|
int SearchInTarget(const wxString& text);
|
||||||
|
|
||||||
// Set the search flags used by SearchInTarget.
|
// Set the search flags used by SearchInTarget.
|
||||||
|
|
@ -3817,9 +4065,18 @@ public:
|
||||||
// Switch a header line between expanded and contracted and show some text after the line.
|
// Switch a header line between expanded and contracted and show some text after the line.
|
||||||
void ToggleFoldShowText(int line, const wxString& text);
|
void ToggleFoldShowText(int line, const wxString& text);
|
||||||
|
|
||||||
// Set the style of fold display text
|
// Set the style of fold display text.
|
||||||
void FoldDisplayTextSetStyle(int style);
|
void FoldDisplayTextSetStyle(int style);
|
||||||
|
|
||||||
|
// Get the style of fold display text.
|
||||||
|
int FoldDisplayTextGetStyle() const;
|
||||||
|
|
||||||
|
// Set the default fold display text.
|
||||||
|
void SetDefaultFoldDisplayText(const wxString& text);
|
||||||
|
|
||||||
|
// Get the default fold display text.
|
||||||
|
wxString GetDefaultFoldDisplayText() const;
|
||||||
|
|
||||||
// Expand or contract a fold header.
|
// Expand or contract a fold header.
|
||||||
void FoldLine(int line, int action);
|
void FoldLine(int line, int action);
|
||||||
|
|
||||||
|
|
@ -4001,6 +4258,12 @@ public:
|
||||||
// Set the other colour used as a chequerboard pattern in the fold margin
|
// Set the other colour used as a chequerboard pattern in the fold margin
|
||||||
void SetFoldMarginHiColour(bool useSetting, const wxColour& fore);
|
void SetFoldMarginHiColour(bool useSetting, const wxColour& fore);
|
||||||
|
|
||||||
|
// Enable or disable accessibility.
|
||||||
|
void SetAccessibility(int accessibility);
|
||||||
|
|
||||||
|
// Report accessibility status.
|
||||||
|
int GetAccessibility() const;
|
||||||
|
|
||||||
// Move caret down one line.
|
// Move caret down one line.
|
||||||
void LineDown();
|
void LineDown();
|
||||||
|
|
||||||
|
|
@ -4126,6 +4389,9 @@ public:
|
||||||
// Switch the current line with the previous.
|
// Switch the current line with the previous.
|
||||||
void LineTranspose();
|
void LineTranspose();
|
||||||
|
|
||||||
|
// Reverse order of selected lines.
|
||||||
|
void LineReverse();
|
||||||
|
|
||||||
// Duplicate the current line.
|
// Duplicate the current line.
|
||||||
void LineDuplicate();
|
void LineDuplicate();
|
||||||
|
|
||||||
|
|
@ -4208,6 +4474,9 @@ public:
|
||||||
// The maxReStyle must be 0 for now. It may be defined in a future release.
|
// The maxReStyle must be 0 for now. It may be defined in a future release.
|
||||||
int BraceMatch(int pos, int maxReStyle=0);
|
int BraceMatch(int pos, int maxReStyle=0);
|
||||||
|
|
||||||
|
// Similar to BraceMatch, but matching starts at the explicit start position.
|
||||||
|
int BraceMatchNext(int pos, int startPos);
|
||||||
|
|
||||||
// Are the end of line characters visible?
|
// Are the end of line characters visible?
|
||||||
bool GetViewEOL() const;
|
bool GetViewEOL() const;
|
||||||
|
|
||||||
|
|
@ -4249,6 +4518,9 @@ public:
|
||||||
// Clear all vertical edges.
|
// Clear all vertical edges.
|
||||||
void MultiEdgeClearAll();
|
void MultiEdgeClearAll();
|
||||||
|
|
||||||
|
// Get multi edge positions.
|
||||||
|
int GetMultiEdgeColumn(int which) const;
|
||||||
|
|
||||||
// Sets the current caret position to be the search anchor.
|
// Sets the current caret position to be the search anchor.
|
||||||
void SearchAnchor();
|
void SearchAnchor();
|
||||||
|
|
||||||
|
|
@ -4287,9 +4559,18 @@ public:
|
||||||
// Release a reference to the document, deleting document if it fades to black.
|
// Release a reference to the document, deleting document if it fades to black.
|
||||||
void ReleaseDocument(void* docPointer);
|
void ReleaseDocument(void* docPointer);
|
||||||
|
|
||||||
|
// Get which document options are set.
|
||||||
|
int GetDocumentOptions() const;
|
||||||
|
|
||||||
// Get which document modification events are sent to the container.
|
// Get which document modification events are sent to the container.
|
||||||
int GetModEventMask() const;
|
int GetModEventMask() const;
|
||||||
|
|
||||||
|
// Set whether command events are sent to the container.
|
||||||
|
void SetCommandEvents(bool commandEvents);
|
||||||
|
|
||||||
|
// Get whether command events are sent to the container.
|
||||||
|
bool GetCommandEvents() const;
|
||||||
|
|
||||||
// Change internal focus flag.
|
// Change internal focus flag.
|
||||||
void SetSTCFocus(bool focus);
|
void SetSTCFocus(bool focus);
|
||||||
|
|
||||||
|
|
@ -4422,6 +4703,11 @@ public:
|
||||||
// of characters. Returned value is always between 0 and last position in document.
|
// of characters. Returned value is always between 0 and last position in document.
|
||||||
int PositionRelative(int pos, int relative);
|
int PositionRelative(int pos, int relative);
|
||||||
|
|
||||||
|
// Given a valid document position, return a position that differs in a number
|
||||||
|
// of UTF-16 code units. Returned value is always between 0 and last position in document.
|
||||||
|
// The result may point half way (2 bytes) inside a non-BMP character.
|
||||||
|
int PositionRelativeCodeUnits(int pos, int relative);
|
||||||
|
|
||||||
// Copy a range of text to the clipboard. Positions are clipped into the document.
|
// Copy a range of text to the clipboard. Positions are clipped into the document.
|
||||||
void CopyRange(int start, int end);
|
void CopyRange(int start, int end);
|
||||||
|
|
||||||
|
|
@ -4435,6 +4721,9 @@ public:
|
||||||
// Get the mode of the current selection.
|
// Get the mode of the current selection.
|
||||||
int GetSelectionMode() const;
|
int GetSelectionMode() const;
|
||||||
|
|
||||||
|
// Get whether or not regular caret moves will extend or reduce the selection.
|
||||||
|
bool GetMoveExtendsSelection() const;
|
||||||
|
|
||||||
// Retrieve the position of the start of the selection at the given line (wxSTC_INVALID_POSITION if no selection on this line).
|
// Retrieve the position of the start of the selection at the given line (wxSTC_INVALID_POSITION if no selection on this line).
|
||||||
int GetLineSelStartPosition(int line);
|
int GetLineSelStartPosition(int line);
|
||||||
|
|
||||||
|
|
@ -4584,10 +4873,10 @@ public:
|
||||||
// Get the current indicator value
|
// Get the current indicator value
|
||||||
int GetIndicatorValue() const;
|
int GetIndicatorValue() const;
|
||||||
|
|
||||||
// Turn an indicator on over a range.
|
// Turn a indicator on over a range.
|
||||||
void IndicatorFillRange(int start, int lengthFill);
|
void IndicatorFillRange(int start, int lengthFill);
|
||||||
|
|
||||||
// Turn an indicator off over a range.
|
// Turn a indicator off over a range.
|
||||||
void IndicatorClearRange(int start, int lengthClear);
|
void IndicatorClearRange(int start, int lengthClear);
|
||||||
|
|
||||||
// Are any indicators present at pos?
|
// Are any indicators present at pos?
|
||||||
|
|
@ -4776,7 +5065,7 @@ public:
|
||||||
void ClearSelections();
|
void ClearSelections();
|
||||||
|
|
||||||
// Add a selection
|
// Add a selection
|
||||||
int AddSelection(int caret, int anchor);
|
void AddSelection(int caret, int anchor);
|
||||||
|
|
||||||
// Drop one selection
|
// Drop one selection
|
||||||
void DropSelectionN(int selection);
|
void DropSelectionN(int selection);
|
||||||
|
|
@ -4817,9 +5106,15 @@ public:
|
||||||
// Returns the position at the start of the selection.
|
// Returns the position at the start of the selection.
|
||||||
int GetSelectionNStart(int selection) const;
|
int GetSelectionNStart(int selection) const;
|
||||||
|
|
||||||
|
// Returns the virtual space at the start of the selection.
|
||||||
|
int GetSelectionNStartVirtualSpace(int selection) const;
|
||||||
|
|
||||||
// Sets the position that ends the selection - this becomes the currentPosition.
|
// Sets the position that ends the selection - this becomes the currentPosition.
|
||||||
void SetSelectionNEnd(int selection, int caret);
|
void SetSelectionNEnd(int selection, int caret);
|
||||||
|
|
||||||
|
// Returns the virtual space at the end of the selection.
|
||||||
|
int GetSelectionNEndVirtualSpace(int selection) const;
|
||||||
|
|
||||||
// Returns the position at the end of the selection.
|
// Returns the position at the end of the selection.
|
||||||
int GetSelectionNEnd(int selection) const;
|
int GetSelectionNEnd(int selection) const;
|
||||||
|
|
||||||
|
|
@ -4853,7 +5148,7 @@ public:
|
||||||
// Return options for virtual space behaviour.
|
// Return options for virtual space behaviour.
|
||||||
int GetVirtualSpaceOptions() const;
|
int GetVirtualSpaceOptions() const;
|
||||||
|
|
||||||
// On GTK+, allow selecting the modifier key to use for mouse-based
|
// On GTK, allow selecting the modifier key to use for mouse-based
|
||||||
// rectangular selection. Often the window manager requires Alt+Mouse Drag
|
// rectangular selection. Often the window manager requires Alt+Mouse Drag
|
||||||
// for moving windows.
|
// for moving windows.
|
||||||
// Valid values are wxSTC_KEYMOD_CTRL (default), wxSTC_KEYMOD_ALT, or wxSTC_KEYMOD_SUPER.
|
// Valid values are wxSTC_KEYMOD_CTRL (default), wxSTC_KEYMOD_ALT, or wxSTC_KEYMOD_SUPER.
|
||||||
|
|
@ -4982,6 +5277,33 @@ public:
|
||||||
// Remove a character representation.
|
// Remove a character representation.
|
||||||
void ClearRepresentation(const wxString& encodedCharacter);
|
void ClearRepresentation(const wxString& encodedCharacter);
|
||||||
|
|
||||||
|
// Set the end of line annotation text for a line
|
||||||
|
void EOLAnnotationSetText(int line, const wxString& text);
|
||||||
|
|
||||||
|
// Get the end of line annotation text for a line
|
||||||
|
wxString EOLAnnotationGetText(int line) const;
|
||||||
|
|
||||||
|
// Set the style number for the end of line annotations for a line
|
||||||
|
void EOLAnnotationSetStyle(int line, int style);
|
||||||
|
|
||||||
|
// Get the style number for the end of line annotations for a line
|
||||||
|
int EOLAnnotationGetStyle(int line) const;
|
||||||
|
|
||||||
|
// Clear the end of annotations from all lines
|
||||||
|
void EOLAnnotationClearAll();
|
||||||
|
|
||||||
|
// Set the visibility for the end of line annotations for a view
|
||||||
|
void EOLAnnotationSetVisible(int visible);
|
||||||
|
|
||||||
|
// Get the visibility for the end of line annotations for a view
|
||||||
|
int EOLAnnotationGetVisible() const;
|
||||||
|
|
||||||
|
// Get the start of the range of style numbers used for end of line annotations
|
||||||
|
void EOLAnnotationSetStyleOffset(int style);
|
||||||
|
|
||||||
|
// Get the start of the range of style numbers used for end of line annotations
|
||||||
|
int EOLAnnotationGetStyleOffset() const;
|
||||||
|
|
||||||
// Start notifying the container of all key presses and commands.
|
// Start notifying the container of all key presses and commands.
|
||||||
void StartRecord();
|
void StartRecord();
|
||||||
|
|
||||||
|
|
@ -5020,10 +5342,6 @@ public:
|
||||||
// interpreted as an int AFTER any "$()" variable replacement.
|
// interpreted as an int AFTER any "$()" variable replacement.
|
||||||
int GetPropertyInt(const wxString &key, int defaultValue=0) const;
|
int GetPropertyInt(const wxString &key, int defaultValue=0) const;
|
||||||
|
|
||||||
// Retrieve the number of bits the current lexer needs for styling.
|
|
||||||
wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
|
|
||||||
int GetStyleBitsNeeded() const;
|
|
||||||
|
|
||||||
// Retrieve the lexing language of the document.
|
// Retrieve the lexing language of the document.
|
||||||
wxString GetLexerLanguage() const;
|
wxString GetLexerLanguage() const;
|
||||||
|
|
||||||
|
|
@ -5074,6 +5392,35 @@ public:
|
||||||
// Get the set of base styles that can be extended with sub styles
|
// Get the set of base styles that can be extended with sub styles
|
||||||
wxString GetSubStyleBases() const;
|
wxString GetSubStyleBases() const;
|
||||||
|
|
||||||
|
// Retrieve the number of named styles for the lexer.
|
||||||
|
int GetNamedStyles() const;
|
||||||
|
|
||||||
|
// Retrieve the name of a style.
|
||||||
|
// Result is NUL-terminated.
|
||||||
|
wxString NameOfStyle(int style) const;
|
||||||
|
|
||||||
|
// Retrieve a ' ' separated list of style tags like "literal quoted string".
|
||||||
|
// Result is NUL-terminated.
|
||||||
|
wxString TagsOfStyle(int style) const;
|
||||||
|
|
||||||
|
// Retrieve a description of a style.
|
||||||
|
// Result is NUL-terminated.
|
||||||
|
wxString DescriptionOfStyle(int style) const;
|
||||||
|
|
||||||
|
// Divide each styling byte into lexical class bits (default: 5) and indicator
|
||||||
|
// bits (default: 3). If a lexer requires more than 32 lexical states, then this
|
||||||
|
// is used to expand the possible states.
|
||||||
|
wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
|
||||||
|
void SetStyleBits(int bits);
|
||||||
|
|
||||||
|
// Retrieve number of bits in style bytes used to hold the lexical state.
|
||||||
|
wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
|
||||||
|
int GetStyleBits() const;
|
||||||
|
|
||||||
|
// Retrieve the number of bits the current lexer needs for styling.
|
||||||
|
wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
|
||||||
|
int GetStyleBitsNeeded() const;
|
||||||
|
|
||||||
//}}}
|
//}}}
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -5511,7 +5858,6 @@ protected:
|
||||||
bool m_lastKeyDownConsumed;
|
bool m_lastKeyDownConsumed;
|
||||||
|
|
||||||
friend class ScintillaWX;
|
friend class ScintillaWX;
|
||||||
friend class Platform;
|
|
||||||
#endif // !SWIG
|
#endif // !SWIG
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,13 @@
|
||||||
#define wxSTC_CP_UTF8 65001
|
#define wxSTC_CP_UTF8 65001
|
||||||
#define wxSTC_IME_WINDOWED 0
|
#define wxSTC_IME_WINDOWED 0
|
||||||
#define wxSTC_IME_INLINE 1
|
#define wxSTC_IME_INLINE 1
|
||||||
|
#define wxSTC_ALPHA_TRANSPARENT 0
|
||||||
|
#define wxSTC_ALPHA_OPAQUE 255
|
||||||
|
#define wxSTC_ALPHA_NOALPHA 256
|
||||||
|
#define wxSTC_CURSORNORMAL -1
|
||||||
|
#define wxSTC_CURSORARROW 2
|
||||||
|
#define wxSTC_CURSORWAIT 4
|
||||||
|
#define wxSTC_CURSORREVERSEARROW 7
|
||||||
#define wxSTC_MARKER_MAX 31
|
#define wxSTC_MARKER_MAX 31
|
||||||
#define wxSTC_MARK_CIRCLE 0
|
#define wxSTC_MARK_CIRCLE 0
|
||||||
#define wxSTC_MARK_ROUNDRECT 1
|
#define wxSTC_MARK_ROUNDRECT 1
|
||||||
|
|
@ -73,6 +80,7 @@
|
||||||
#define wxSTC_MARK_UNDERLINE 29
|
#define wxSTC_MARK_UNDERLINE 29
|
||||||
#define wxSTC_MARK_RGBAIMAGE 30
|
#define wxSTC_MARK_RGBAIMAGE 30
|
||||||
#define wxSTC_MARK_BOOKMARK 31
|
#define wxSTC_MARK_BOOKMARK 31
|
||||||
|
#define wxSTC_MARK_VERTICALBOOKMARK 32
|
||||||
#define wxSTC_MARK_CHARACTER 10000
|
#define wxSTC_MARK_CHARACTER 10000
|
||||||
|
|
||||||
/// Markers used for outlining column.
|
/// Markers used for outlining column.
|
||||||
|
|
@ -83,6 +91,8 @@
|
||||||
#define wxSTC_MARKNUM_FOLDERSUB 29
|
#define wxSTC_MARKNUM_FOLDERSUB 29
|
||||||
#define wxSTC_MARKNUM_FOLDER 30
|
#define wxSTC_MARKNUM_FOLDER 30
|
||||||
#define wxSTC_MARKNUM_FOLDEROPEN 31
|
#define wxSTC_MARKNUM_FOLDEROPEN 31
|
||||||
|
|
||||||
|
/// SC_MASK_FOLDERS doesn't go in an enumeration as larger than max 32-bit positive integer
|
||||||
#define wxSTC_MASK_FOLDERS 0xFE000000
|
#define wxSTC_MASK_FOLDERS 0xFE000000
|
||||||
#define wxSTC_MAX_MARGIN 4
|
#define wxSTC_MAX_MARGIN 4
|
||||||
#define wxSTC_MARGIN_SYMBOL 0
|
#define wxSTC_MARGIN_SYMBOL 0
|
||||||
|
|
@ -93,8 +103,7 @@
|
||||||
#define wxSTC_MARGIN_RTEXT 5
|
#define wxSTC_MARGIN_RTEXT 5
|
||||||
#define wxSTC_MARGIN_COLOUR 6
|
#define wxSTC_MARGIN_COLOUR 6
|
||||||
|
|
||||||
/// Styles in range 32..38 are predefined for parts of the UI and are not used as normal styles.
|
/// Styles in range 32..39 are predefined for parts of the UI and are not used as normal styles.
|
||||||
/// Style 39 is for future use.
|
|
||||||
#define wxSTC_STYLE_DEFAULT 32
|
#define wxSTC_STYLE_DEFAULT 32
|
||||||
#define wxSTC_STYLE_LINENUMBER 33
|
#define wxSTC_STYLE_LINENUMBER 33
|
||||||
#define wxSTC_STYLE_BRACELIGHT 34
|
#define wxSTC_STYLE_BRACELIGHT 34
|
||||||
|
|
@ -160,10 +169,20 @@
|
||||||
#define wxSTC_INDIC_TEXTFORE 17
|
#define wxSTC_INDIC_TEXTFORE 17
|
||||||
#define wxSTC_INDIC_POINT 18
|
#define wxSTC_INDIC_POINT 18
|
||||||
#define wxSTC_INDIC_POINTCHARACTER 19
|
#define wxSTC_INDIC_POINTCHARACTER 19
|
||||||
|
#define wxSTC_INDIC_GRADIENT 20
|
||||||
|
#define wxSTC_INDIC_GRADIENTCENTRE 21
|
||||||
|
|
||||||
|
/// INDIC_CONTAINER, INDIC_IME, INDIC_IME_MAX, and INDIC_MAX are indicator numbers,
|
||||||
|
/// not IndicatorStyles so should not really be in the INDIC_ enumeration.
|
||||||
|
/// They are redeclared in IndicatorNumbers INDICATOR_.
|
||||||
|
#define wxSTC_INDIC_CONTAINER 8
|
||||||
#define wxSTC_INDIC_IME 32
|
#define wxSTC_INDIC_IME 32
|
||||||
#define wxSTC_INDIC_IME_MAX 35
|
#define wxSTC_INDIC_IME_MAX 35
|
||||||
#define wxSTC_INDIC_MAX 35
|
#define wxSTC_INDIC_MAX 35
|
||||||
#define wxSTC_INDIC_CONTAINER 8
|
#define wxSTC_INDICATOR_CONTAINER 8
|
||||||
|
#define wxSTC_INDICATOR_IME 32
|
||||||
|
#define wxSTC_INDICATOR_IME_MAX 35
|
||||||
|
#define wxSTC_INDICATOR_MAX 35
|
||||||
#define wxSTC_INDICVALUEBIT 0x1000000
|
#define wxSTC_INDICVALUEBIT 0x1000000
|
||||||
#define wxSTC_INDICVALUEMASK 0xFFFFFF
|
#define wxSTC_INDICVALUEMASK 0xFFFFFF
|
||||||
#define wxSTC_INDICFLAG_VALUEFORE 1
|
#define wxSTC_INDICFLAG_VALUEFORE 1
|
||||||
|
|
@ -173,6 +192,7 @@
|
||||||
#define wxSTC_IV_LOOKBOTH 3
|
#define wxSTC_IV_LOOKBOTH 3
|
||||||
|
|
||||||
/// PrintColourMode - use same colours as screen.
|
/// PrintColourMode - use same colours as screen.
|
||||||
|
/// with the exception of line number margins, which use a white background
|
||||||
#define wxSTC_PRINT_NORMAL 0
|
#define wxSTC_PRINT_NORMAL 0
|
||||||
|
|
||||||
/// PrintColourMode - invert the light value of each style for printing.
|
/// PrintColourMode - invert the light value of each style for printing.
|
||||||
|
|
@ -186,6 +206,10 @@
|
||||||
|
|
||||||
/// PrintColourMode - only the default-background is forced to be white for printing.
|
/// PrintColourMode - only the default-background is forced to be white for printing.
|
||||||
#define wxSTC_PRINT_COLOURONWHITEDEFAULTBG 4
|
#define wxSTC_PRINT_COLOURONWHITEDEFAULTBG 4
|
||||||
|
|
||||||
|
/// PrintColourMode - use same colours as screen, including line number margins.
|
||||||
|
#define wxSTC_PRINT_SCREENCOLOURS 5
|
||||||
|
#define wxSTC_FIND_NONE 0x0
|
||||||
#define wxSTC_FIND_WHOLEWORD 0x2
|
#define wxSTC_FIND_WHOLEWORD 0x2
|
||||||
#define wxSTC_FIND_MATCHCASE 0x4
|
#define wxSTC_FIND_MATCHCASE 0x4
|
||||||
#define wxSTC_FIND_WORDSTART 0x00100000
|
#define wxSTC_FIND_WORDSTART 0x00100000
|
||||||
|
|
@ -229,6 +253,7 @@
|
||||||
#define wxSTC_WRAPINDENT_FIXED 0
|
#define wxSTC_WRAPINDENT_FIXED 0
|
||||||
#define wxSTC_WRAPINDENT_SAME 1
|
#define wxSTC_WRAPINDENT_SAME 1
|
||||||
#define wxSTC_WRAPINDENT_INDENT 2
|
#define wxSTC_WRAPINDENT_INDENT 2
|
||||||
|
#define wxSTC_WRAPINDENT_DEEPINDENT 3
|
||||||
#define wxSTC_CACHE_NONE 0
|
#define wxSTC_CACHE_NONE 0
|
||||||
#define wxSTC_CACHE_CARET 1
|
#define wxSTC_CACHE_CARET 1
|
||||||
#define wxSTC_CACHE_PAGE 2
|
#define wxSTC_CACHE_PAGE 2
|
||||||
|
|
@ -245,6 +270,8 @@
|
||||||
#define wxSTC_EFF_QUALITY_LCD_OPTIMIZED 3
|
#define wxSTC_EFF_QUALITY_LCD_OPTIMIZED 3
|
||||||
#define wxSTC_MULTIPASTE_ONCE 0
|
#define wxSTC_MULTIPASTE_ONCE 0
|
||||||
#define wxSTC_MULTIPASTE_EACH 1
|
#define wxSTC_MULTIPASTE_EACH 1
|
||||||
|
#define wxSTC_ACCESSIBILITY_DISABLED 0
|
||||||
|
#define wxSTC_ACCESSIBILITY_ENABLED 1
|
||||||
#define wxSTC_EDGE_NONE 0
|
#define wxSTC_EDGE_NONE 0
|
||||||
#define wxSTC_EDGE_LINE 1
|
#define wxSTC_EDGE_LINE 1
|
||||||
#define wxSTC_EDGE_BACKGROUND 2
|
#define wxSTC_EDGE_BACKGROUND 2
|
||||||
|
|
@ -252,15 +279,14 @@
|
||||||
#define wxSTC_POPUP_NEVER 0
|
#define wxSTC_POPUP_NEVER 0
|
||||||
#define wxSTC_POPUP_ALL 1
|
#define wxSTC_POPUP_ALL 1
|
||||||
#define wxSTC_POPUP_TEXT 2
|
#define wxSTC_POPUP_TEXT 2
|
||||||
|
#define wxSTC_DOCUMENTOPTION_DEFAULT 0
|
||||||
|
#define wxSTC_DOCUMENTOPTION_STYLES_NONE 0x1
|
||||||
|
#define wxSTC_DOCUMENTOPTION_TEXT_LARGE 0x100
|
||||||
#define wxSTC_STATUS_OK 0
|
#define wxSTC_STATUS_OK 0
|
||||||
#define wxSTC_STATUS_FAILURE 1
|
#define wxSTC_STATUS_FAILURE 1
|
||||||
#define wxSTC_STATUS_BADALLOC 2
|
#define wxSTC_STATUS_BADALLOC 2
|
||||||
#define wxSTC_STATUS_WARN_START 1000
|
#define wxSTC_STATUS_WARN_START 1000
|
||||||
#define wxSTC_STATUS_WARN_REGEX 1001
|
#define wxSTC_STATUS_WARN_REGEX 1001
|
||||||
#define wxSTC_CURSORNORMAL -1
|
|
||||||
#define wxSTC_CURSORARROW 2
|
|
||||||
#define wxSTC_CURSORWAIT 4
|
|
||||||
#define wxSTC_CURSORREVERSEARROW 7
|
|
||||||
|
|
||||||
/// Constants for use with SetVisiblePolicy, similar to SetCaretPolicy.
|
/// Constants for use with SetVisiblePolicy, similar to SetCaretPolicy.
|
||||||
#define wxSTC_VISIBLE_SLOP 0x01
|
#define wxSTC_VISIBLE_SLOP 0x01
|
||||||
|
|
@ -305,18 +331,20 @@
|
||||||
#define wxSTC_CARETSTICKY_OFF 0
|
#define wxSTC_CARETSTICKY_OFF 0
|
||||||
#define wxSTC_CARETSTICKY_ON 1
|
#define wxSTC_CARETSTICKY_ON 1
|
||||||
#define wxSTC_CARETSTICKY_WHITESPACE 2
|
#define wxSTC_CARETSTICKY_WHITESPACE 2
|
||||||
#define wxSTC_ALPHA_TRANSPARENT 0
|
|
||||||
#define wxSTC_ALPHA_OPAQUE 255
|
|
||||||
#define wxSTC_ALPHA_NOALPHA 256
|
|
||||||
#define wxSTC_CARETSTYLE_INVISIBLE 0
|
#define wxSTC_CARETSTYLE_INVISIBLE 0
|
||||||
#define wxSTC_CARETSTYLE_LINE 1
|
#define wxSTC_CARETSTYLE_LINE 1
|
||||||
#define wxSTC_CARETSTYLE_BLOCK 2
|
#define wxSTC_CARETSTYLE_BLOCK 2
|
||||||
|
#define wxSTC_CARETSTYLE_OVERSTRIKE_BAR 0
|
||||||
|
#define wxSTC_CARETSTYLE_OVERSTRIKE_BLOCK 0x10
|
||||||
|
#define wxSTC_CARETSTYLE_INS_MASK 0xF
|
||||||
|
#define wxSTC_CARETSTYLE_BLOCK_AFTER 0x100
|
||||||
#define wxSTC_MARGINOPTION_NONE 0
|
#define wxSTC_MARGINOPTION_NONE 0
|
||||||
#define wxSTC_MARGINOPTION_SUBLINESELECT 1
|
#define wxSTC_MARGINOPTION_SUBLINESELECT 1
|
||||||
#define wxSTC_ANNOTATION_HIDDEN 0
|
#define wxSTC_ANNOTATION_HIDDEN 0
|
||||||
#define wxSTC_ANNOTATION_STANDARD 1
|
#define wxSTC_ANNOTATION_STANDARD 1
|
||||||
#define wxSTC_ANNOTATION_BOXED 2
|
#define wxSTC_ANNOTATION_BOXED 2
|
||||||
#define wxSTC_ANNOTATION_INDENTED 3
|
#define wxSTC_ANNOTATION_INDENTED 3
|
||||||
|
#define wxSTC_UNDO_NONE 0
|
||||||
#define wxSTC_UNDO_MAY_COALESCE 1
|
#define wxSTC_UNDO_MAY_COALESCE 1
|
||||||
#define wxSTC_VS_NONE 0
|
#define wxSTC_VS_NONE 0
|
||||||
#define wxSTC_VS_RECTANGULARSELECTION 1
|
#define wxSTC_VS_RECTANGULARSELECTION 1
|
||||||
|
|
@ -330,6 +358,9 @@
|
||||||
/// U+2029 Paragraph Separator, and U+0085 Next Line
|
/// U+2029 Paragraph Separator, and U+0085 Next Line
|
||||||
#define wxSTC_LINE_END_TYPE_DEFAULT 0
|
#define wxSTC_LINE_END_TYPE_DEFAULT 0
|
||||||
#define wxSTC_LINE_END_TYPE_UNICODE 1
|
#define wxSTC_LINE_END_TYPE_UNICODE 1
|
||||||
|
#define wxSTC_EOLANNOTATION_HIDDEN 0
|
||||||
|
#define wxSTC_EOLANNOTATION_STANDARD 1
|
||||||
|
#define wxSTC_EOLANNOTATION_BOXED 2
|
||||||
|
|
||||||
/// Maximum value of keywordSet parameter of SetKeyWords.
|
/// Maximum value of keywordSet parameter of SetKeyWords.
|
||||||
#define wxSTC_KEYWORDSET_MAX 8
|
#define wxSTC_KEYWORDSET_MAX 8
|
||||||
|
|
@ -341,6 +372,7 @@
|
||||||
/// Type of modification and the action which caused the modification.
|
/// Type of modification and the action which caused the modification.
|
||||||
/// These are defined as a bit mask to make it easy to specify which notifications are wanted.
|
/// These are defined as a bit mask to make it easy to specify which notifications are wanted.
|
||||||
/// One bit is set from each of SC_MOD_* and SC_PERFORMED_*.
|
/// One bit is set from each of SC_MOD_* and SC_PERFORMED_*.
|
||||||
|
#define wxSTC_MOD_NONE 0x0
|
||||||
#define wxSTC_MOD_INSERTTEXT 0x1
|
#define wxSTC_MOD_INSERTTEXT 0x1
|
||||||
#define wxSTC_MOD_DELETETEXT 0x2
|
#define wxSTC_MOD_DELETETEXT 0x2
|
||||||
#define wxSTC_MOD_CHANGESTYLE 0x4
|
#define wxSTC_MOD_CHANGESTYLE 0x4
|
||||||
|
|
@ -363,7 +395,8 @@
|
||||||
#define wxSTC_MOD_LEXERSTATE 0x80000
|
#define wxSTC_MOD_LEXERSTATE 0x80000
|
||||||
#define wxSTC_MOD_INSERTCHECK 0x100000
|
#define wxSTC_MOD_INSERTCHECK 0x100000
|
||||||
#define wxSTC_MOD_CHANGETABSTOPS 0x200000
|
#define wxSTC_MOD_CHANGETABSTOPS 0x200000
|
||||||
#define wxSTC_MODEVENTMASKALL 0x3FFFFF
|
#define wxSTC_MOD_CHANGEEOLANNOTATION 0x400000
|
||||||
|
#define wxSTC_MODEVENTMASKALL 0x7FFFFF
|
||||||
#define wxSTC_UPDATE_CONTENT 0x1
|
#define wxSTC_UPDATE_CONTENT 0x1
|
||||||
#define wxSTC_UPDATE_SELECTION 0x2
|
#define wxSTC_UPDATE_SELECTION 0x2
|
||||||
#define wxSTC_UPDATE_V_SCROLL 0x4
|
#define wxSTC_UPDATE_V_SCROLL 0x4
|
||||||
|
|
@ -404,6 +437,16 @@
|
||||||
#define wxSTC_AC_NEWLINE 4
|
#define wxSTC_AC_NEWLINE 4
|
||||||
#define wxSTC_AC_COMMAND 5
|
#define wxSTC_AC_COMMAND 5
|
||||||
|
|
||||||
|
/// characterSource for SCN_CHARADDED
|
||||||
|
/// Direct input characters.
|
||||||
|
#define wxSTC_CHARACTERSOURCE_DIRECT_INPUT 0
|
||||||
|
|
||||||
|
/// IME (inline mode) or dead key tentative input characters.
|
||||||
|
#define wxSTC_CHARACTERSOURCE_TENTATIVE_INPUT 1
|
||||||
|
|
||||||
|
/// IME (either inline or windowed mode) full composited string.
|
||||||
|
#define wxSTC_CHARACTERSOURCE_IME_RESULT 2
|
||||||
|
|
||||||
/// For SciLexer.h
|
/// For SciLexer.h
|
||||||
#define wxSTC_LEX_CONTAINER 0
|
#define wxSTC_LEX_CONTAINER 0
|
||||||
#define wxSTC_LEX_NULL 1
|
#define wxSTC_LEX_NULL 1
|
||||||
|
|
@ -525,6 +568,17 @@
|
||||||
#define wxSTC_LEX_TEHEX 119
|
#define wxSTC_LEX_TEHEX 119
|
||||||
#define wxSTC_LEX_JSON 120
|
#define wxSTC_LEX_JSON 120
|
||||||
#define wxSTC_LEX_EDIFACT 121
|
#define wxSTC_LEX_EDIFACT 121
|
||||||
|
#define wxSTC_LEX_INDENT 122
|
||||||
|
#define wxSTC_LEX_MAXIMA 123
|
||||||
|
#define wxSTC_LEX_STATA 124
|
||||||
|
#define wxSTC_LEX_SAS 125
|
||||||
|
#define wxSTC_LEX_NIM 126
|
||||||
|
#define wxSTC_LEX_CIL 127
|
||||||
|
#define wxSTC_LEX_X12 128
|
||||||
|
#define wxSTC_LEX_DATAFLEX 129
|
||||||
|
#define wxSTC_LEX_HOLLYWOOD 130
|
||||||
|
#define wxSTC_LEX_RAKU 131
|
||||||
|
#define wxSTC_LEX_LPEG 999
|
||||||
|
|
||||||
/// When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
/// When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
||||||
/// value assigned in sequence from SCLEX_AUTOMATIC+1.
|
/// value assigned in sequence from SCLEX_AUTOMATIC+1.
|
||||||
|
|
@ -547,8 +601,16 @@
|
||||||
#define wxSTC_P_STRINGEOL 13
|
#define wxSTC_P_STRINGEOL 13
|
||||||
#define wxSTC_P_WORD2 14
|
#define wxSTC_P_WORD2 14
|
||||||
#define wxSTC_P_DECORATOR 15
|
#define wxSTC_P_DECORATOR 15
|
||||||
|
#define wxSTC_P_FSTRING 16
|
||||||
|
#define wxSTC_P_FCHARACTER 17
|
||||||
|
#define wxSTC_P_FTRIPLE 18
|
||||||
|
#define wxSTC_P_FTRIPLEDOUBLE 19
|
||||||
|
|
||||||
/// Lexical states for SCLEX_CPP, SCLEX_BULLANT, SCLEX_COBOL, SCLEX_TACL, SCLEX_TAL
|
/// Lexical states for SCLEX_CPP
|
||||||
|
/// Lexical states for SCLEX_BULLANT
|
||||||
|
/// Lexical states for SCLEX_COBOL
|
||||||
|
/// Lexical states for SCLEX_TACL
|
||||||
|
/// Lexical states for SCLEX_TAL
|
||||||
#define wxSTC_C_DEFAULT 0
|
#define wxSTC_C_DEFAULT 0
|
||||||
#define wxSTC_C_COMMENT 1
|
#define wxSTC_C_COMMENT 1
|
||||||
#define wxSTC_C_COMMENTLINE 2
|
#define wxSTC_C_COMMENTLINE 2
|
||||||
|
|
@ -944,6 +1006,7 @@
|
||||||
#define wxSTC_ERR_GCC_INCLUDED_FROM 22
|
#define wxSTC_ERR_GCC_INCLUDED_FROM 22
|
||||||
#define wxSTC_ERR_ESCSEQ 23
|
#define wxSTC_ERR_ESCSEQ 23
|
||||||
#define wxSTC_ERR_ESCSEQ_UNKNOWN 24
|
#define wxSTC_ERR_ESCSEQ_UNKNOWN 24
|
||||||
|
#define wxSTC_ERR_GCC_EXCERPT 25
|
||||||
#define wxSTC_ERR_ES_BLACK 40
|
#define wxSTC_ERR_ES_BLACK 40
|
||||||
#define wxSTC_ERR_ES_RED 41
|
#define wxSTC_ERR_ES_RED 41
|
||||||
#define wxSTC_ERR_ES_GREEN 42
|
#define wxSTC_ERR_ES_GREEN 42
|
||||||
|
|
@ -1002,6 +1065,10 @@
|
||||||
#define wxSTC_DIFF_DELETED 5
|
#define wxSTC_DIFF_DELETED 5
|
||||||
#define wxSTC_DIFF_ADDED 6
|
#define wxSTC_DIFF_ADDED 6
|
||||||
#define wxSTC_DIFF_CHANGED 7
|
#define wxSTC_DIFF_CHANGED 7
|
||||||
|
#define wxSTC_DIFF_PATCH_ADD 8
|
||||||
|
#define wxSTC_DIFF_PATCH_DELETE 9
|
||||||
|
#define wxSTC_DIFF_REMOVED_PATCH_ADD 10
|
||||||
|
#define wxSTC_DIFF_REMOVED_PATCH_DELETE 11
|
||||||
|
|
||||||
/// Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)
|
/// Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)
|
||||||
#define wxSTC_CONF_DEFAULT 0
|
#define wxSTC_CONF_DEFAULT 0
|
||||||
|
|
@ -1138,6 +1205,16 @@
|
||||||
#define wxSTC_MATLAB_IDENTIFIER 7
|
#define wxSTC_MATLAB_IDENTIFIER 7
|
||||||
#define wxSTC_MATLAB_DOUBLEQUOTESTRING 8
|
#define wxSTC_MATLAB_DOUBLEQUOTESTRING 8
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_MAXIMA
|
||||||
|
#define wxSTC_MAXIMA_OPERATOR 0
|
||||||
|
#define wxSTC_MAXIMA_COMMANDENDING 1
|
||||||
|
#define wxSTC_MAXIMA_COMMENT 2
|
||||||
|
#define wxSTC_MAXIMA_NUMBER 3
|
||||||
|
#define wxSTC_MAXIMA_STRING 4
|
||||||
|
#define wxSTC_MAXIMA_COMMAND 5
|
||||||
|
#define wxSTC_MAXIMA_VARIABLE 6
|
||||||
|
#define wxSTC_MAXIMA_UNKNOWN 7
|
||||||
|
|
||||||
/// Lexical states for SCLEX_SCRIPTOL
|
/// Lexical states for SCLEX_SCRIPTOL
|
||||||
#define wxSTC_SCRIPTOL_DEFAULT 0
|
#define wxSTC_SCRIPTOL_DEFAULT 0
|
||||||
#define wxSTC_SCRIPTOL_WHITE 1
|
#define wxSTC_SCRIPTOL_WHITE 1
|
||||||
|
|
@ -2419,6 +2496,146 @@
|
||||||
#define wxSTC_EDI_UNH 7
|
#define wxSTC_EDI_UNH 7
|
||||||
#define wxSTC_EDI_BADSEGMENT 8
|
#define wxSTC_EDI_BADSEGMENT 8
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_STATA
|
||||||
|
#define wxSTC_STATA_DEFAULT 0
|
||||||
|
#define wxSTC_STATA_COMMENT 1
|
||||||
|
#define wxSTC_STATA_COMMENTLINE 2
|
||||||
|
#define wxSTC_STATA_COMMENTBLOCK 3
|
||||||
|
#define wxSTC_STATA_NUMBER 4
|
||||||
|
#define wxSTC_STATA_OPERATOR 5
|
||||||
|
#define wxSTC_STATA_IDENTIFIER 6
|
||||||
|
#define wxSTC_STATA_STRING 7
|
||||||
|
#define wxSTC_STATA_TYPE 8
|
||||||
|
#define wxSTC_STATA_WORD 9
|
||||||
|
#define wxSTC_STATA_GLOBAL_MACRO 10
|
||||||
|
#define wxSTC_STATA_MACRO 11
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_SAS
|
||||||
|
#define wxSTC_SAS_DEFAULT 0
|
||||||
|
#define wxSTC_SAS_COMMENT 1
|
||||||
|
#define wxSTC_SAS_COMMENTLINE 2
|
||||||
|
#define wxSTC_SAS_COMMENTBLOCK 3
|
||||||
|
#define wxSTC_SAS_NUMBER 4
|
||||||
|
#define wxSTC_SAS_OPERATOR 5
|
||||||
|
#define wxSTC_SAS_IDENTIFIER 6
|
||||||
|
#define wxSTC_SAS_STRING 7
|
||||||
|
#define wxSTC_SAS_TYPE 8
|
||||||
|
#define wxSTC_SAS_WORD 9
|
||||||
|
#define wxSTC_SAS_GLOBAL_MACRO 10
|
||||||
|
#define wxSTC_SAS_MACRO 11
|
||||||
|
#define wxSTC_SAS_MACRO_KEYWORD 12
|
||||||
|
#define wxSTC_SAS_BLOCK_KEYWORD 13
|
||||||
|
#define wxSTC_SAS_MACRO_FUNCTION 14
|
||||||
|
#define wxSTC_SAS_STATEMENT 15
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_NIM
|
||||||
|
#define wxSTC_NIM_DEFAULT 0
|
||||||
|
#define wxSTC_NIM_COMMENT 1
|
||||||
|
#define wxSTC_NIM_COMMENTDOC 2
|
||||||
|
#define wxSTC_NIM_COMMENTLINE 3
|
||||||
|
#define wxSTC_NIM_COMMENTLINEDOC 4
|
||||||
|
#define wxSTC_NIM_NUMBER 5
|
||||||
|
#define wxSTC_NIM_STRING 6
|
||||||
|
#define wxSTC_NIM_CHARACTER 7
|
||||||
|
#define wxSTC_NIM_WORD 8
|
||||||
|
#define wxSTC_NIM_TRIPLE 9
|
||||||
|
#define wxSTC_NIM_TRIPLEDOUBLE 10
|
||||||
|
#define wxSTC_NIM_BACKTICKS 11
|
||||||
|
#define wxSTC_NIM_FUNCNAME 12
|
||||||
|
#define wxSTC_NIM_STRINGEOL 13
|
||||||
|
#define wxSTC_NIM_NUMERROR 14
|
||||||
|
#define wxSTC_NIM_OPERATOR 15
|
||||||
|
#define wxSTC_NIM_IDENTIFIER 16
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_CIL
|
||||||
|
#define wxSTC_CIL_DEFAULT 0
|
||||||
|
#define wxSTC_CIL_COMMENT 1
|
||||||
|
#define wxSTC_CIL_COMMENTLINE 2
|
||||||
|
#define wxSTC_CIL_WORD 3
|
||||||
|
#define wxSTC_CIL_WORD2 4
|
||||||
|
#define wxSTC_CIL_WORD3 5
|
||||||
|
#define wxSTC_CIL_STRING 6
|
||||||
|
#define wxSTC_CIL_LABEL 7
|
||||||
|
#define wxSTC_CIL_OPERATOR 8
|
||||||
|
#define wxSTC_CIL_IDENTIFIER 9
|
||||||
|
#define wxSTC_CIL_STRINGEOL 10
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_X12
|
||||||
|
#define wxSTC_X12_DEFAULT 0
|
||||||
|
#define wxSTC_X12_BAD 1
|
||||||
|
#define wxSTC_X12_ENVELOPE 2
|
||||||
|
#define wxSTC_X12_FUNCTIONGROUP 3
|
||||||
|
#define wxSTC_X12_TRANSACTIONSET 4
|
||||||
|
#define wxSTC_X12_SEGMENTHEADER 5
|
||||||
|
#define wxSTC_X12_SEGMENTEND 6
|
||||||
|
#define wxSTC_X12_SEP_ELEMENT 7
|
||||||
|
#define wxSTC_X12_SEP_SUBELEMENT 8
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_DATAFLEX
|
||||||
|
#define wxSTC_DF_DEFAULT 0
|
||||||
|
#define wxSTC_DF_IDENTIFIER 1
|
||||||
|
#define wxSTC_DF_METATAG 2
|
||||||
|
#define wxSTC_DF_IMAGE 3
|
||||||
|
#define wxSTC_DF_COMMENTLINE 4
|
||||||
|
#define wxSTC_DF_PREPROCESSOR 5
|
||||||
|
#define wxSTC_DF_PREPROCESSOR2 6
|
||||||
|
#define wxSTC_DF_NUMBER 7
|
||||||
|
#define wxSTC_DF_HEXNUMBER 8
|
||||||
|
#define wxSTC_DF_WORD 9
|
||||||
|
#define wxSTC_DF_STRING 10
|
||||||
|
#define wxSTC_DF_STRINGEOL 11
|
||||||
|
#define wxSTC_DF_SCOPEWORD 12
|
||||||
|
#define wxSTC_DF_OPERATOR 13
|
||||||
|
#define wxSTC_DF_ICODE 14
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_HOLLYWOOD
|
||||||
|
#define wxSTC_HOLLYWOOD_DEFAULT 0
|
||||||
|
#define wxSTC_HOLLYWOOD_COMMENT 1
|
||||||
|
#define wxSTC_HOLLYWOOD_COMMENTBLOCK 2
|
||||||
|
#define wxSTC_HOLLYWOOD_NUMBER 3
|
||||||
|
#define wxSTC_HOLLYWOOD_KEYWORD 4
|
||||||
|
#define wxSTC_HOLLYWOOD_STDAPI 5
|
||||||
|
#define wxSTC_HOLLYWOOD_PLUGINAPI 6
|
||||||
|
#define wxSTC_HOLLYWOOD_PLUGINMETHOD 7
|
||||||
|
#define wxSTC_HOLLYWOOD_STRING 8
|
||||||
|
#define wxSTC_HOLLYWOOD_STRINGBLOCK 9
|
||||||
|
#define wxSTC_HOLLYWOOD_PREPROCESSOR 10
|
||||||
|
#define wxSTC_HOLLYWOOD_OPERATOR 11
|
||||||
|
#define wxSTC_HOLLYWOOD_IDENTIFIER 12
|
||||||
|
#define wxSTC_HOLLYWOOD_CONSTANT 13
|
||||||
|
#define wxSTC_HOLLYWOOD_HEXNUMBER 14
|
||||||
|
|
||||||
|
/// Lexical states for SCLEX_RAKU
|
||||||
|
#define wxSTC_RAKU_DEFAULT 0
|
||||||
|
#define wxSTC_RAKU_ERROR 1
|
||||||
|
#define wxSTC_RAKU_COMMENTLINE 2
|
||||||
|
#define wxSTC_RAKU_COMMENTEMBED 3
|
||||||
|
#define wxSTC_RAKU_POD 4
|
||||||
|
#define wxSTC_RAKU_CHARACTER 5
|
||||||
|
#define wxSTC_RAKU_HEREDOC_Q 6
|
||||||
|
#define wxSTC_RAKU_HEREDOC_QQ 7
|
||||||
|
#define wxSTC_RAKU_STRING 8
|
||||||
|
#define wxSTC_RAKU_STRING_Q 9
|
||||||
|
#define wxSTC_RAKU_STRING_QQ 10
|
||||||
|
#define wxSTC_RAKU_STRING_Q_LANG 11
|
||||||
|
#define wxSTC_RAKU_STRING_VAR 12
|
||||||
|
#define wxSTC_RAKU_REGEX 13
|
||||||
|
#define wxSTC_RAKU_REGEX_VAR 14
|
||||||
|
#define wxSTC_RAKU_ADVERB 15
|
||||||
|
#define wxSTC_RAKU_NUMBER 16
|
||||||
|
#define wxSTC_RAKU_PREPROCESSOR 17
|
||||||
|
#define wxSTC_RAKU_OPERATOR 18
|
||||||
|
#define wxSTC_RAKU_WORD 19
|
||||||
|
#define wxSTC_RAKU_FUNCTION 20
|
||||||
|
#define wxSTC_RAKU_IDENTIFIER 21
|
||||||
|
#define wxSTC_RAKU_TYPEDEF 22
|
||||||
|
#define wxSTC_RAKU_MU 23
|
||||||
|
#define wxSTC_RAKU_POSITIONAL 24
|
||||||
|
#define wxSTC_RAKU_ASSOCIATIVE 25
|
||||||
|
#define wxSTC_RAKU_CALLABLE 26
|
||||||
|
#define wxSTC_RAKU_GRAMMAR 27
|
||||||
|
#define wxSTC_RAKU_CLASS 28
|
||||||
|
|
||||||
//}}}
|
//}}}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -3108,7 +3325,7 @@ public:
|
||||||
/**
|
/**
|
||||||
Search for a counted string in the target and set the target to the found
|
Search for a counted string in the target and set the target to the found
|
||||||
range. Text is counted so it can contain NULs.
|
range. Text is counted so it can contain NULs.
|
||||||
Returns length of range or -1 for failure in which case target is not moved.
|
Returns start of found range or -1 for failure in which case target is not moved.
|
||||||
*/
|
*/
|
||||||
int SearchInTarget(const wxString& text);
|
int SearchInTarget(const wxString& text);
|
||||||
|
|
||||||
|
|
@ -3431,7 +3648,7 @@ public:
|
||||||
wxString GetSelectedText();
|
wxString GetSelectedText();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Draw the selection in normal style or with selection highlighted.
|
Draw the selection either highlighted or in normal (non-highlighted) style.
|
||||||
*/
|
*/
|
||||||
void HideSelection(bool hide);
|
void HideSelection(bool hide);
|
||||||
|
|
||||||
|
|
@ -3659,7 +3876,7 @@ public:
|
||||||
/**
|
/**
|
||||||
Add a selection
|
Add a selection
|
||||||
*/
|
*/
|
||||||
int AddSelection(int caret, int anchor);
|
void AddSelection(int caret, int anchor);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Drop one selection
|
Drop one selection
|
||||||
|
|
@ -3795,7 +4012,7 @@ public:
|
||||||
int GetVirtualSpaceOptions() const;
|
int GetVirtualSpaceOptions() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
On GTK+, allow selecting the modifier key to use for mouse-based
|
On GTK, allow selecting the modifier key to use for mouse-based
|
||||||
rectangular selection. Often the window manager requires Alt+Mouse Drag
|
rectangular selection. Often the window manager requires Alt+Mouse Drag
|
||||||
for moving windows.
|
for moving windows.
|
||||||
Valid values are wxSTC_KEYMOD_CTRL (default), wxSTC_KEYMOD_ALT, or wxSTC_KEYMOD_SUPER.
|
Valid values are wxSTC_KEYMOD_CTRL (default), wxSTC_KEYMOD_ALT, or wxSTC_KEYMOD_SUPER.
|
||||||
|
|
@ -4996,6 +5213,16 @@ public:
|
||||||
*/
|
*/
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve marker handles of a line
|
||||||
|
*/
|
||||||
|
int MarkerHandleFromLine(int line, int which);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve marker number of a marker handle
|
||||||
|
*/
|
||||||
|
int MarkerNumberFromLine(int line, int which);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Is drawing done first into a buffer or direct to the screen?
|
Is drawing done first into a buffer or direct to the screen?
|
||||||
*/
|
*/
|
||||||
|
|
@ -5007,6 +5234,16 @@ public:
|
||||||
*/
|
*/
|
||||||
void SetBufferedDraw(bool buffered);
|
void SetBufferedDraw(bool buffered);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set the minimum visual width of a tab.
|
||||||
|
*/
|
||||||
|
void SetTabMinimumWidth(int pixels);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the minimum visual width of a tab.
|
||||||
|
*/
|
||||||
|
int GetTabMinimumWidth() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Set the code page used to interpret the bytes of the document as characters.
|
Set the code page used to interpret the bytes of the document as characters.
|
||||||
*/
|
*/
|
||||||
|
|
@ -5022,7 +5259,7 @@ public:
|
||||||
int GetIMEInteraction() const;
|
int GetIMEInteraction() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Choose to display the IME in a winow or inline.
|
Choose to display the IME in a window or inline.
|
||||||
|
|
||||||
The input should be one of the
|
The input should be one of the
|
||||||
@link wxStyledTextCtrl::wxSTC_IME_WINDOWED wxSTC_IME_* @endlink constants.
|
@link wxStyledTextCtrl::wxSTC_IME_WINDOWED wxSTC_IME_* @endlink constants.
|
||||||
|
|
@ -5030,11 +5267,73 @@ public:
|
||||||
*/
|
*/
|
||||||
void SetIMEInteraction(int imeInteraction);
|
void SetIMEInteraction(int imeInteraction);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set the number of characters to have directly indexed categories
|
||||||
|
*/
|
||||||
|
void SetCharacterCategoryOptimization(int countCharacters);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the number of characters to have directly indexed categories
|
||||||
|
*/
|
||||||
|
int GetCharacterCategoryOptimization() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve the caret line frame width.
|
||||||
|
Width = 0 means this option is disabled.
|
||||||
|
*/
|
||||||
|
int GetCaretLineFrame() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Display the caret line framed.
|
||||||
|
Set width != 0 to enable this option and width = 0 to disable it.
|
||||||
|
*/
|
||||||
|
void SetCaretLineFrame(int width);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Count code units between two positions.
|
||||||
|
*/
|
||||||
|
int CountCodeUnits(int start, int end);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get the code page used to interpret the bytes of the document as characters.
|
Get the code page used to interpret the bytes of the document as characters.
|
||||||
*/
|
*/
|
||||||
int GetCodePage() const;
|
int GetCodePage() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Sets the virtual space of the target start
|
||||||
|
*/
|
||||||
|
void SetTargetStartVirtualSpace(int space);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the virtual space of the target start
|
||||||
|
*/
|
||||||
|
int GetTargetStartVirtualSpace() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Sets the virtual space of the target end
|
||||||
|
*/
|
||||||
|
void SetTargetEndVirtualSpace(int space);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the virtual space of the target end
|
||||||
|
*/
|
||||||
|
int GetTargetEndVirtualSpace() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the style of fold display text.
|
||||||
|
*/
|
||||||
|
int FoldDisplayTextGetStyle() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set the default fold display text.
|
||||||
|
*/
|
||||||
|
void SetDefaultFoldDisplayText(const wxString& text);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the default fold display text.
|
||||||
|
*/
|
||||||
|
wxString GetDefaultFoldDisplayText() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the degree of caching of layout information.
|
Sets the degree of caching of layout information.
|
||||||
|
|
||||||
|
|
@ -5096,6 +5395,46 @@ public:
|
||||||
*/
|
*/
|
||||||
int GetFontQuality() const;
|
int GetFontQuality() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Enable or disable accessibility.
|
||||||
|
*/
|
||||||
|
void SetAccessibility(int accessibility);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Report accessibility status.
|
||||||
|
*/
|
||||||
|
int GetAccessibility() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Reverse order of selected lines.
|
||||||
|
*/
|
||||||
|
void LineReverse();
|
||||||
|
|
||||||
|
/**
|
||||||
|
Similar to BraceMatch, but matching starts at the explicit start position.
|
||||||
|
*/
|
||||||
|
int BraceMatchNext(int pos, int startPos);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get multi edge positions.
|
||||||
|
*/
|
||||||
|
int GetMultiEdgeColumn(int which) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get which document options are set.
|
||||||
|
*/
|
||||||
|
int GetDocumentOptions() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set whether command events are sent to the container.
|
||||||
|
*/
|
||||||
|
void SetCommandEvents(bool commandEvents);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get whether command events are sent to the container.
|
||||||
|
*/
|
||||||
|
bool GetCommandEvents() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Change internal focus flag.
|
Change internal focus flag.
|
||||||
*/
|
*/
|
||||||
|
|
@ -5106,6 +5445,28 @@ public:
|
||||||
*/
|
*/
|
||||||
bool GetSTCFocus() const;
|
bool GetSTCFocus() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Given a valid document position, return a position that differs in a number
|
||||||
|
of UTF-16 code units. Returned value is always between 0 and last position in document.
|
||||||
|
The result may point half way (2 bytes) inside a non-BMP character.
|
||||||
|
*/
|
||||||
|
int PositionRelativeCodeUnits(int pos, int relative);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get whether or not regular caret moves will extend or reduce the selection.
|
||||||
|
*/
|
||||||
|
bool GetMoveExtendsSelection() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns the virtual space at the start of the selection.
|
||||||
|
*/
|
||||||
|
int GetSelectionNStartVirtualSpace(int selection) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns the virtual space at the end of the selection.
|
||||||
|
*/
|
||||||
|
int GetSelectionNEndVirtualSpace(int selection) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Set the technology used.
|
Set the technology used.
|
||||||
|
|
||||||
|
|
@ -5124,6 +5485,74 @@ public:
|
||||||
*/
|
*/
|
||||||
int GetTechnology() const;
|
int GetTechnology() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set the end of line annotation text for a line
|
||||||
|
*/
|
||||||
|
void EOLAnnotationSetText(int line, const wxString& text);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the end of line annotation text for a line
|
||||||
|
*/
|
||||||
|
wxString EOLAnnotationGetText(int line) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set the style number for the end of line annotations for a line
|
||||||
|
*/
|
||||||
|
void EOLAnnotationSetStyle(int line, int style);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the style number for the end of line annotations for a line
|
||||||
|
*/
|
||||||
|
int EOLAnnotationGetStyle(int line) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Clear the end of annotations from all lines
|
||||||
|
*/
|
||||||
|
void EOLAnnotationClearAll();
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set the visibility for the end of line annotations for a view
|
||||||
|
*/
|
||||||
|
void EOLAnnotationSetVisible(int visible);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the visibility for the end of line annotations for a view
|
||||||
|
*/
|
||||||
|
int EOLAnnotationGetVisible() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the start of the range of style numbers used for end of line annotations
|
||||||
|
*/
|
||||||
|
void EOLAnnotationSetStyleOffset(int style);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the start of the range of style numbers used for end of line annotations
|
||||||
|
*/
|
||||||
|
int EOLAnnotationGetStyleOffset() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve the number of named styles for the lexer.
|
||||||
|
*/
|
||||||
|
int GetNamedStyles() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve the name of a style.
|
||||||
|
Result is NUL-terminated.
|
||||||
|
*/
|
||||||
|
wxString NameOfStyle(int style) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve a ' ' separated list of style tags like "literal quoted string".
|
||||||
|
Result is NUL-terminated.
|
||||||
|
*/
|
||||||
|
wxString TagsOfStyle(int style) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Retrieve a description of a style.
|
||||||
|
Result is NUL-terminated.
|
||||||
|
*/
|
||||||
|
wxString DescriptionOfStyle(int style) const;
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -5517,12 +5946,12 @@ public:
|
||||||
int GetIndicatorValue() const;
|
int GetIndicatorValue() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Turn an indicator on over a range.
|
Turn a indicator on over a range.
|
||||||
*/
|
*/
|
||||||
void IndicatorFillRange(int start, int lengthFill);
|
void IndicatorFillRange(int start, int lengthFill);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Turn an indicator off over a range.
|
Turn a indicator off over a range.
|
||||||
*/
|
*/
|
||||||
void IndicatorClearRange(int start, int lengthClear);
|
void IndicatorClearRange(int start, int lengthClear);
|
||||||
|
|
||||||
|
|
@ -5576,7 +6005,7 @@ public:
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Display an auto-completion list.
|
Display a auto-completion list.
|
||||||
The lengthEntered parameter indicates how many characters before
|
The lengthEntered parameter indicates how many characters before
|
||||||
the caret should be used to provide context.
|
the caret should be used to provide context.
|
||||||
*/
|
*/
|
||||||
|
|
@ -6637,7 +7066,7 @@ public:
|
||||||
void ToggleFoldShowText(int line, const wxString& text);
|
void ToggleFoldShowText(int line, const wxString& text);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Set the style of fold display text
|
Set the style of fold display text.
|
||||||
|
|
||||||
The input should be one of the
|
The input should be one of the
|
||||||
@link wxStyledTextCtrl::wxSTC_FOLDDISPLAYTEXT_HIDDEN wxSTC_FOLDDISPLAYTEXT_* @endlink constants.
|
@link wxStyledTextCtrl::wxSTC_FOLDDISPLAYTEXT_HIDDEN wxSTC_FOLDDISPLAYTEXT_* @endlink constants.
|
||||||
|
|
@ -7777,7 +8206,7 @@ public:
|
||||||
The position of the point to check, in window device coordinates.
|
The position of the point to check, in window device coordinates.
|
||||||
@param pos
|
@param pos
|
||||||
Receives the position of the character at the given position. May
|
Receives the position of the character at the given position. May
|
||||||
be @NULL.
|
be @nullptr.
|
||||||
|
|
||||||
@see PositionToXY(), XYToPosition()
|
@see PositionToXY(), XYToPosition()
|
||||||
*/
|
*/
|
||||||
|
|
@ -7803,10 +8232,10 @@ public:
|
||||||
The position of the point to check, in window device coordinates.
|
The position of the point to check, in window device coordinates.
|
||||||
@param col
|
@param col
|
||||||
Receives the column of the character at the given position. May be
|
Receives the column of the character at the given position. May be
|
||||||
@NULL.
|
@nullptr.
|
||||||
@param row
|
@param row
|
||||||
Receives the row of the character at the given position. May be
|
Receives the row of the character at the given position. May be
|
||||||
@NULL.
|
@nullptr.
|
||||||
|
|
||||||
@see PositionToXY(), XYToPosition()
|
@see PositionToXY(), XYToPosition()
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,7 @@
|
||||||
#include "wx/settings.h"
|
#include "wx/settings.h"
|
||||||
#endif // WX_PRECOMP
|
#endif // WX_PRECOMP
|
||||||
|
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
#include "wx/display.h"
|
#include "wx/display.h"
|
||||||
|
|
||||||
#include "wx/encconv.h"
|
#include "wx/encconv.h"
|
||||||
#include "wx/listctrl.h"
|
#include "wx/listctrl.h"
|
||||||
#include "wx/mstream.h"
|
#include "wx/mstream.h"
|
||||||
|
|
@ -42,9 +39,9 @@
|
||||||
#endif
|
#endif
|
||||||
#if wxUSE_GRAPHICS_CONTEXT
|
#if wxUSE_GRAPHICS_CONTEXT
|
||||||
#include "wx/dcgraph.h"
|
#include "wx/dcgraph.h"
|
||||||
|
#include "wx/graphics.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Platform.h"
|
|
||||||
#include "PlatWX.h"
|
#include "PlatWX.h"
|
||||||
#include "wx/stc/stc.h"
|
#include "wx/stc/stc.h"
|
||||||
#include "wx/stc/private.h"
|
#include "wx/stc/private.h"
|
||||||
|
|
@ -56,7 +53,6 @@
|
||||||
#ifdef HAVE_DIRECTWRITE_TECHNOLOGY
|
#ifdef HAVE_DIRECTWRITE_TECHNOLOGY
|
||||||
#include "ScintillaWX.h"
|
#include "ScintillaWX.h"
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include "wx/dcscreen.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WXGTK__) && wxSTC_POPUP_IS_FRAME
|
#if defined(__WXGTK__) && wxSTC_POPUP_IS_FRAME
|
||||||
|
|
@ -67,10 +63,6 @@
|
||||||
#include "PlatWXcocoa.h"
|
#include "PlatWXcocoa.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Point Point::FromLong(long lpoint) {
|
|
||||||
return Point(lpoint & 0xFFFF, lpoint >> 16);
|
|
||||||
}
|
|
||||||
|
|
||||||
wxRect wxRectFromPRectangle(PRectangle prc) {
|
wxRect wxRectFromPRectangle(PRectangle prc) {
|
||||||
wxRect r(wxRound(prc.left), wxRound(prc.top),
|
wxRect r(wxRound(prc.left), wxRound(prc.top),
|
||||||
wxRound(prc.Width()), wxRound(prc.Height()));
|
wxRound(prc.Width()), wxRound(prc.Height()));
|
||||||
|
|
@ -82,22 +74,21 @@ PRectangle PRectangleFromwxRect(wxRect rc) {
|
||||||
rc.GetRight()+1, rc.GetBottom()+1);
|
rc.GetRight()+1, rc.GetBottom()+1);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxColour wxColourFromCD(ColourDesired& cd) {
|
wxColour wxColourFromCD(ColourDesired const& cd) {
|
||||||
return wxColour((unsigned char)cd.GetRed(),
|
return wxColour(cd.GetRed(), cd.GetGreen(), cd.GetBlue());
|
||||||
(unsigned char)cd.GetGreen(),
|
|
||||||
(unsigned char)cd.GetBlue());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wxColour wxColourFromCDandAlpha(ColourDesired& cd, int alpha) {
|
wxColour wxColourFromCDandAlpha(ColourDesired const& cd, int alpha) {
|
||||||
return wxColour((unsigned char)cd.GetRed(),
|
return wxColour(cd.GetRed(), cd.GetGreen(), cd.GetBlue(), alpha);
|
||||||
(unsigned char)cd.GetGreen(),
|
}
|
||||||
(unsigned char)cd.GetBlue(),
|
|
||||||
(unsigned char)alpha);
|
wxColour wxColourFromCA(ColourAlpha const& cd) {
|
||||||
|
return wxColour(cd.GetRed(), cd.GetGreen(), cd.GetBlue(), cd.GetAlpha());
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
namespace
|
namespace Scintilla
|
||||||
{
|
{
|
||||||
|
|
||||||
inline wxWindow* GETWIN(WindowID id) { return (wxWindow*)id; }
|
inline wxWindow* GETWIN(WindowID id) { return (wxWindow*)id; }
|
||||||
|
|
@ -144,9 +135,8 @@ int GetAscent(Font& f)
|
||||||
return wxFontWithAscent::FromFID(f.GetID())->GetAscent();
|
return wxFontWithAscent::FromFID(f.GetID())->GetAscent();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // anonymous namespace
|
|
||||||
|
|
||||||
Font::Font() {
|
Font::Font() noexcept {
|
||||||
fid = nullptr;
|
fid = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -224,13 +214,15 @@ public:
|
||||||
virtual int DeviceHeightFont(int points) override;
|
virtual int DeviceHeightFont(int points) override;
|
||||||
virtual void MoveTo(int x_, int y_) override;
|
virtual void MoveTo(int x_, int y_) override;
|
||||||
virtual void LineTo(int x_, int y_) override;
|
virtual void LineTo(int x_, int y_) override;
|
||||||
virtual void Polygon(Point *pts, int npts, ColourDesired fore, ColourDesired back) override;
|
virtual void Polygon(Point *pts, size_t npts, ColourDesired fore, ColourDesired back) override;
|
||||||
virtual void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) override;
|
virtual void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) override;
|
||||||
virtual void FillRectangle(PRectangle rc, ColourDesired back) override;
|
virtual void FillRectangle(PRectangle rc, ColourDesired back) override;
|
||||||
virtual void FillRectangle(PRectangle rc, Surface &surfacePattern) override;
|
virtual void FillRectangle(PRectangle rc, Surface &surfacePattern) override;
|
||||||
virtual void RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back) override;
|
virtual void RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back) override;
|
||||||
virtual void AlphaRectangle(PRectangle rc, int cornerSize, ColourDesired fill, int alphaFill,
|
virtual void AlphaRectangle(PRectangle rc, int cornerSize, ColourDesired fill, int alphaFill,
|
||||||
ColourDesired outline, int alphaOutline, int flags) override;
|
ColourDesired outline, int alphaOutline, int flags) override;
|
||||||
|
virtual void GradientRectangle(PRectangle rc, const std::vector<ColourStop> &stops,
|
||||||
|
GradientOptions options) override;
|
||||||
virtual void DrawRGBAImage(PRectangle rc, int width, int height,
|
virtual void DrawRGBAImage(PRectangle rc, int width, int height,
|
||||||
const unsigned char *pixelsImage) override;
|
const unsigned char *pixelsImage) override;
|
||||||
virtual void Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back) override;
|
virtual void Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back) override;
|
||||||
|
|
@ -241,11 +233,9 @@ public:
|
||||||
virtual void DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore) override;
|
virtual void DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore) override;
|
||||||
virtual void MeasureWidths(Font &font_, const char *s, int len, XYPOSITION *positions) override;
|
virtual void MeasureWidths(Font &font_, const char *s, int len, XYPOSITION *positions) override;
|
||||||
virtual XYPOSITION WidthText(Font &font_, const char *s, int len) override;
|
virtual XYPOSITION WidthText(Font &font_, const char *s, int len) override;
|
||||||
virtual XYPOSITION WidthChar(Font &font_, char ch) override;
|
|
||||||
virtual XYPOSITION Ascent(Font &font_) override;
|
virtual XYPOSITION Ascent(Font &font_) override;
|
||||||
virtual XYPOSITION Descent(Font &font_) override;
|
virtual XYPOSITION Descent(Font &font_) override;
|
||||||
virtual XYPOSITION InternalLeading(Font &font_) override;
|
virtual XYPOSITION InternalLeading(Font &font_) override;
|
||||||
virtual XYPOSITION ExternalLeading(Font &font_) override;
|
|
||||||
virtual XYPOSITION Height(Font &font_) override;
|
virtual XYPOSITION Height(Font &font_) override;
|
||||||
virtual XYPOSITION AverageCharWidth(Font &font_) override;
|
virtual XYPOSITION AverageCharWidth(Font &font_) override;
|
||||||
|
|
||||||
|
|
@ -355,12 +345,12 @@ void SurfaceImpl::LineTo(int x_, int y_) {
|
||||||
y = y_;
|
y = y_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SurfaceImpl::Polygon(Point *pts, int npts, ColourDesired fore, ColourDesired back) {
|
void SurfaceImpl::Polygon(Point *pts, size_t npts, ColourDesired fore, ColourDesired back) {
|
||||||
PenColour(fore);
|
PenColour(fore);
|
||||||
BrushColour(back);
|
BrushColour(back);
|
||||||
wxPoint *p = new wxPoint[npts];
|
wxPoint *p = new wxPoint[npts];
|
||||||
|
|
||||||
for (int i=0; i<npts; i++) {
|
for (size_t i=0; i<npts; i++) {
|
||||||
p[i].x = wxRound(pts[i].x);
|
p[i].x = wxRound(pts[i].x);
|
||||||
p[i].y = wxRound(pts[i].y);
|
p[i].y = wxRound(pts[i].y);
|
||||||
}
|
}
|
||||||
|
|
@ -432,7 +422,7 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
|
||||||
wxAlphaPixelData pixData(bmp);
|
wxAlphaPixelData pixData(bmp);
|
||||||
|
|
||||||
// Set the fill pixels
|
// Set the fill pixels
|
||||||
ColourDesired cdf(fill.AsLong());
|
ColourDesired cdf(fill.AsInteger());
|
||||||
int red = cdf.GetRed();
|
int red = cdf.GetRed();
|
||||||
int green = cdf.GetGreen();
|
int green = cdf.GetGreen();
|
||||||
int blue = cdf.GetBlue();
|
int blue = cdf.GetBlue();
|
||||||
|
|
@ -450,7 +440,7 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the outline pixels
|
// Set the outline pixels
|
||||||
ColourDesired cdo(outline.AsLong());
|
ColourDesired cdo(outline.AsInteger());
|
||||||
red = cdo.GetRed();
|
red = cdo.GetRed();
|
||||||
green = cdo.GetGreen();
|
green = cdo.GetGreen();
|
||||||
blue = cdo.GetBlue();
|
blue = cdo.GetBlue();
|
||||||
|
|
@ -493,6 +483,59 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SurfaceImpl::GradientRectangle(PRectangle rc,
|
||||||
|
const std::vector<ColourStop>& stops,
|
||||||
|
GradientOptions options)
|
||||||
|
{
|
||||||
|
#if wxUSE_GRAPHICS_CONTEXT
|
||||||
|
wxGraphicsGradientStops gradientStops;
|
||||||
|
for ( size_t i = 0; i < stops.size(); ++i )
|
||||||
|
{
|
||||||
|
if ( i == 0 )
|
||||||
|
gradientStops.SetStartColour(wxColourFromCA(stops[i].colour));
|
||||||
|
else if ( i == stops.size() - 1 )
|
||||||
|
gradientStops.SetEndColour(wxColourFromCA(stops[i].colour));
|
||||||
|
else
|
||||||
|
gradientStops.Add(wxColourFromCA(stops[i].colour), stops[i].position);
|
||||||
|
}
|
||||||
|
|
||||||
|
wxPoint ep;
|
||||||
|
switch ( options )
|
||||||
|
{
|
||||||
|
case GradientOptions::leftToRight:
|
||||||
|
ep = wxPoint(rc.right, rc.top);
|
||||||
|
break;
|
||||||
|
case GradientOptions::topToBottom:
|
||||||
|
default:
|
||||||
|
ep = wxPoint(rc.left, rc.bottom);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
wxGCDC dc(*(wxMemoryDC*)hdc);
|
||||||
|
wxGraphicsContext* gc = dc.GetGraphicsContext();
|
||||||
|
gc->SetBrush(gc->CreateLinearGradientBrush(rc.left, rc.top, ep.x, ep.y, gradientStops));
|
||||||
|
gc->DrawRectangle(rc.left, rc.top, rc.Width(), rc.Height());
|
||||||
|
#else
|
||||||
|
// limited implementation that only uses the first and last stop
|
||||||
|
wxDirection dir;
|
||||||
|
switch ( options )
|
||||||
|
{
|
||||||
|
case GradientOptions::leftToRight:
|
||||||
|
dir = wxEAST;
|
||||||
|
break;
|
||||||
|
case GradientOptions::topToBottom:
|
||||||
|
default:
|
||||||
|
dir = wxSOUTH;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
hdc->GradientFillLinear(wxRectFromPRectangle(rc),
|
||||||
|
wxColourFromCA(stops[0].colour),
|
||||||
|
wxColourFromCA(stops[stops.size() - 1].colour),
|
||||||
|
dir);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef wxHAS_RAW_BITMAP
|
#ifdef wxHAS_RAW_BITMAP
|
||||||
wxBitmap BitmapFromRGBAImage(int width, int height, const unsigned char *pixelsImage)
|
wxBitmap BitmapFromRGBAImage(int width, int height, const unsigned char *pixelsImage)
|
||||||
{
|
{
|
||||||
|
|
@ -662,17 +705,6 @@ XYPOSITION SurfaceImpl::WidthText(Font &font, const char *s, int len) {
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
XYPOSITION SurfaceImpl::WidthChar(Font &font, char ch) {
|
|
||||||
SetFont(font);
|
|
||||||
int w;
|
|
||||||
int h;
|
|
||||||
char s[2] = { ch, 0 };
|
|
||||||
|
|
||||||
hdc->GetTextExtent(stc2wx(s, 1), &w, &h);
|
|
||||||
return w;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define EXTENT_TEST wxT(" `~!@#$%^&*()-_=+\\|[]{};:\"\'<,>.?/1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
#define EXTENT_TEST wxT(" `~!@#$%^&*()-_=+\\|[]{};:\"\'<,>.?/1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
||||||
|
|
||||||
XYPOSITION SurfaceImpl::Ascent(Font &font) {
|
XYPOSITION SurfaceImpl::Ascent(Font &font) {
|
||||||
|
|
@ -695,13 +727,6 @@ XYPOSITION SurfaceImpl::InternalLeading(Font &WXUNUSED(font)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
XYPOSITION SurfaceImpl::ExternalLeading(Font &font) {
|
|
||||||
SetFont(font);
|
|
||||||
int w, h, d, e;
|
|
||||||
hdc->GetTextExtent(EXTENT_TEST, &w, &h, &d, &e);
|
|
||||||
return e;
|
|
||||||
}
|
|
||||||
|
|
||||||
XYPOSITION SurfaceImpl::Height(Font &font) {
|
XYPOSITION SurfaceImpl::Height(Font &font) {
|
||||||
SetFont(font);
|
SetFont(font);
|
||||||
return hdc->GetCharHeight() + 1;
|
return hdc->GetCharHeight() + 1;
|
||||||
|
|
@ -727,6 +752,9 @@ void SurfaceImpl::SetDBCSMode(int WXUNUSED(codePage)) {
|
||||||
// dbcsMode = codePage == SC_CP_DBCS;
|
// dbcsMode = codePage == SC_CP_DBCS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace scintilla
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_DIRECTWRITE_TECHNOLOGY
|
#ifdef HAVE_DIRECTWRITE_TECHNOLOGY
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
@ -947,7 +975,7 @@ public:
|
||||||
virtual int DeviceHeightFont(int points) override;
|
virtual int DeviceHeightFont(int points) override;
|
||||||
virtual void MoveTo(int x_, int y_) override;
|
virtual void MoveTo(int x_, int y_) override;
|
||||||
virtual void LineTo(int x_, int y_) override;
|
virtual void LineTo(int x_, int y_) override;
|
||||||
virtual void Polygon(Point *pts, int npts, ColourDesired fore,
|
virtual void Polygon(Point *pts, size_t npts, ColourDesired fore,
|
||||||
ColourDesired back) override;
|
ColourDesired back) override;
|
||||||
virtual void RectangleDraw(PRectangle rc, ColourDesired fore,
|
virtual void RectangleDraw(PRectangle rc, ColourDesired fore,
|
||||||
ColourDesired back) override;
|
ColourDesired back) override;
|
||||||
|
|
@ -959,6 +987,8 @@ public:
|
||||||
ColourDesired fill, int alphaFill,
|
ColourDesired fill, int alphaFill,
|
||||||
ColourDesired outline, int alphaOutline,
|
ColourDesired outline, int alphaOutline,
|
||||||
int flags) override;
|
int flags) override;
|
||||||
|
virtual void GradientRectangle(PRectangle rc, const std::vector<ColourStop> &stops,
|
||||||
|
GradientOptions options) override;
|
||||||
virtual void DrawRGBAImage(PRectangle rc, int width, int height,
|
virtual void DrawRGBAImage(PRectangle rc, int width, int height,
|
||||||
const unsigned char *pixelsImage) override;
|
const unsigned char *pixelsImage) override;
|
||||||
virtual void Ellipse(PRectangle rc, ColourDesired fore,
|
virtual void Ellipse(PRectangle rc, ColourDesired fore,
|
||||||
|
|
@ -977,11 +1007,9 @@ public:
|
||||||
virtual void MeasureWidths(Font &font_, const char *s, int len,
|
virtual void MeasureWidths(Font &font_, const char *s, int len,
|
||||||
XYPOSITION *positions) override;
|
XYPOSITION *positions) override;
|
||||||
virtual XYPOSITION WidthText(Font &font_, const char *s, int len) override;
|
virtual XYPOSITION WidthText(Font &font_, const char *s, int len) override;
|
||||||
virtual XYPOSITION WidthChar(Font &font_, char ch) override;
|
|
||||||
virtual XYPOSITION Ascent(Font &font_) override;
|
virtual XYPOSITION Ascent(Font &font_) override;
|
||||||
virtual XYPOSITION Descent(Font &font_) override;
|
virtual XYPOSITION Descent(Font &font_) override;
|
||||||
virtual XYPOSITION InternalLeading(Font &font_) override;
|
virtual XYPOSITION InternalLeading(Font &font_) override;
|
||||||
virtual XYPOSITION ExternalLeading(Font &font_) override;
|
|
||||||
virtual XYPOSITION Height(Font &font_) override;
|
virtual XYPOSITION Height(Font &font_) override;
|
||||||
virtual XYPOSITION AverageCharWidth(Font &font_) override;
|
virtual XYPOSITION AverageCharWidth(Font &font_) override;
|
||||||
|
|
||||||
|
|
@ -1204,10 +1232,10 @@ void SurfaceD2D::LineTo(int x_, int y_)
|
||||||
// Horizontal or vertical lines can be more precisely drawn as a
|
// Horizontal or vertical lines can be more precisely drawn as a
|
||||||
// filled rectangle
|
// filled rectangle
|
||||||
int xEnd = x_ - xDelta;
|
int xEnd = x_ - xDelta;
|
||||||
int left = Platform::Minimum(m_x, xEnd);
|
int left = wxMin(m_x, xEnd);
|
||||||
int width = abs(m_x - xEnd) + 1;
|
int width = abs(m_x - xEnd) + 1;
|
||||||
int yEnd = y_ - yDelta;
|
int yEnd = y_ - yDelta;
|
||||||
int top = Platform::Minimum(m_y, yEnd);
|
int top = wxMin(m_y, yEnd);
|
||||||
int height = abs(m_y - yEnd) + 1;
|
int height = abs(m_y - yEnd) + 1;
|
||||||
D2D1_RECT_F rectangle1 = D2D1::RectF(static_cast<float>(left),
|
D2D1_RECT_F rectangle1 = D2D1::RectF(static_cast<float>(left),
|
||||||
static_cast<float>(top), static_cast<float>(left + width),
|
static_cast<float>(top), static_cast<float>(left + width),
|
||||||
|
|
@ -1231,7 +1259,7 @@ void SurfaceD2D::LineTo(int x_, int y_)
|
||||||
m_y = y_;
|
m_y = y_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SurfaceD2D::Polygon(Point *pts, int npts, ColourDesired fore,
|
void SurfaceD2D::Polygon(Point *pts, size_t npts, ColourDesired fore,
|
||||||
ColourDesired back)
|
ColourDesired back)
|
||||||
{
|
{
|
||||||
wxCHECK( Initialised(), void() );
|
wxCHECK( Initialised(), void() );
|
||||||
|
|
@ -1252,7 +1280,7 @@ void SurfaceD2D::Polygon(Point *pts, int npts, ColourDesired fore,
|
||||||
{
|
{
|
||||||
sink->BeginFigure(D2D1::Point2F(pts[0].x + 0.5f, pts[0].y + 0.5f),
|
sink->BeginFigure(D2D1::Point2F(pts[0].x + 0.5f, pts[0].y + 0.5f),
|
||||||
D2D1_FIGURE_BEGIN_FILLED);
|
D2D1_FIGURE_BEGIN_FILLED);
|
||||||
for ( size_t i = 1; i < static_cast<size_t>(npts); i++ )
|
for ( size_t i = 1; i < npts; i++ )
|
||||||
{
|
{
|
||||||
sink->AddLine(D2D1::Point2F(pts[i].x + 0.5f, pts[i].y + 0.5f));
|
sink->AddLine(D2D1::Point2F(pts[i].x + 0.5f, pts[i].y + 0.5f));
|
||||||
}
|
}
|
||||||
|
|
@ -1387,6 +1415,62 @@ void SurfaceD2D::AlphaRectangle(PRectangle rc, int cornerSize,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace {
|
||||||
|
|
||||||
|
D2D_COLOR_F ColorFromColourAlpha(ColourAlpha colour) noexcept {
|
||||||
|
D2D_COLOR_F col;
|
||||||
|
col.r = colour.GetRedComponent();
|
||||||
|
col.g = colour.GetGreenComponent();
|
||||||
|
col.b = colour.GetBlueComponent();
|
||||||
|
col.a = colour.GetAlphaComponent();
|
||||||
|
return col;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void SurfaceD2D::GradientRectangle(PRectangle rc,
|
||||||
|
const std::vector<ColourStop>& stops,
|
||||||
|
GradientOptions options)
|
||||||
|
{
|
||||||
|
wxCHECK(Initialised(), void());
|
||||||
|
|
||||||
|
D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES lgbp;
|
||||||
|
lgbp.startPoint = D2D1::Point2F(rc.left, rc.top);
|
||||||
|
switch ( options )
|
||||||
|
{
|
||||||
|
case GradientOptions::leftToRight:
|
||||||
|
lgbp.endPoint = D2D1::Point2F(rc.right, rc.top);
|
||||||
|
break;
|
||||||
|
case GradientOptions::topToBottom:
|
||||||
|
default:
|
||||||
|
lgbp.endPoint = D2D1::Point2F(rc.left, rc.bottom);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::vector<D2D1_GRADIENT_STOP> gradientStops;
|
||||||
|
for ( const ColourStop &stop : stops )
|
||||||
|
{
|
||||||
|
gradientStops.push_back({ stop.position, ColorFromColourAlpha(stop.colour) });
|
||||||
|
}
|
||||||
|
ID2D1GradientStopCollection *pGradientStops = nullptr;
|
||||||
|
HRESULT hr = m_pRenderTarget->CreateGradientStopCollection(
|
||||||
|
gradientStops.data(), static_cast<UINT32>(gradientStops.size()), &pGradientStops);
|
||||||
|
if ( FAILED(hr) || !pGradientStops )
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ID2D1LinearGradientBrush *pBrushLinear = nullptr;
|
||||||
|
hr = m_pRenderTarget->CreateLinearGradientBrush(
|
||||||
|
lgbp, pGradientStops, &pBrushLinear);
|
||||||
|
if ( SUCCEEDED(hr) && pBrushLinear )
|
||||||
|
{
|
||||||
|
const D2D1_RECT_F rectangle = D2D1::RectF(round(rc.left), rc.top, round(rc.right), rc.bottom);
|
||||||
|
m_pRenderTarget->FillRectangle(&rectangle, pBrushLinear);
|
||||||
|
pBrushLinear->Release();
|
||||||
|
}
|
||||||
|
pGradientStops->Release();
|
||||||
|
}
|
||||||
|
|
||||||
void SurfaceD2D::DrawRGBAImage(PRectangle rc, int width, int height,
|
void SurfaceD2D::DrawRGBAImage(PRectangle rc, int width, int height,
|
||||||
const unsigned char *pixelsImage)
|
const unsigned char *pixelsImage)
|
||||||
{
|
{
|
||||||
|
|
@ -1636,27 +1720,6 @@ void SurfaceD2D::MeasureWidths(Font &font_, const char *s, int len,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
XYPOSITION SurfaceD2D::WidthChar(Font &font_, char ch)
|
|
||||||
{
|
|
||||||
FLOAT width = 1.0;
|
|
||||||
SetFont(font_);
|
|
||||||
if ( m_pDWriteFactory.get() && m_pTextFormat.get() )
|
|
||||||
{
|
|
||||||
wxCOMPtr<IDWriteTextLayout> pTextLayout;
|
|
||||||
const WCHAR wch = ch;
|
|
||||||
HRESULT hr = m_pDWriteFactory->CreateTextLayout(&wch, 1, m_pTextFormat,
|
|
||||||
1000.0, 1000.0, &pTextLayout);
|
|
||||||
|
|
||||||
if ( SUCCEEDED(hr) )
|
|
||||||
{
|
|
||||||
DWRITE_TEXT_METRICS textMetrics;
|
|
||||||
if (SUCCEEDED(pTextLayout->GetMetrics(&textMetrics)))
|
|
||||||
width = textMetrics.widthIncludingTrailingWhitespace;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return width;
|
|
||||||
}
|
|
||||||
|
|
||||||
XYPOSITION SurfaceD2D::Ascent(Font &font_)
|
XYPOSITION SurfaceD2D::Ascent(Font &font_)
|
||||||
{
|
{
|
||||||
SetFont(font_);
|
SetFont(font_);
|
||||||
|
|
@ -1675,12 +1738,6 @@ XYPOSITION SurfaceD2D::InternalLeading(Font &font_)
|
||||||
return floor(m_yInternalLeading);
|
return floor(m_yInternalLeading);
|
||||||
}
|
}
|
||||||
|
|
||||||
XYPOSITION SurfaceD2D::ExternalLeading(Font &)
|
|
||||||
{
|
|
||||||
// Not implemented, always return one
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
XYPOSITION SurfaceD2D::Height(Font &font_)
|
XYPOSITION SurfaceD2D::Height(Font &font_)
|
||||||
{
|
{
|
||||||
return Ascent(font_) + Descent(font_);
|
return Ascent(font_) + Descent(font_);
|
||||||
|
|
@ -1769,9 +1826,9 @@ void SurfaceD2D::D2DPenColour(ColourDesired fore, int alpha)
|
||||||
wxCHECK( Initialised(), void() );
|
wxCHECK( Initialised(), void() );
|
||||||
|
|
||||||
D2D_COLOR_F col;
|
D2D_COLOR_F col;
|
||||||
col.r = (fore.AsLong() & 0xff) / 255.0f;
|
col.r = (fore.AsInteger() & 0xff) / 255.0f;
|
||||||
col.g = ((fore.AsLong() & 0xff00) >> 8) / 255.0f;
|
col.g = ((fore.AsInteger() & 0xff00) >> 8) / 255.0f;
|
||||||
col.b = (fore.AsLong() >> 16) / 255.0f;
|
col.b = (fore.AsInteger() >> 16) / 255.0f;
|
||||||
col.a = alpha / 255.0f;
|
col.a = alpha / 255.0f;
|
||||||
if ( m_pSolidBrush.get() )
|
if ( m_pSolidBrush.get() )
|
||||||
{
|
{
|
||||||
|
|
@ -1827,6 +1884,8 @@ void SurfaceD2D::DrawTextCommon(PRectangle rc, Font &font_, XYPOSITION ybase,
|
||||||
|
|
||||||
#endif // HAVE_DIRECTWRITE_TECHNOLOGY
|
#endif // HAVE_DIRECTWRITE_TECHNOLOGY
|
||||||
|
|
||||||
|
namespace Scintilla {
|
||||||
|
|
||||||
Surface *Surface::Allocate(int technology) {
|
Surface *Surface::Allocate(int technology) {
|
||||||
wxUnusedVar(technology);
|
wxUnusedVar(technology);
|
||||||
|
|
||||||
|
|
@ -1853,11 +1912,8 @@ void Window::Destroy() {
|
||||||
wid = nullptr;
|
wid = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Window::HasFocus() {
|
|
||||||
return wxWindow::FindFocus() == GETWIN(wid);
|
|
||||||
}
|
|
||||||
|
|
||||||
PRectangle Window::GetPosition() {
|
PRectangle Window::GetPosition() const {
|
||||||
if (! wid) return PRectangle();
|
if (! wid) return PRectangle();
|
||||||
wxRect rc(GETWIN(wid)->GetPosition(), GETWIN(wid)->GetSize());
|
wxRect rc(GETWIN(wid)->GetPosition(), GETWIN(wid)->GetSize());
|
||||||
return PRectangleFromwxRect(rc);
|
return PRectangleFromwxRect(rc);
|
||||||
|
|
@ -1868,8 +1924,8 @@ void Window::SetPosition(PRectangle rc) {
|
||||||
GETWIN(wid)->SetSize(r);
|
GETWIN(wid)->SetSize(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::SetPositionRelative(PRectangle rc, Window relativeTo) {
|
void Window::SetPositionRelative(PRectangle rc, const Window *relativeTo) {
|
||||||
wxWindow *relativeWin = GETWIN(relativeTo.wid);
|
wxWindow *relativeWin = GETWIN(relativeTo->wid);
|
||||||
|
|
||||||
wxPoint position = relativeWin->GetScreenPosition();
|
wxPoint position = relativeWin->GetScreenPosition();
|
||||||
position.x = wxRound(position.x + rc.left);
|
position.x = wxRound(position.x + rc.left);
|
||||||
|
|
@ -1897,7 +1953,7 @@ void Window::SetPositionRelative(PRectangle rc, Window relativeTo) {
|
||||||
window->SetSize(position.x, position.y, width, height);
|
window->SetSize(position.x, position.y, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
PRectangle Window::GetClientPosition() {
|
PRectangle Window::GetClientPosition() const {
|
||||||
if (! wid) return PRectangle();
|
if (! wid) return PRectangle();
|
||||||
wxSize sz = GETWIN(wid)->GetClientSize();
|
wxSize sz = GETWIN(wid)->GetClientSize();
|
||||||
return PRectangle(0, 0, sz.x, sz.y);
|
return PRectangle(0, 0, sz.x, sz.y);
|
||||||
|
|
@ -1962,11 +2018,6 @@ void Window::SetCursor(Cursor curs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Window::SetTitle(const char *s) {
|
|
||||||
GETWIN(wid)->SetLabel(stc2wx(s));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Returns rectangle of monitor pt is on
|
// Returns rectangle of monitor pt is on
|
||||||
PRectangle Window::GetMonitorRect(Point pt) {
|
PRectangle Window::GetMonitorRect(Point pt) {
|
||||||
if (! wid) return PRectangle();
|
if (! wid) return PRectangle();
|
||||||
|
|
@ -1976,6 +2027,7 @@ PRectangle Window::GetMonitorRect(Point pt) {
|
||||||
return PRectangleFromwxRect(dpy.GetGeometry());
|
return PRectangleFromwxRect(dpy.GetGeometry());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace Scintilla
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
// wxSTCPopupBase and wxSTCPopupWindow
|
// wxSTCPopupBase and wxSTCPopupWindow
|
||||||
|
|
@ -2336,12 +2388,6 @@ public:
|
||||||
const wxColour& GetCurrentBgColour() const;
|
const wxColour& GetCurrentBgColour() const;
|
||||||
const wxColour& GetCurrentTextColour() const;
|
const wxColour& GetCurrentTextColour() const;
|
||||||
|
|
||||||
// Data needed for SELECTION_CHANGE event
|
|
||||||
void SetSciListData(int*, int*, int*);
|
|
||||||
int GetListType() const;
|
|
||||||
int GetPosStart() const;
|
|
||||||
int GetStartLen() const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
WX_DECLARE_HASH_MAP(int, wxBitmap, wxIntegerHash, wxIntegerEqual, ImgList);
|
WX_DECLARE_HASH_MAP(int, wxBitmap, wxIntegerHash, wxIntegerEqual, ImgList);
|
||||||
|
|
||||||
|
|
@ -2364,10 +2410,6 @@ private:
|
||||||
wxColour m_currentTextColour;
|
wxColour m_currentTextColour;
|
||||||
bool m_useDefaultCurrentBgColour;
|
bool m_useDefaultCurrentBgColour;
|
||||||
bool m_useDefaultCurrentTextColour;
|
bool m_useDefaultCurrentTextColour;
|
||||||
|
|
||||||
int* m_listType;
|
|
||||||
int* m_posStart;
|
|
||||||
int* m_startLen;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wxSTCListBoxVisualData::wxSTCListBoxVisualData(int d):m_desiredVisibleRows(d),
|
wxSTCListBoxVisualData::wxSTCListBoxVisualData(int d):m_desiredVisibleRows(d),
|
||||||
|
|
@ -2377,8 +2419,7 @@ wxSTCListBoxVisualData::wxSTCListBoxVisualData(int d):m_desiredVisibleRows(d),
|
||||||
m_useDefaultHighlightTextColour(true),
|
m_useDefaultHighlightTextColour(true),
|
||||||
m_hasListCtrlAppearance(true),
|
m_hasListCtrlAppearance(true),
|
||||||
m_useDefaultCurrentBgColour(true),
|
m_useDefaultCurrentBgColour(true),
|
||||||
m_useDefaultCurrentTextColour(true),
|
m_useDefaultCurrentTextColour(true)
|
||||||
m_listType(nullptr), m_posStart(nullptr), m_startLen(nullptr)
|
|
||||||
{
|
{
|
||||||
ComputeColours();
|
ComputeColours();
|
||||||
}
|
}
|
||||||
|
|
@ -2611,28 +2652,6 @@ const wxColour& wxSTCListBoxVisualData::GetCurrentTextColour() const
|
||||||
return m_currentTextColour;
|
return m_currentTextColour;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBoxVisualData::SetSciListData(int* type, int* pos, int* len)
|
|
||||||
{
|
|
||||||
m_listType = type;
|
|
||||||
m_posStart = pos;
|
|
||||||
m_startLen = len;
|
|
||||||
}
|
|
||||||
|
|
||||||
int wxSTCListBoxVisualData::GetListType() const
|
|
||||||
{
|
|
||||||
return (m_listType?*m_listType:0);
|
|
||||||
}
|
|
||||||
|
|
||||||
int wxSTCListBoxVisualData::GetPosStart() const
|
|
||||||
{
|
|
||||||
return (m_posStart?*m_posStart:0);
|
|
||||||
}
|
|
||||||
|
|
||||||
int wxSTCListBoxVisualData::GetStartLen() const
|
|
||||||
{
|
|
||||||
return (m_startLen?*m_startLen:0);
|
|
||||||
}
|
|
||||||
|
|
||||||
// The class is intended to look like a standard listbox (with an optional
|
// The class is intended to look like a standard listbox (with an optional
|
||||||
// icon). However, it needs to look like it has focus even when it doesn't.
|
// icon). However, it needs to look like it has focus even when it doesn't.
|
||||||
class wxSTCListBox : public wxSystemThemedControl<wxVListBox>
|
class wxSTCListBox : public wxSystemThemedControl<wxVListBox>
|
||||||
|
|
@ -2657,13 +2676,12 @@ public:
|
||||||
int Length() const;
|
int Length() const;
|
||||||
void Select(int n);
|
void Select(int n);
|
||||||
void GetValue(int n, char *value, int len) const;
|
void GetValue(int n, char *value, int len) const;
|
||||||
void SetDoubleClickAction(CallBackAction, void *);
|
void SetDelegate(IListBoxDelegate* lbDelegate);
|
||||||
void SetList(const char* list, char separator, char typesep);
|
void SetList(const char* list, char separator, char typesep);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Helpers
|
// Helpers
|
||||||
void AppendHelper(const wxString& text, int type);
|
void AppendHelper(const wxString& text, int type);
|
||||||
void SelectHelper(int i);
|
|
||||||
void RecalculateItemHeight();
|
void RecalculateItemHeight();
|
||||||
int TextBoxFromClientEdge() const;
|
int TextBoxFromClientEdge() const;
|
||||||
virtual void OnDrawItemText(wxDC&, const wxRect&,
|
virtual void OnDrawItemText(wxDC&, const wxRect&,
|
||||||
|
|
@ -2688,8 +2706,7 @@ protected:
|
||||||
size_t m_maxStrWidth;
|
size_t m_maxStrWidth;
|
||||||
int m_currentRow;
|
int m_currentRow;
|
||||||
|
|
||||||
CallBackAction m_doubleClickAction;
|
IListBoxDelegate* m_lbDelegate;
|
||||||
void* m_doubleClickActionData;
|
|
||||||
int m_aveCharWidth;
|
int m_aveCharWidth;
|
||||||
|
|
||||||
// These drawing parameters are computed or set externally.
|
// These drawing parameters are computed or set externally.
|
||||||
|
|
@ -2708,7 +2725,7 @@ protected:
|
||||||
wxSTCListBox::wxSTCListBox(wxWindow* parent, wxSTCListBoxVisualData* v, int ht)
|
wxSTCListBox::wxSTCListBox(wxWindow* parent, wxSTCListBoxVisualData* v, int ht)
|
||||||
:wxSystemThemedControl<wxVListBox>(),
|
:wxSystemThemedControl<wxVListBox>(),
|
||||||
m_visualData(v), m_maxStrWidth(0), m_currentRow(wxNOT_FOUND),
|
m_visualData(v), m_maxStrWidth(0), m_currentRow(wxNOT_FOUND),
|
||||||
m_doubleClickAction(nullptr), m_doubleClickActionData(nullptr),
|
m_lbDelegate(nullptr),
|
||||||
m_aveCharWidth(8), m_textHeight(ht), m_itemHeight(ht),
|
m_aveCharWidth(8), m_textHeight(ht), m_itemHeight(ht),
|
||||||
m_textTopGap(0)
|
m_textTopGap(0)
|
||||||
{
|
{
|
||||||
|
|
@ -2834,7 +2851,9 @@ int wxSTCListBox::Length() const
|
||||||
void wxSTCListBox::Select(int n)
|
void wxSTCListBox::Select(int n)
|
||||||
{
|
{
|
||||||
SetSelection(n);
|
SetSelection(n);
|
||||||
SelectHelper(n);
|
|
||||||
|
wxCommandEvent e;
|
||||||
|
OnSelection(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::GetValue(int n, char *value, int len) const
|
void wxSTCListBox::GetValue(int n, char *value, int len) const
|
||||||
|
|
@ -2843,10 +2862,9 @@ void wxSTCListBox::GetValue(int n, char *value, int len) const
|
||||||
value[len-1] = '\0';
|
value[len-1] = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::SetDoubleClickAction(CallBackAction action, void *data)
|
void wxSTCListBox::SetDelegate(IListBoxDelegate* lbDelegate)
|
||||||
{
|
{
|
||||||
m_doubleClickAction = action;
|
m_lbDelegate = lbDelegate;
|
||||||
m_doubleClickActionData = data;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::SetList(const char* list, char separator, char typesep)
|
void wxSTCListBox::SetList(const char* list, char separator, char typesep)
|
||||||
|
|
@ -2876,37 +2894,6 @@ void wxSTCListBox::AppendHelper(const wxString& text, int type)
|
||||||
SetItemCount(m_labels.size());
|
SetItemCount(m_labels.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::SelectHelper(int i)
|
|
||||||
{
|
|
||||||
// This method is used to trigger the wxEVT_STC_AUTOCOMP_SELECTION_CHANGE
|
|
||||||
// event. This event is generated directly here since the version of
|
|
||||||
// Scintilla currently used does not support it.
|
|
||||||
|
|
||||||
//If the Scintilla component is updated, it should be sufficient to:
|
|
||||||
// 1) Change this method to use a callback to let Scintilla generate the
|
|
||||||
// event.
|
|
||||||
// 2) Remove the SELECTION_CHANGE event data from the wxSTCListBoxVisualData
|
|
||||||
// class and the SetListInfo method from the ListBoxImpl class since they
|
|
||||||
// will no longer be needed.
|
|
||||||
|
|
||||||
wxStyledTextCtrl* stc = wxDynamicCast(GetGrandParent(), wxStyledTextCtrl);
|
|
||||||
|
|
||||||
if ( stc )
|
|
||||||
{
|
|
||||||
wxStyledTextEvent evt(wxEVT_STC_AUTOCOMP_SELECTION_CHANGE,stc->GetId());
|
|
||||||
evt.SetEventObject(stc);
|
|
||||||
evt.SetListType(m_visualData->GetListType());
|
|
||||||
|
|
||||||
evt.SetPosition(m_visualData->GetPosStart() -
|
|
||||||
m_visualData->GetStartLen());
|
|
||||||
|
|
||||||
if ( 0 <= i && i < static_cast<int>(m_labels.size()) )
|
|
||||||
evt.SetString(m_labels[i]);
|
|
||||||
|
|
||||||
stc->ProcessWindowEvent(evt);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void wxSTCListBox::RecalculateItemHeight()
|
void wxSTCListBox::RecalculateItemHeight()
|
||||||
{
|
{
|
||||||
m_itemHeight = wxMax(m_textHeight + 2 * m_textExtraVerticalPadding,
|
m_itemHeight = wxMax(m_textHeight + 2 * m_textExtraVerticalPadding,
|
||||||
|
|
@ -2920,15 +2907,22 @@ int wxSTCListBox::TextBoxFromClientEdge() const
|
||||||
return (width == 0 ? 0 : width + 2 * m_imagePadding);
|
return (width == 0 ? 0 : width + 2 * m_imagePadding);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::OnSelection(wxCommandEvent& event)
|
void wxSTCListBox::OnSelection(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
SelectHelper(event.GetSelection());
|
if ( m_lbDelegate )
|
||||||
|
{
|
||||||
|
ListBoxEvent lbe(ListBoxEvent::EventType::selectionChange);
|
||||||
|
m_lbDelegate->ListNotify(&lbe);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::OnDClick(wxCommandEvent& WXUNUSED(event))
|
void wxSTCListBox::OnDClick(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
if ( m_doubleClickAction )
|
if ( m_lbDelegate )
|
||||||
m_doubleClickAction(m_doubleClickActionData);
|
{
|
||||||
|
ListBoxEvent lbe(ListBoxEvent::EventType::doubleClick);
|
||||||
|
m_lbDelegate->ListNotify(&lbe);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSTCListBox::OnSysColourChanged(wxSysColourChangedEvent& WXUNUSED(event))
|
void wxSTCListBox::OnSysColourChanged(wxSysColourChangedEvent& WXUNUSED(event))
|
||||||
|
|
@ -3381,17 +3375,12 @@ void ListBoxImpl::ClearRegisteredImages() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ListBoxImpl::SetDoubleClickAction(CallBackAction action, void *data) {
|
void ListBoxImpl::SetDelegate(IListBoxDelegate* lbDelegate) {
|
||||||
m_listBox->SetDoubleClickAction(action, data);
|
m_listBox->SetDelegate(lbDelegate);
|
||||||
}
|
|
||||||
|
|
||||||
void ListBoxImpl::SetListInfo(int* listType, int* posStart, int* startLen)
|
|
||||||
{
|
|
||||||
m_visualData->SetSciListData(listType,posStart,startLen);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ListBox::ListBox() {
|
ListBox::ListBox() noexcept {
|
||||||
}
|
}
|
||||||
|
|
||||||
ListBox::~ListBox() {
|
ListBox::~ListBox() {
|
||||||
|
|
@ -3403,7 +3392,7 @@ ListBox *ListBox::Allocate() {
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
Menu::Menu() : mid(nullptr) {
|
Menu::Menu() noexcept : mid(nullptr) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Menu::CreatePopUp() {
|
void Menu::CreatePopUp() {
|
||||||
|
|
@ -3485,48 +3474,6 @@ unsigned int Platform::DoubleClickTime() {
|
||||||
return 500; // **** ::GetDoubleClickTime();
|
return 500; // **** ::GetDoubleClickTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Platform::MouseButtonBounce() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool Platform::IsKeyDown(int WXUNUSED(key)) {
|
|
||||||
return false; // I don't think we'll need this.
|
|
||||||
}
|
|
||||||
|
|
||||||
long Platform::SendScintilla(WindowID w,
|
|
||||||
unsigned int msg,
|
|
||||||
unsigned long wParam,
|
|
||||||
long lParam) {
|
|
||||||
|
|
||||||
wxStyledTextCtrl* stc = (wxStyledTextCtrl*)w;
|
|
||||||
return stc->SendMsg(msg, wParam, lParam);
|
|
||||||
}
|
|
||||||
|
|
||||||
long Platform::SendScintillaPointer(WindowID w,
|
|
||||||
unsigned int msg,
|
|
||||||
unsigned long wParam,
|
|
||||||
void *lParam) {
|
|
||||||
|
|
||||||
wxStyledTextCtrl* stc = (wxStyledTextCtrl*)w;
|
|
||||||
return stc->SendMsg(msg, wParam, (wxIntPtr)lParam);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// These are utility functions not really tied to a platform
|
|
||||||
|
|
||||||
int Platform::Minimum(int a, int b) {
|
|
||||||
if (a < b)
|
|
||||||
return a;
|
|
||||||
else
|
|
||||||
return b;
|
|
||||||
}
|
|
||||||
|
|
||||||
int Platform::Maximum(int a, int b) {
|
|
||||||
if (a > b)
|
|
||||||
return a;
|
|
||||||
else
|
|
||||||
return b;
|
|
||||||
}
|
|
||||||
|
|
||||||
//#define TRACE
|
//#define TRACE
|
||||||
|
|
||||||
|
|
@ -3582,50 +3529,6 @@ void Platform::Assert(const char *c, const char *file, int line) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int Platform::Clamp(int val, int minVal, int maxVal) {
|
|
||||||
if (val > maxVal)
|
|
||||||
val = maxVal;
|
|
||||||
if (val < minVal)
|
|
||||||
val = minVal;
|
|
||||||
return val;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
bool Platform::IsDBCSLeadByte(int WXUNUSED(codePage), char WXUNUSED(ch)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
int Platform::DBCSCharLength(int WXUNUSED(codePage), const char *WXUNUSED(s)) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int Platform::DBCSCharMaxLength() {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
|
||||||
|
|
||||||
ElapsedTime::ElapsedTime() {
|
|
||||||
wxLongLong localTime = wxGetLocalTimeMillis();
|
|
||||||
littleBit = localTime.GetLo();
|
|
||||||
bigBit = localTime.GetHi();
|
|
||||||
}
|
|
||||||
|
|
||||||
double ElapsedTime::Duration(bool reset) {
|
|
||||||
wxLongLong prevTime(bigBit, littleBit);
|
|
||||||
wxLongLong localTime = wxGetLocalTimeMillis();
|
|
||||||
if(reset) {
|
|
||||||
littleBit = localTime.GetLo();
|
|
||||||
bigBit = localTime.GetHi();
|
|
||||||
}
|
|
||||||
wxLongLong duration = localTime - prevTime;
|
|
||||||
double result = duration.ToDouble();
|
|
||||||
result /= 1000.0;
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
#if wxUSE_UNICODE
|
#if wxUSE_UNICODE
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
#if wxUSE_STC
|
#if wxUSE_STC
|
||||||
|
|
||||||
#include "wx/imaglist.h"
|
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
|
|
||||||
class wxStyledTextCtrl;
|
class wxStyledTextCtrl;
|
||||||
class wxSTCListBox;
|
class wxSTCListBox;
|
||||||
class wxSTCListBoxVisualData;
|
class wxSTCListBoxVisualData;
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
|
||||||
wxRect wxRectFromPRectangle(PRectangle prc);
|
wxRect wxRectFromPRectangle(PRectangle prc);
|
||||||
|
|
@ -46,9 +46,8 @@ public:
|
||||||
void RegisterImageHelper(int type, const wxBitmap& bmp);
|
void RegisterImageHelper(int type, const wxBitmap& bmp);
|
||||||
virtual void RegisterRGBAImage(int type, int width, int height, const unsigned char *pixelsImage) override;
|
virtual void RegisterRGBAImage(int type, int width, int height, const unsigned char *pixelsImage) override;
|
||||||
virtual void ClearRegisteredImages() override;
|
virtual void ClearRegisteredImages() override;
|
||||||
virtual void SetDoubleClickAction(CallBackAction, void *) override;
|
virtual void SetDelegate(IListBoxDelegate *lbDelegate) override;
|
||||||
virtual void SetList(const char* list, char separator, char typesep) override;
|
virtual void SetList(const char* list, char separator, char typesep) override;
|
||||||
void SetListInfo(int*, int*, int*);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
- (void)drawRect:(NSRect)dirtyRect
|
- (void)drawRect:(NSRect)dirtyRect
|
||||||
{
|
{
|
||||||
static_cast<wxWidgetCocoaImpl*>(m_wxWin->GetPeer())->
|
static_cast<wxWidgetCocoaImpl*>(m_wxWin->GetPeer())->
|
||||||
drawRect(&dirtyRect, self, NULL);
|
drawRect(&dirtyRect, self, nil);
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
||||||
|
|
@ -41,15 +41,12 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ScintillaWX.h"
|
#include "ScintillaWX.h"
|
||||||
#include "ExternalLexer.h"
|
|
||||||
#include "UniConversion.h"
|
|
||||||
#include "wx/stc/stc.h"
|
#include "wx/stc/stc.h"
|
||||||
#include "wx/stc/private.h"
|
#include "wx/stc/private.h"
|
||||||
#include "PlatWX.h"
|
#include "PlatWX.h"
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
// GetHwndOf()
|
#include "wx/msw/private.h" // GetHwndOf()
|
||||||
#include "wx/msw/private.h"
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
@ -292,9 +289,6 @@ void ScintillaWX::Initialise() {
|
||||||
kmap.AssignCmdKey(SCK_UP, SCI_CTRL, SCI_DOCUMENTSTART);
|
kmap.AssignCmdKey(SCK_UP, SCI_CTRL, SCI_DOCUMENTSTART);
|
||||||
kmap.AssignCmdKey(SCK_DOWN, SCI_CTRL, SCI_DOCUMENTEND);
|
kmap.AssignCmdKey(SCK_DOWN, SCI_CTRL, SCI_DOCUMENTEND);
|
||||||
#endif // __WXMAC__
|
#endif // __WXMAC__
|
||||||
|
|
||||||
ListBoxImpl* autoCompleteLB = static_cast<ListBoxImpl*>( ac.lb );
|
|
||||||
autoCompleteLB->SetListInfo( &listType, &(ac.posStart), &(ac.startLen) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -331,7 +325,7 @@ void ScintillaWX::StartDrag() {
|
||||||
if (result == wxDragMove && dropWentOutside)
|
if (result == wxDragMove && dropWentOutside)
|
||||||
ClearSelection();
|
ClearSelection();
|
||||||
inDragDrop = ddNone;
|
inDragDrop = ddNone;
|
||||||
SetDragPosition(SelectionPosition(invalidPosition));
|
SetDragPosition(SelectionPosition(Sci::invalidPosition));
|
||||||
}
|
}
|
||||||
#endif // wxUSE_DRAG_AND_DROP
|
#endif // wxUSE_DRAG_AND_DROP
|
||||||
}
|
}
|
||||||
|
|
@ -366,7 +360,7 @@ bool ScintillaWX::HaveMouseCapture() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ScintillaWX::ScrollText(int linesToMove) {
|
void ScintillaWX::ScrollText(Sci::Line linesToMove) {
|
||||||
int dy = vs.lineHeight * (linesToMove);
|
int dy = vs.lineHeight * (linesToMove);
|
||||||
stc->ScrollWindow(0, dy);
|
stc->ScrollWindow(0, dy);
|
||||||
}
|
}
|
||||||
|
|
@ -392,7 +386,7 @@ void ScintillaWX::SetHorizontalScrollPos() {
|
||||||
|
|
||||||
const int H_SCROLL_STEP = 20;
|
const int H_SCROLL_STEP = 20;
|
||||||
|
|
||||||
bool ScintillaWX::ModifyScrollBars(int nMax, int nPage) {
|
bool ScintillaWX::ModifyScrollBars(Sci::Line nMax, Sci::Line nPage) {
|
||||||
bool modified = false;
|
bool modified = false;
|
||||||
|
|
||||||
int vertEnd = nMax+1;
|
int vertEnd = nMax+1;
|
||||||
|
|
@ -718,10 +712,6 @@ bool ScintillaWX::DestroySystemCaret() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ScintillaWX::FineTickerAvailable() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool ScintillaWX::FineTickerRunning(TickReason reason) {
|
bool ScintillaWX::FineTickerRunning(TickReason reason) {
|
||||||
bool running = false;
|
bool running = false;
|
||||||
TimersHash::iterator i = timers.find(reason);
|
TimersHash::iterator i = timers.find(reason);
|
||||||
|
|
@ -757,51 +747,7 @@ sptr_t ScintillaWX::DefWndProc(unsigned int /*iMessage*/, uptr_t /*wParam*/, spt
|
||||||
}
|
}
|
||||||
|
|
||||||
sptr_t ScintillaWX::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
|
sptr_t ScintillaWX::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
|
||||||
switch (iMessage) {
|
switch (iMessage) {
|
||||||
#if 0 // TODO: check this
|
|
||||||
|
|
||||||
case SCI_CALLTIPSHOW: {
|
|
||||||
// NOTE: This is copied here from scintilla/src/ScintillaBase.cxx
|
|
||||||
// because of the little tweak that needs done below for wxGTK.
|
|
||||||
// When updating new versions double check that this is still
|
|
||||||
// needed, and that any new code there is copied here too.
|
|
||||||
Point pt = LocationFromPosition(wParam);
|
|
||||||
char* defn = reinterpret_cast<char *>(lParam);
|
|
||||||
AutoCompleteCancel();
|
|
||||||
pt.y += vs.lineHeight;
|
|
||||||
int ctStyle = ct.UseStyleCallTip() ? STYLE_CALLTIP : STYLE_DEFAULT;
|
|
||||||
if (ct.UseStyleCallTip())
|
|
||||||
{
|
|
||||||
ct.SetForeBack(vs.styles[STYLE_CALLTIP].fore, vs.styles[STYLE_CALLTIP].back);
|
|
||||||
}
|
|
||||||
int caretMain = sel.MainCaret();
|
|
||||||
PRectangle rc = ct.CallTipStart(caretMain, pt,
|
|
||||||
defn,
|
|
||||||
vs.styles[ctStyle].fontName,
|
|
||||||
vs.styles[ctStyle].sizeZoomed,
|
|
||||||
CodePage(),
|
|
||||||
vs.styles[ctStyle].characterSet,
|
|
||||||
wMain);
|
|
||||||
// If the call-tip window would be out of the client
|
|
||||||
// space, adjust so it displays above the text.
|
|
||||||
PRectangle rcClient = GetClientRectangle();
|
|
||||||
if (rc.bottom > rcClient.bottom) {
|
|
||||||
#ifdef __WXGTK__
|
|
||||||
int offset = int(vs.lineHeight * 1.25) + rc.Height();
|
|
||||||
#else
|
|
||||||
int offset = vs.lineHeight + rc.Height();
|
|
||||||
#endif
|
|
||||||
rc.top -= offset;
|
|
||||||
rc.bottom -= offset;
|
|
||||||
}
|
|
||||||
// Now display the window.
|
|
||||||
CreateCallTipWindow(rc);
|
|
||||||
ct.wCallTip.SetPositionRelative(rc, wMain);
|
|
||||||
ct.wCallTip.Show();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(__WXMSW__) && wxUSE_GRAPHICS_DIRECT2D
|
#if defined(__WXMSW__) && wxUSE_GRAPHICS_DIRECT2D
|
||||||
case SCI_SETTECHNOLOGY:
|
case SCI_SETTECHNOLOGY:
|
||||||
if ((wParam == SC_TECHNOLOGY_DEFAULT) || (wParam == SC_TECHNOLOGY_DIRECTWRITE)) {
|
if ((wParam == SC_TECHNOLOGY_DEFAULT) || (wParam == SC_TECHNOLOGY_DIRECTWRITE)) {
|
||||||
|
|
@ -832,11 +778,6 @@ sptr_t ScintillaWX::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SCI_LEXER
|
|
||||||
case SCI_LOADLEXERLIBRARY:
|
|
||||||
LexerManager::GetInstance()->Load((const char*)lParam);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
case SCI_GETDIRECTFUNCTION:
|
case SCI_GETDIRECTFUNCTION:
|
||||||
return reinterpret_cast<sptr_t>(DirectFunction);
|
return reinterpret_cast<sptr_t>(DirectFunction);
|
||||||
|
|
||||||
|
|
@ -1041,25 +982,25 @@ void ScintillaWX::DoInvalidateStyleData() {
|
||||||
InvalidateStyleData();
|
InvalidateStyleData();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScintillaWX::DoLeftButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt) {
|
void ScintillaWX::DoLeftButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta) {
|
||||||
ButtonDown(pt, curTime, shift, ctrl, alt);
|
ButtonDownWithModifiers(pt, curTime, ModifierFlags(shift, ctrl, alt, meta));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScintillaWX::DoRightButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt) {
|
void ScintillaWX::DoRightButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta) {
|
||||||
if (!PointInSelection(pt)) {
|
if (!PointInSelection(pt)) {
|
||||||
CancelModes();
|
CancelModes();
|
||||||
SetEmptySelection(PositionFromLocation(pt));
|
SetEmptySelection(PositionFromLocation(pt));
|
||||||
}
|
}
|
||||||
|
|
||||||
RightButtonDownWithModifiers(pt, curTime, ModifierFlags(shift, ctrl, alt));
|
RightButtonDownWithModifiers(pt, curTime, ModifierFlags(shift, ctrl, alt, meta));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScintillaWX::DoLeftButtonUp(Point pt, unsigned int curTime, bool ctrl) {
|
void ScintillaWX::DoLeftButtonUp(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta) {
|
||||||
ButtonUp(pt, curTime, ctrl);
|
ButtonUpWithModifiers(pt, curTime, ModifierFlags(shift, ctrl, alt, meta));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScintillaWX::DoLeftButtonMove(Point pt) {
|
void ScintillaWX::DoLeftButtonMove(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta) {
|
||||||
ButtonMove(pt);
|
ButtonMoveWithModifiers(pt, curTime, ModifierFlags(shift, ctrl, alt, meta));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
|
|
@ -1274,7 +1215,7 @@ void ScintillaWX::DoOnIdle(wxIdleEvent& evt) {
|
||||||
|
|
||||||
#if wxUSE_DRAG_AND_DROP
|
#if wxUSE_DRAG_AND_DROP
|
||||||
bool ScintillaWX::DoDropText(long x, long y, const wxString& data) {
|
bool ScintillaWX::DoDropText(long x, long y, const wxString& data) {
|
||||||
SetDragPosition(SelectionPosition(invalidPosition));
|
SetDragPosition(SelectionPosition(Sci::invalidPosition));
|
||||||
|
|
||||||
wxString text = wxTextBuffer::Translate(data,
|
wxString text = wxTextBuffer::Translate(data,
|
||||||
wxConvertEOLMode(pdoc->eolMode));
|
wxConvertEOLMode(pdoc->eolMode));
|
||||||
|
|
@ -1325,7 +1266,7 @@ wxDragResult ScintillaWX::DoDragOver(wxCoord x, wxCoord y, wxDragResult def) {
|
||||||
|
|
||||||
|
|
||||||
void ScintillaWX::DoDragLeave() {
|
void ScintillaWX::DoDragLeave() {
|
||||||
SetDragPosition(SelectionPosition(invalidPosition));
|
SetDragPosition(SelectionPosition(Sci::invalidPosition));
|
||||||
}
|
}
|
||||||
#endif // wxUSE_DRAG_AND_DROP
|
#endif // wxUSE_DRAG_AND_DROP
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
@ -1417,7 +1358,7 @@ void ScintillaWX::DoMarkerDefineBitmap(int markerNumber, const wxBitmap& bmp) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScintillaWX::DoRegisterImage(int type, const wxBitmap& bmp) {
|
void ScintillaWX::DoRegisterImage(int type, const wxBitmap& bmp) {
|
||||||
static_cast<ListBoxImpl*>(ac.lb)->RegisterImageHelper(type, bmp);
|
static_cast<ListBoxImpl*>(ac.lb.get())->RegisterImageHelper(type, bmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
sptr_t ScintillaWX::DirectFunction(
|
sptr_t ScintillaWX::DirectFunction(
|
||||||
|
|
@ -1456,18 +1397,18 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int GetImeCaretPos() const noexcept {
|
unsigned int GetImeCaretPos() const noexcept {
|
||||||
return ImmGetCompositionStringW(hIMC, GCS_CURSORPOS, wxNullPtr, 0);
|
return ImmGetCompositionStringW(hIMC, GCS_CURSORPOS, nullptr, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<BYTE> GetImeAttributes() {
|
std::vector<BYTE> GetImeAttributes() {
|
||||||
const int attrLen = ::ImmGetCompositionStringW(hIMC, GCS_COMPATTR, wxNullPtr, 0);
|
const int attrLen = ::ImmGetCompositionStringW(hIMC, GCS_COMPATTR, nullptr, 0);
|
||||||
std::vector<BYTE> attr(attrLen, 0);
|
std::vector<BYTE> attr(attrLen, 0);
|
||||||
::ImmGetCompositionStringW(hIMC, GCS_COMPATTR, &attr[0], static_cast<DWORD>(attr.size()));
|
::ImmGetCompositionStringW(hIMC, GCS_COMPATTR, &attr[0], static_cast<DWORD>(attr.size()));
|
||||||
return attr;
|
return attr;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wstring GetCompositionString(DWORD dwIndex) {
|
std::wstring GetCompositionString(DWORD dwIndex) {
|
||||||
const LONG byteLen = ::ImmGetCompositionStringW(hIMC, dwIndex, wxNullPtr, 0);
|
const LONG byteLen = ::ImmGetCompositionStringW(hIMC, dwIndex, nullptr, 0);
|
||||||
std::wstring wcs(byteLen / 2, 0);
|
std::wstring wcs(byteLen / 2, 0);
|
||||||
::ImmGetCompositionStringW(hIMC, dwIndex, &wcs[0], byteLen);
|
::ImmGetCompositionStringW(hIMC, dwIndex, &wcs[0], byteLen);
|
||||||
return wcs;
|
return wcs;
|
||||||
|
|
|
||||||
|
|
@ -19,60 +19,59 @@
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <stdexcept>
|
||||||
#include <stdlib.h>
|
#include <new>
|
||||||
#include <stdio.h>
|
#include <string>
|
||||||
#include <string.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <stdexcept>
|
#include <memory>
|
||||||
|
|
||||||
// These are all Scintilla headers
|
// These are all Scintilla headers
|
||||||
|
#define INCLUDE_DEPRECATED_FEATURES
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
|
|
||||||
|
#include "ILoader.h"
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
|
||||||
|
#include "CharacterCategory.h"
|
||||||
|
#include "Position.h"
|
||||||
|
#include "UniqueString.h"
|
||||||
#include "SplitVector.h"
|
#include "SplitVector.h"
|
||||||
#include "Partitioning.h"
|
#include "Partitioning.h"
|
||||||
#include "RunStyles.h"
|
#include "RunStyles.h"
|
||||||
#include "Scintilla.h"
|
|
||||||
#include "ScintillaWidget.h"
|
|
||||||
#ifdef SCI_LEXER
|
|
||||||
#include "SciLexer.h"
|
|
||||||
#include "PropSetSimple.h"
|
|
||||||
#include "ILexer.h"
|
|
||||||
#include "LexerModule.h"
|
|
||||||
#include "LexAccessor.h"
|
|
||||||
#include "Accessor.h"
|
|
||||||
#include "WordList.h"
|
|
||||||
#endif
|
|
||||||
#include "ContractionState.h"
|
#include "ContractionState.h"
|
||||||
#include "CellBuffer.h"
|
#include "CellBuffer.h"
|
||||||
#include "CallTip.h"
|
#include "CallTip.h"
|
||||||
#include "KeyMap.h"
|
#include "KeyMap.h"
|
||||||
#include "Indicator.h"
|
#include "Indicator.h"
|
||||||
#include "XPM.h"
|
|
||||||
#include "LineMarker.h"
|
#include "LineMarker.h"
|
||||||
#include "Style.h"
|
#include "Style.h"
|
||||||
#include "AutoComplete.h"
|
|
||||||
#include "ViewStyle.h"
|
#include "ViewStyle.h"
|
||||||
#include "CharClassify.h"
|
#include "CharClassify.h"
|
||||||
#include "Decoration.h"
|
#include "Decoration.h"
|
||||||
#include "CaseFolder.h"
|
#include "CaseFolder.h"
|
||||||
#include "Document.h"
|
#include "Document.h"
|
||||||
|
#include "CaseConvert.h"
|
||||||
|
#include "UniConversion.h"
|
||||||
#include "Selection.h"
|
#include "Selection.h"
|
||||||
#include "PositionCache.h"
|
#include "PositionCache.h"
|
||||||
#include "EditModel.h"
|
#include "EditModel.h"
|
||||||
#include "MarginView.h"
|
#include "MarginView.h"
|
||||||
#include "EditView.h"
|
#include "EditView.h"
|
||||||
#include "Editor.h"
|
#include "Editor.h"
|
||||||
#include "PropSetSimple.h"
|
|
||||||
|
#include "AutoComplete.h"
|
||||||
#include "ScintillaBase.h"
|
#include "ScintillaBase.h"
|
||||||
|
|
||||||
|
#include "wx/dnd.h"
|
||||||
|
#include "wx/event.h"
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
#include "wx/msw/wrapwin.h" // HBITMAP
|
#include "wx/msw/wrapwin.h" // HBITMAP
|
||||||
#endif
|
#endif
|
||||||
#if wxUSE_DRAG_AND_DROP
|
|
||||||
#include "wx/timer.h"
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Define this if there is a standard clipboard format for rectangular
|
// Define this if there is a standard clipboard format for rectangular
|
||||||
// text selection under the current platform.
|
// text selection under the current platform.
|
||||||
|
|
@ -124,10 +123,10 @@ public:
|
||||||
virtual bool SetIdle(bool on) override;
|
virtual bool SetIdle(bool on) override;
|
||||||
virtual void SetMouseCapture(bool on) override;
|
virtual void SetMouseCapture(bool on) override;
|
||||||
virtual bool HaveMouseCapture() override;
|
virtual bool HaveMouseCapture() override;
|
||||||
virtual void ScrollText(int linesToMove) override;
|
virtual void ScrollText(Sci::Line linesToMove) override;
|
||||||
virtual void SetVerticalScrollPos() override;
|
virtual void SetVerticalScrollPos() override;
|
||||||
virtual void SetHorizontalScrollPos() override;
|
virtual void SetHorizontalScrollPos() override;
|
||||||
virtual bool ModifyScrollBars(int nMax, int nPage) override;
|
virtual bool ModifyScrollBars(Sci::Line nMax, Sci::Line nPage) override;
|
||||||
virtual void Copy() override;
|
virtual void Copy() override;
|
||||||
virtual void Paste() override;
|
virtual void Paste() override;
|
||||||
virtual void CopyToClipboard(const SelectionText &selectedText) override;
|
virtual void CopyToClipboard(const SelectionText &selectedText) override;
|
||||||
|
|
@ -149,7 +148,6 @@ public:
|
||||||
virtual void CancelModes() override;
|
virtual void CancelModes() override;
|
||||||
|
|
||||||
virtual void UpdateSystemCaret() override;
|
virtual void UpdateSystemCaret() override;
|
||||||
virtual bool FineTickerAvailable() override;
|
|
||||||
virtual bool FineTickerRunning(TickReason reason) override;
|
virtual bool FineTickerRunning(TickReason reason) override;
|
||||||
virtual void FineTickerStart(TickReason reason, int millis, int tolerance) override;
|
virtual void FineTickerStart(TickReason reason, int millis, int tolerance) override;
|
||||||
virtual void FineTickerCancel(TickReason reason) override;
|
virtual void FineTickerCancel(TickReason reason) override;
|
||||||
|
|
@ -162,10 +160,10 @@ public:
|
||||||
void DoLoseFocus();
|
void DoLoseFocus();
|
||||||
void DoGainFocus();
|
void DoGainFocus();
|
||||||
void DoInvalidateStyleData();
|
void DoInvalidateStyleData();
|
||||||
void DoLeftButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt);
|
void DoLeftButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta);
|
||||||
void DoRightButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt);
|
void DoRightButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta);
|
||||||
void DoLeftButtonUp(Point pt, unsigned int curTime, bool ctrl);
|
void DoLeftButtonUp(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta);
|
||||||
void DoLeftButtonMove(Point pt);
|
void DoLeftButtonMove(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt, bool meta);
|
||||||
void DoMiddleButtonUp(Point pt);
|
void DoMiddleButtonUp(Point pt);
|
||||||
void DoMouseWheel(wxMouseWheelAxis axis, int rotation, int delta,
|
void DoMouseWheel(wxMouseWheelAxis axis, int rotation, int delta,
|
||||||
int linesPerAction, int columnsPerAction,
|
int linesPerAction, int columnsPerAction,
|
||||||
|
|
|
||||||
|
|
@ -84,18 +84,69 @@ notMappedSciValues = set([
|
||||||
|
|
||||||
# Map some generic typenames to wx types, using return value syntax
|
# Map some generic typenames to wx types, using return value syntax
|
||||||
retTypeMap = {
|
retTypeMap = {
|
||||||
|
'Accessibility': 'int',
|
||||||
|
'Alpha': 'int',
|
||||||
|
'AnnotationVisible': 'int',
|
||||||
|
'AutomaticFold': 'int',
|
||||||
|
'CaretPolicy': 'int',
|
||||||
|
'CaretSticky': 'int',
|
||||||
|
'CaretStyle': 'int',
|
||||||
|
'CaseInsensitiveBehaviour': 'int',
|
||||||
|
'CaseVisible': 'int',
|
||||||
|
'CharacterSet': 'int',
|
||||||
|
'colour': 'wxColour',
|
||||||
|
'CursorShape': 'int',
|
||||||
|
'DocumentOption': 'int',
|
||||||
|
'EdgeVisualStyle': 'int',
|
||||||
|
'EndOfLine': 'int',
|
||||||
|
'EOLAnnotationVisible': 'int',
|
||||||
|
'FindOption': 'int',
|
||||||
|
'FoldAction': 'int',
|
||||||
|
'FoldDisplayTextStyle': 'int',
|
||||||
|
'FoldFlag': 'int',
|
||||||
|
'FoldLevel': 'int',
|
||||||
|
'FontQuality': 'int',
|
||||||
|
'FontWeight': 'int',
|
||||||
|
'IdleStyling': 'int',
|
||||||
|
'IMEInteraction': 'int',
|
||||||
|
'IndentView': 'int',
|
||||||
|
'IndicatorStyle': 'int',
|
||||||
|
'IndicFlag': 'int',
|
||||||
|
'line': 'int',
|
||||||
|
'LineCache': 'int',
|
||||||
|
'LineEndType': 'int',
|
||||||
|
'MarginOption': 'int',
|
||||||
|
'MarginType': 'int',
|
||||||
|
'ModificationFlags': 'int',
|
||||||
|
'MultiAutoComplete': 'int',
|
||||||
|
'MultiPaste': 'int',
|
||||||
|
'Ordering': 'int',
|
||||||
|
'PhasesDraw': 'int',
|
||||||
|
'PopUp': 'int',
|
||||||
'position': 'int',
|
'position': 'int',
|
||||||
'string': 'wxString',
|
'PrintOption': 'int',
|
||||||
'colour': 'wxColour',
|
'SelectionMode': 'int',
|
||||||
|
'Status': 'int',
|
||||||
|
'string': 'wxString',
|
||||||
|
'TabDrawMode': 'int',
|
||||||
|
'Technology': 'int',
|
||||||
|
'TypeProperty': 'int',
|
||||||
|
'UndoFlags': 'int',
|
||||||
|
'VirtualSpace': 'int',
|
||||||
|
'VisiblePolicy': 'int',
|
||||||
|
'WhiteSpace': 'int',
|
||||||
|
'Wrap': 'int',
|
||||||
|
'WrapIndentMode': 'int',
|
||||||
|
'WrapVisualFlag': 'int',
|
||||||
|
'WrapVisualLocation': 'int',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Map some generic typenames to wx types, using parameter syntax
|
# Map some generic typenames to wx types, using parameter syntax
|
||||||
paramTypeMap = {
|
paramTypeMap = retTypeMap.copy()
|
||||||
'position': 'int',
|
paramTypeMap.update({
|
||||||
'string': 'const wxString&',
|
'string': 'const wxString&',
|
||||||
'colour': 'const wxColour&',
|
'colour': 'const wxColour&',
|
||||||
'keymod': 'int',
|
})
|
||||||
}
|
|
||||||
|
|
||||||
# Map of method info that needs tweaked. Either the name needs changed, or
|
# Map of method info that needs tweaked. Either the name needs changed, or
|
||||||
# the method definition/implementation. Tuple items are:
|
# the method definition/implementation. Tuple items are:
|
||||||
|
|
@ -1066,6 +1117,71 @@ methodOverrideMap = {
|
||||||
'SetKeysUnicode' : (None,0,0),
|
'SetKeysUnicode' : (None,0,0),
|
||||||
'GetKeysUnicode' : (None,0,0),
|
'GetKeysUnicode' : (None,0,0),
|
||||||
|
|
||||||
|
'NameOfStyle' :
|
||||||
|
(0,
|
||||||
|
'wxString %s(int style) const;',
|
||||||
|
'''wxString %s(int style) const {
|
||||||
|
const int msg = %s;
|
||||||
|
long len = SendMsg(msg, style, (sptr_t)nullptr);
|
||||||
|
if (!len) return wxEmptyString;
|
||||||
|
|
||||||
|
wxCharBuffer buf(len);
|
||||||
|
SendMsg(msg, style, (sptr_t)buf.data());
|
||||||
|
return stc2wx(buf);'''
|
||||||
|
),
|
||||||
|
|
||||||
|
'TagsOfStyle' :
|
||||||
|
(0,
|
||||||
|
'wxString %s(int style) const;',
|
||||||
|
'''wxString %s(int style) const {
|
||||||
|
const int msg = %s;
|
||||||
|
long len = SendMsg(msg, style, (sptr_t)nullptr);
|
||||||
|
if (!len) return wxEmptyString;
|
||||||
|
|
||||||
|
wxCharBuffer buf(len);
|
||||||
|
SendMsg(msg, style, (sptr_t)buf.data());
|
||||||
|
return stc2wx(buf);'''
|
||||||
|
),
|
||||||
|
|
||||||
|
'DescriptionOfStyle' :
|
||||||
|
(0,
|
||||||
|
'wxString %s(int style) const;',
|
||||||
|
'''wxString %s(int style) const {
|
||||||
|
const int msg = %s;
|
||||||
|
long len = SendMsg(msg, style, (sptr_t)nullptr);
|
||||||
|
if (!len) return wxEmptyString;
|
||||||
|
|
||||||
|
wxCharBuffer buf(len);
|
||||||
|
SendMsg(msg, style, (sptr_t)buf.data());
|
||||||
|
return stc2wx(buf);'''
|
||||||
|
),
|
||||||
|
|
||||||
|
'GetDefaultFoldDisplayText' :
|
||||||
|
(0,
|
||||||
|
'wxString %s() const;',
|
||||||
|
'''wxString %s() const {
|
||||||
|
const int msg = %s;
|
||||||
|
long len = SendMsg(msg, 0, (sptr_t)nullptr);
|
||||||
|
if (!len) return wxEmptyString;
|
||||||
|
|
||||||
|
wxCharBuffer buf(len);
|
||||||
|
SendMsg(msg, 0, (sptr_t)buf.data());
|
||||||
|
return stc2wx(buf);'''
|
||||||
|
),
|
||||||
|
|
||||||
|
'EOLAnnotationGetText' :
|
||||||
|
(0,
|
||||||
|
'wxString %s(int line) const;',
|
||||||
|
'''wxString %s(int line) const {
|
||||||
|
const int msg = %s;
|
||||||
|
long len = SendMsg(msg, line, (sptr_t)nullptr);
|
||||||
|
if (!len) return wxEmptyString;
|
||||||
|
|
||||||
|
wxCharBuffer buf(len);
|
||||||
|
SendMsg(msg, line, (sptr_t)buf.data());
|
||||||
|
return stc2wx(buf);'''
|
||||||
|
),
|
||||||
|
|
||||||
'' : ('', 0, 0),
|
'' : ('', 0, 0),
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1141,6 +1257,9 @@ def processIface(iface, h_tmplt, cpp_tmplt, ih_tmplt, h_dest, cpp_dest, docstr_d
|
||||||
elif op == 'lex ':
|
elif op == 'lex ':
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
elif op == 'ali ':
|
||||||
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print('***** Unknown line type: %s' % line)
|
print('***** Unknown line type: %s' % line)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,19 @@ License for Scintilla and SciTE
|
||||||
|
|
||||||
Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
|
Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
|
||||||
|
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
documentation for any purpose and without fee is hereby granted,
|
documentation for any purpose and without fee is hereby granted,
|
||||||
provided that the above copyright notice appear in all copies and that
|
provided that the above copyright notice appear in all copies and that
|
||||||
both that copyright notice and this permission notice appear in
|
both that copyright notice and this permission notice appear in
|
||||||
supporting documentation.
|
supporting documentation.
|
||||||
|
|
||||||
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
||||||
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
|
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
|
||||||
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
||||||
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
||||||
OR PERFORMANCE OF THIS SOFTWARE.
|
OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
@ -3,9 +3,9 @@ directories from the Scintilla source distribution. All other code
|
||||||
needed to implement Scintilla on top of wxWidgets is located in the
|
needed to implement Scintilla on top of wxWidgets is located in the
|
||||||
directory above this one.
|
directory above this one.
|
||||||
|
|
||||||
The current version of the Scintilla code is 3.7.2
|
The current version of the Scintilla code is 3.21.1
|
||||||
|
|
||||||
These are the basic steps needed to update the version of Scintilla used by wxSTC.
|
These are the basic steps needed to update the version of Scintilla used by wxSTC.
|
||||||
|
|
||||||
1. Copy include, lexers, lexlib and src folders to src/stc/scintilla
|
1. Copy include, lexers, lexlib and src folders to src/stc/scintilla
|
||||||
|
|
||||||
|
|
@ -15,9 +15,9 @@ new method names or constants because some of them may need to be
|
||||||
tweaked to conform to similar naming patterns already used. (See step
|
tweaked to conform to similar naming patterns already used. (See step
|
||||||
#6 below.)
|
#6 below.)
|
||||||
|
|
||||||
3. Identify new source files and update build/bakefiles/scintilla.bkl
|
3. Identify new source files and update build/bakefiles/scintilla.bkl and
|
||||||
accordingly so the new files will get built. Use bakefile to
|
build/cmake/lib/stc/CMakeLists.txt accordingly so the new files will get
|
||||||
regenerate the makefiles and project files.
|
built. Use bakefile to regenerate the makefiles and project files.
|
||||||
|
|
||||||
4. Examine changes in src/stc/scintilla/include/Platform.h and
|
4. Examine changes in src/stc/scintilla/include/Platform.h and
|
||||||
identify new or changed APIs that the wx "platform" will need to
|
identify new or changed APIs that the wx "platform" will need to
|
||||||
|
|
@ -60,17 +60,6 @@ Scintilla.iface and see if the existing docs for those items should be
|
||||||
updated too. For new functions in Scintilla.iface, an entry should be
|
updated too. For new functions in Scintilla.iface, an entry should be
|
||||||
added to the docsMap and sinceAnnotations dictionaries in gen_docs.py.
|
added to the docsMap and sinceAnnotations dictionaries in gen_docs.py.
|
||||||
|
|
||||||
10. Apply the fix for scintilla/src/UniConversion.h based on commit by
|
10. Build and test.
|
||||||
Vadim Zeitlin <vadim@wxwidgets.org> from March 5th, 2016.
|
|
||||||
|
|
||||||
This is required to avoid gcc warnings (and possibly errors with other
|
11. Submit a patch to wxTrac or create a Pull Request on GitHub.
|
||||||
compilers) about ambiguous comparison operators due to our (wchar_t,
|
|
||||||
wxUniChar) overloads defined in wx/unichar.h.
|
|
||||||
|
|
||||||
-inline unsigned int UTF16CharLength(wchar_t uch) {
|
|
||||||
+inline unsigned int UTF16CharLength(wchar_t wch) {
|
|
||||||
+ const int uch = wch;
|
|
||||||
|
|
||||||
11. Build and test.
|
|
||||||
|
|
||||||
12. Submit patch to wxTrac.
|
|
||||||
|
|
|
||||||
70
src/stc/scintilla/include/Compat.h
Normal file
70
src/stc/scintilla/include/Compat.h
Normal file
|
|
@ -0,0 +1,70 @@
|
||||||
|
// c++11 compatibility with some c++14 features and higher.
|
||||||
|
// This helps minimize changes from the default branch.
|
||||||
|
|
||||||
|
#ifndef COMPAT_H
|
||||||
|
#define COMPAT_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
#include <cstddef>
|
||||||
|
#include <memory>
|
||||||
|
#include <type_traits>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
|
namespace Sci {
|
||||||
|
|
||||||
|
// std::clamp
|
||||||
|
template <typename T>
|
||||||
|
inline constexpr T clamp(T val, T minVal, T maxVal) {
|
||||||
|
return (val > maxVal) ? maxVal : ((val < minVal) ? minVal : val);
|
||||||
|
}
|
||||||
|
|
||||||
|
// std::round (not present on older MacOSX SDKs)
|
||||||
|
template<class T>
|
||||||
|
T round(T arg) {
|
||||||
|
return ::round(arg);
|
||||||
|
}
|
||||||
|
|
||||||
|
// std::lround (not present on older MacOSX SDKs)
|
||||||
|
template<class T>
|
||||||
|
long lround(T arg) {
|
||||||
|
return ::lround(arg);
|
||||||
|
}
|
||||||
|
|
||||||
|
// std::make_unique
|
||||||
|
template<class T> struct _Unique_if {
|
||||||
|
typedef std::unique_ptr<T> _Single_object;
|
||||||
|
};
|
||||||
|
template<class T> struct _Unique_if<T[]> {
|
||||||
|
typedef std::unique_ptr<T[]> _Unknown_bound;
|
||||||
|
};
|
||||||
|
template<class T, size_t N> struct _Unique_if<T[N]> {
|
||||||
|
typedef void _Known_bound;
|
||||||
|
};
|
||||||
|
template<class T, class... Args>
|
||||||
|
typename _Unique_if<T>::_Single_object
|
||||||
|
make_unique(Args&&... args) {
|
||||||
|
return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
|
||||||
|
}
|
||||||
|
template<class T>
|
||||||
|
typename _Unique_if<T>::_Unknown_bound
|
||||||
|
make_unique(size_t n) {
|
||||||
|
typedef typename std::remove_extent<T>::type U;
|
||||||
|
return std::unique_ptr<T>(new U[n]());
|
||||||
|
}
|
||||||
|
template<class T, class... Args>
|
||||||
|
typename _Unique_if<T>::_Known_bound
|
||||||
|
make_unique(Args&&...) = delete;
|
||||||
|
|
||||||
|
// std::size
|
||||||
|
template <typename T, size_t N>
|
||||||
|
constexpr size_t size(const T (&)[N]) noexcept {
|
||||||
|
return N;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
@ -10,15 +10,7 @@
|
||||||
|
|
||||||
#include "Sci_Position.h"
|
#include "Sci_Position.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
namespace Scintilla {
|
namespace Scintilla {
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define SCI_METHOD __stdcall
|
|
||||||
#else
|
|
||||||
#define SCI_METHOD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum { dvOriginal=0, dvLineEnd=1 };
|
enum { dvOriginal=0, dvLineEnd=1 };
|
||||||
|
|
||||||
|
|
@ -54,7 +46,7 @@ public:
|
||||||
virtual int SCI_METHOD GetCharacterAndWidth(Sci_Position position, Sci_Position *pWidth) const = 0;
|
virtual int SCI_METHOD GetCharacterAndWidth(Sci_Position position, Sci_Position *pWidth) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum { lvOriginal=0, lvSubStyles=1 };
|
enum { lvOriginal=0, lvSubStyles=1, lvMetaData=2, lvIdentity=3 };
|
||||||
|
|
||||||
class ILexer {
|
class ILexer {
|
||||||
public:
|
public:
|
||||||
|
|
@ -85,16 +77,21 @@ public:
|
||||||
virtual const char * SCI_METHOD GetSubStyleBases() = 0;
|
virtual const char * SCI_METHOD GetSubStyleBases() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ILoader {
|
class ILexerWithMetaData : public ILexerWithSubStyles {
|
||||||
public:
|
public:
|
||||||
virtual int SCI_METHOD Release() = 0;
|
virtual int SCI_METHOD NamedStyles() = 0;
|
||||||
// Returns a status code from SC_STATUS_*
|
virtual const char * SCI_METHOD NameOfStyle(int style) = 0;
|
||||||
virtual int SCI_METHOD AddData(char *data, Sci_Position length) = 0;
|
virtual const char * SCI_METHOD TagsOfStyle(int style) = 0;
|
||||||
virtual void * SCI_METHOD ConvertToDocument() = 0;
|
virtual const char * SCI_METHOD DescriptionOfStyle(int style) = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
class ILexerWithIdentity : public ILexerWithMetaData {
|
||||||
|
public:
|
||||||
|
virtual const char * SCI_METHOD GetName() = 0;
|
||||||
|
virtual int SCI_METHOD GetIdentifier() = 0;
|
||||||
|
virtual const char * SCI_METHOD PropertyGet(const char *key) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
21
src/stc/scintilla/include/ILoader.h
Normal file
21
src/stc/scintilla/include/ILoader.h
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
// Scintilla source code edit control
|
||||||
|
/** @file ILoader.h
|
||||||
|
** Interface for loading into a Scintilla document from a background thread.
|
||||||
|
**/
|
||||||
|
// Copyright 1998-2017 by Neil Hodgson <neilh@scintilla.org>
|
||||||
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
|
#ifndef ILOADER_H
|
||||||
|
#define ILOADER_H
|
||||||
|
|
||||||
|
#include "Sci_Position.h"
|
||||||
|
|
||||||
|
class ILoader {
|
||||||
|
public:
|
||||||
|
virtual int SCI_METHOD Release() = 0;
|
||||||
|
// Returns a status code from SC_STATUS_*
|
||||||
|
virtual int SCI_METHOD AddData(const char *data, Sci_Position length) = 0;
|
||||||
|
virtual void * SCI_METHOD ConvertToDocument() = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
#define PLAT_FOX 0
|
#define PLAT_FOX 0
|
||||||
#define PLAT_CURSES 0
|
#define PLAT_CURSES 0
|
||||||
#define PLAT_TK 0
|
#define PLAT_TK 0
|
||||||
|
#define PLAT_HAIKU 0
|
||||||
|
|
||||||
#if defined(FOX)
|
#if defined(FOX)
|
||||||
#undef PLAT_FOX
|
#undef PLAT_FOX
|
||||||
|
|
@ -38,6 +39,10 @@
|
||||||
#undef PLAT_CURSES
|
#undef PLAT_CURSES
|
||||||
#define PLAT_CURSES 1
|
#define PLAT_CURSES 1
|
||||||
|
|
||||||
|
#elif defined(__HAIKU__)
|
||||||
|
#undef PLAT_HAIKU
|
||||||
|
#define PLAT_HAIKU 1
|
||||||
|
|
||||||
#elif defined(SCINTILLA_QT)
|
#elif defined(SCINTILLA_QT)
|
||||||
#undef PLAT_QT
|
#undef PLAT_QT
|
||||||
#define PLAT_QT 1
|
#define PLAT_QT 1
|
||||||
|
|
@ -71,15 +76,10 @@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
namespace Scintilla {
|
namespace Scintilla {
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef float XYPOSITION;
|
typedef float XYPOSITION;
|
||||||
typedef double XYACCUMULATOR;
|
typedef double XYACCUMULATOR;
|
||||||
inline int RoundXYPosition(XYPOSITION xyPos) {
|
|
||||||
return int(xyPos + 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Underlying the implementation of the platform classes are platform specific types.
|
// Underlying the implementation of the platform classes are platform specific types.
|
||||||
// Sometimes these need to be passed around by client code so they are defined here
|
// Sometimes these need to be passed around by client code so they are defined here
|
||||||
|
|
@ -101,21 +101,31 @@ public:
|
||||||
XYPOSITION x;
|
XYPOSITION x;
|
||||||
XYPOSITION y;
|
XYPOSITION y;
|
||||||
|
|
||||||
explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) : x(x_), y(y_) {
|
constexpr explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) noexcept : x(x_), y(y_) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static Point FromInts(int x_, int y_) {
|
static constexpr Point FromInts(int x_, int y_) noexcept {
|
||||||
return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_));
|
return Point(static_cast<XYPOSITION>(x_), static_cast<XYPOSITION>(y_));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Other automatically defined methods (assignment, copy constructor, destructor) are fine
|
constexpr bool operator!=(Point other) const noexcept {
|
||||||
|
return (x != other.x) || (y != other.y);
|
||||||
|
}
|
||||||
|
|
||||||
static Point FromLong(long lpoint);
|
constexpr Point operator+(Point other) const noexcept {
|
||||||
|
return Point(x + other.x, y + other.y);
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr Point operator-(Point other) const noexcept {
|
||||||
|
return Point(x - other.x, y - other.y);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Other automatically defined methods (assignment, copy constructor, destructor) are fine
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A geometric rectangle class.
|
* A geometric rectangle class.
|
||||||
* PRectangle is similar to the Win32 RECT.
|
* PRectangle is similar to Win32 RECT.
|
||||||
* PRectangles contain their top and left sides, but not their right and bottom sides.
|
* PRectangles contain their top and left sides, but not their right and bottom sides.
|
||||||
*/
|
*/
|
||||||
class PRectangle {
|
class PRectangle {
|
||||||
|
|
@ -125,113 +135,147 @@ public:
|
||||||
XYPOSITION right;
|
XYPOSITION right;
|
||||||
XYPOSITION bottom;
|
XYPOSITION bottom;
|
||||||
|
|
||||||
explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_ = 0) :
|
constexpr explicit PRectangle(XYPOSITION left_=0, XYPOSITION top_=0, XYPOSITION right_=0, XYPOSITION bottom_ = 0) noexcept :
|
||||||
left(left_), top(top_), right(right_), bottom(bottom_) {
|
left(left_), top(top_), right(right_), bottom(bottom_) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static PRectangle FromInts(int left_, int top_, int right_, int bottom_) {
|
static constexpr PRectangle FromInts(int left_, int top_, int right_, int bottom_) noexcept {
|
||||||
return PRectangle(static_cast<XYPOSITION>(left_), static_cast<XYPOSITION>(top_),
|
return PRectangle(static_cast<XYPOSITION>(left_), static_cast<XYPOSITION>(top_),
|
||||||
static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_));
|
static_cast<XYPOSITION>(right_), static_cast<XYPOSITION>(bottom_));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Other automatically defined methods (assignment, copy constructor, destructor) are fine
|
// Other automatically defined methods (assignment, copy constructor, destructor) are fine
|
||||||
|
|
||||||
bool operator==(PRectangle &rc) const {
|
constexpr bool operator==(const PRectangle &rc) const noexcept {
|
||||||
return (rc.left == left) && (rc.right == right) &&
|
return (rc.left == left) && (rc.right == right) &&
|
||||||
(rc.top == top) && (rc.bottom == bottom);
|
(rc.top == top) && (rc.bottom == bottom);
|
||||||
}
|
}
|
||||||
bool Contains(Point pt) const {
|
constexpr bool Contains(Point pt) const noexcept {
|
||||||
return (pt.x >= left) && (pt.x <= right) &&
|
return (pt.x >= left) && (pt.x <= right) &&
|
||||||
(pt.y >= top) && (pt.y <= bottom);
|
(pt.y >= top) && (pt.y <= bottom);
|
||||||
}
|
}
|
||||||
bool ContainsWholePixel(Point pt) const {
|
constexpr bool ContainsWholePixel(Point pt) const noexcept {
|
||||||
// Does the rectangle contain all of the pixel to left/below the point
|
// Does the rectangle contain all of the pixel to left/below the point
|
||||||
return (pt.x >= left) && ((pt.x+1) <= right) &&
|
return (pt.x >= left) && ((pt.x+1) <= right) &&
|
||||||
(pt.y >= top) && ((pt.y+1) <= bottom);
|
(pt.y >= top) && ((pt.y+1) <= bottom);
|
||||||
}
|
}
|
||||||
bool Contains(PRectangle rc) const {
|
constexpr bool Contains(PRectangle rc) const noexcept {
|
||||||
return (rc.left >= left) && (rc.right <= right) &&
|
return (rc.left >= left) && (rc.right <= right) &&
|
||||||
(rc.top >= top) && (rc.bottom <= bottom);
|
(rc.top >= top) && (rc.bottom <= bottom);
|
||||||
}
|
}
|
||||||
bool Intersects(PRectangle other) const {
|
constexpr bool Intersects(PRectangle other) const noexcept {
|
||||||
return (right > other.left) && (left < other.right) &&
|
return (right > other.left) && (left < other.right) &&
|
||||||
(bottom > other.top) && (top < other.bottom);
|
(bottom > other.top) && (top < other.bottom);
|
||||||
}
|
}
|
||||||
void Move(XYPOSITION xDelta, XYPOSITION yDelta) {
|
void Move(XYPOSITION xDelta, XYPOSITION yDelta) noexcept {
|
||||||
left += xDelta;
|
left += xDelta;
|
||||||
top += yDelta;
|
top += yDelta;
|
||||||
right += xDelta;
|
right += xDelta;
|
||||||
bottom += yDelta;
|
bottom += yDelta;
|
||||||
}
|
}
|
||||||
XYPOSITION Width() const { return right - left; }
|
constexpr XYPOSITION Width() const noexcept { return right - left; }
|
||||||
XYPOSITION Height() const { return bottom - top; }
|
constexpr XYPOSITION Height() const noexcept { return bottom - top; }
|
||||||
bool Empty() const {
|
constexpr bool Empty() const noexcept {
|
||||||
return (Height() <= 0) || (Width() <= 0);
|
return (Height() <= 0) || (Width() <= 0);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds a desired RGB colour.
|
* Holds an RGB colour with 8 bits for each component.
|
||||||
*/
|
*/
|
||||||
|
constexpr const float componentMaximum = 255.0f;
|
||||||
class ColourDesired {
|
class ColourDesired {
|
||||||
long co;
|
int co;
|
||||||
public:
|
public:
|
||||||
ColourDesired(long lcol=0) {
|
constexpr explicit ColourDesired(int co_=0) noexcept : co(co_) {
|
||||||
co = lcol;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ColourDesired(unsigned int red, unsigned int green, unsigned int blue) {
|
constexpr ColourDesired(unsigned int red, unsigned int green, unsigned int blue) noexcept :
|
||||||
Set(red, green, blue);
|
co(red | (green << 8) | (blue << 16)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool operator==(const ColourDesired &other) const {
|
constexpr bool operator==(const ColourDesired &other) const noexcept {
|
||||||
return co == other.co;
|
return co == other.co;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Set(long lcol) {
|
constexpr int AsInteger() const noexcept {
|
||||||
co = lcol;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Set(unsigned int red, unsigned int green, unsigned int blue) {
|
|
||||||
co = red | (green << 8) | (blue << 16);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline unsigned int ValueOfHex(const char ch) {
|
|
||||||
if (ch >= '0' && ch <= '9')
|
|
||||||
return ch - '0';
|
|
||||||
else if (ch >= 'A' && ch <= 'F')
|
|
||||||
return ch - 'A' + 10;
|
|
||||||
else if (ch >= 'a' && ch <= 'f')
|
|
||||||
return ch - 'a' + 10;
|
|
||||||
else
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Set(const char *val) {
|
|
||||||
if (*val == '#') {
|
|
||||||
val++;
|
|
||||||
}
|
|
||||||
unsigned int r = ValueOfHex(val[0]) * 16 + ValueOfHex(val[1]);
|
|
||||||
unsigned int g = ValueOfHex(val[2]) * 16 + ValueOfHex(val[3]);
|
|
||||||
unsigned int b = ValueOfHex(val[4]) * 16 + ValueOfHex(val[5]);
|
|
||||||
Set(r, g, b);
|
|
||||||
}
|
|
||||||
|
|
||||||
long AsLong() const {
|
|
||||||
return co;
|
return co;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int GetRed() const {
|
// Red, green and blue values as bytes 0..255
|
||||||
|
constexpr unsigned char GetRed() const noexcept {
|
||||||
return co & 0xff;
|
return co & 0xff;
|
||||||
}
|
}
|
||||||
|
constexpr unsigned char GetGreen() const noexcept {
|
||||||
unsigned int GetGreen() const {
|
|
||||||
return (co >> 8) & 0xff;
|
return (co >> 8) & 0xff;
|
||||||
}
|
}
|
||||||
|
constexpr unsigned char GetBlue() const noexcept {
|
||||||
unsigned int GetBlue() const {
|
|
||||||
return (co >> 16) & 0xff;
|
return (co >> 16) & 0xff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Red, green and blue values as float 0..1.0
|
||||||
|
constexpr float GetRedComponent() const noexcept {
|
||||||
|
return GetRed() / componentMaximum;
|
||||||
|
}
|
||||||
|
constexpr float GetGreenComponent() const noexcept {
|
||||||
|
return GetGreen() / componentMaximum;
|
||||||
|
}
|
||||||
|
constexpr float GetBlueComponent() const noexcept {
|
||||||
|
return GetBlue() / componentMaximum;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Holds an RGBA colour.
|
||||||
|
*/
|
||||||
|
class ColourAlpha : public ColourDesired {
|
||||||
|
public:
|
||||||
|
constexpr explicit ColourAlpha(int co_ = 0) noexcept : ColourDesired(co_) {
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr ColourAlpha(unsigned int red, unsigned int green, unsigned int blue) noexcept :
|
||||||
|
ColourDesired(red | (green << 8) | (blue << 16)) {
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr ColourAlpha(unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) noexcept :
|
||||||
|
ColourDesired(red | (green << 8) | (blue << 16) | (alpha << 24)) {
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr ColourAlpha(ColourDesired cd, unsigned int alpha) noexcept :
|
||||||
|
ColourDesired(cd.AsInteger() | (alpha << 24)) {
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr ColourDesired GetColour() const noexcept {
|
||||||
|
return ColourDesired(AsInteger() & 0xffffff);
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr unsigned char GetAlpha() const noexcept {
|
||||||
|
return (AsInteger() >> 24) & 0xff;
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr float GetAlphaComponent() const noexcept {
|
||||||
|
return GetAlpha() / componentMaximum;
|
||||||
|
}
|
||||||
|
|
||||||
|
ColourAlpha MixedWith(ColourAlpha other) const noexcept {
|
||||||
|
const unsigned int red = (GetRed() + other.GetRed()) / 2;
|
||||||
|
const unsigned int green = (GetGreen() + other.GetGreen()) / 2;
|
||||||
|
const unsigned int blue = (GetBlue() + other.GetBlue()) / 2;
|
||||||
|
const unsigned int alpha = (GetAlpha() + other.GetAlpha()) / 2;
|
||||||
|
return ColourAlpha(red, green, blue, alpha);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Holds an element of a gradient with an RGBA colour and a relative position.
|
||||||
|
*/
|
||||||
|
class ColourStop {
|
||||||
|
public:
|
||||||
|
float position;
|
||||||
|
ColourAlpha colour;
|
||||||
|
ColourStop(float position_, ColourAlpha colour_) noexcept :
|
||||||
|
position(position_), colour(colour_) {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -254,7 +298,7 @@ struct FontParameters {
|
||||||
bool italic_=false,
|
bool italic_=false,
|
||||||
int extraFontFlag_=0,
|
int extraFontFlag_=0,
|
||||||
int technology_=0,
|
int technology_=0,
|
||||||
int characterSet_=0) :
|
int characterSet_=0) noexcept :
|
||||||
|
|
||||||
faceName(faceName_),
|
faceName(faceName_),
|
||||||
size(size_),
|
size(size_),
|
||||||
|
|
@ -271,19 +315,21 @@ struct FontParameters {
|
||||||
class Font {
|
class Font {
|
||||||
protected:
|
protected:
|
||||||
FontID fid;
|
FontID fid;
|
||||||
// Private so Font objects can not be copied
|
|
||||||
Font(const Font &);
|
|
||||||
Font &operator=(const Font &);
|
|
||||||
public:
|
public:
|
||||||
Font();
|
Font() noexcept;
|
||||||
|
// Deleted so Font objects can not be copied
|
||||||
|
Font(const Font &) = delete;
|
||||||
|
Font(Font &&) = default;
|
||||||
|
Font &operator=(const Font &) = delete;
|
||||||
|
Font &operator=(Font &&) = delete;
|
||||||
virtual ~Font();
|
virtual ~Font();
|
||||||
|
|
||||||
virtual void Create(const FontParameters &fp);
|
virtual void Create(const FontParameters &fp);
|
||||||
virtual void Release();
|
virtual void Release();
|
||||||
|
|
||||||
FontID GetID() { return fid; }
|
FontID GetID() const noexcept { return fid; }
|
||||||
// Alias another font - caller guarantees not to Release
|
// Alias another font - caller guarantees not to Release
|
||||||
void SetID(FontID fid_) { fid = fid_; }
|
void SetID(FontID fid_) noexcept { fid = fid_; }
|
||||||
friend class Surface;
|
friend class Surface;
|
||||||
friend class SurfaceImpl;
|
friend class SurfaceImpl;
|
||||||
};
|
};
|
||||||
|
|
@ -292,12 +338,12 @@ public:
|
||||||
* A surface abstracts a place to draw.
|
* A surface abstracts a place to draw.
|
||||||
*/
|
*/
|
||||||
class Surface {
|
class Surface {
|
||||||
private:
|
|
||||||
// Private so Surface objects can not be copied
|
|
||||||
Surface(const Surface &) {}
|
|
||||||
Surface &operator=(const Surface &) { return *this; }
|
|
||||||
public:
|
public:
|
||||||
Surface() {}
|
Surface() noexcept = default;
|
||||||
|
Surface(const Surface &) = delete;
|
||||||
|
Surface(Surface &&) = delete;
|
||||||
|
Surface &operator=(const Surface &) = delete;
|
||||||
|
Surface &operator=(Surface &&) = delete;
|
||||||
virtual ~Surface() {}
|
virtual ~Surface() {}
|
||||||
static Surface *Allocate(int technology);
|
static Surface *Allocate(int technology);
|
||||||
|
|
||||||
|
|
@ -312,27 +358,27 @@ public:
|
||||||
virtual int DeviceHeightFont(int points)=0;
|
virtual int DeviceHeightFont(int points)=0;
|
||||||
virtual void MoveTo(int x_, int y_)=0;
|
virtual void MoveTo(int x_, int y_)=0;
|
||||||
virtual void LineTo(int x_, int y_)=0;
|
virtual void LineTo(int x_, int y_)=0;
|
||||||
virtual void Polygon(Point *pts, int npts, ColourDesired fore, ColourDesired back)=0;
|
virtual void Polygon(Point *pts, size_t npts, ColourDesired fore, ColourDesired back)=0;
|
||||||
virtual void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back)=0;
|
virtual void RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back)=0;
|
||||||
virtual void FillRectangle(PRectangle rc, ColourDesired back)=0;
|
virtual void FillRectangle(PRectangle rc, ColourDesired back)=0;
|
||||||
virtual void FillRectangle(PRectangle rc, Surface &surfacePattern)=0;
|
virtual void FillRectangle(PRectangle rc, Surface &surfacePattern)=0;
|
||||||
virtual void RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back)=0;
|
virtual void RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back)=0;
|
||||||
virtual void AlphaRectangle(PRectangle rc, int cornerSize, ColourDesired fill, int alphaFill,
|
virtual void AlphaRectangle(PRectangle rc, int cornerSize, ColourDesired fill, int alphaFill,
|
||||||
ColourDesired outline, int alphaOutline, int flags)=0;
|
ColourDesired outline, int alphaOutline, int flags)=0;
|
||||||
|
enum class GradientOptions { leftToRight, topToBottom };
|
||||||
|
virtual void GradientRectangle(PRectangle rc, const std::vector<ColourStop> &stops, GradientOptions options)=0;
|
||||||
virtual void DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsImage) = 0;
|
virtual void DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsImage) = 0;
|
||||||
virtual void Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back)=0;
|
virtual void Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back)=0;
|
||||||
virtual void Copy(PRectangle rc, Point from, Surface &surfaceSource)=0;
|
virtual void Copy(PRectangle rc, Point from, Surface &surfaceSource)=0;
|
||||||
|
|
||||||
virtual void DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore, ColourDesired back)=0;
|
virtual void DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore, ColourDesired back) = 0;
|
||||||
virtual void DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore, ColourDesired back)=0;
|
virtual void DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore, ColourDesired back) = 0;
|
||||||
virtual void DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore)=0;
|
virtual void DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, ColourDesired fore) = 0;
|
||||||
virtual void MeasureWidths(Font &font_, const char *s, int len, XYPOSITION *positions)=0;
|
virtual void MeasureWidths(Font &font_, const char *s, int len, XYPOSITION *positions) = 0;
|
||||||
virtual XYPOSITION WidthText(Font &font_, const char *s, int len)=0;
|
virtual XYPOSITION WidthText(Font &font_, const char *s, int len) = 0;
|
||||||
virtual XYPOSITION WidthChar(Font &font_, char ch)=0;
|
|
||||||
virtual XYPOSITION Ascent(Font &font_)=0;
|
virtual XYPOSITION Ascent(Font &font_)=0;
|
||||||
virtual XYPOSITION Descent(Font &font_)=0;
|
virtual XYPOSITION Descent(Font &font_)=0;
|
||||||
virtual XYPOSITION InternalLeading(Font &font_)=0;
|
virtual XYPOSITION InternalLeading(Font &font_)=0;
|
||||||
virtual XYPOSITION ExternalLeading(Font &font_)=0;
|
|
||||||
virtual XYPOSITION Height(Font &font_)=0;
|
virtual XYPOSITION Height(Font &font_)=0;
|
||||||
virtual XYPOSITION AverageCharWidth(Font &font_)=0;
|
virtual XYPOSITION AverageCharWidth(Font &font_)=0;
|
||||||
|
|
||||||
|
|
@ -343,11 +389,6 @@ public:
|
||||||
virtual void SetDBCSMode(int codePage)=0;
|
virtual void SetDBCSMode(int codePage)=0;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* A simple callback action passing one piece of untyped user data.
|
|
||||||
*/
|
|
||||||
typedef void (*CallBackAction)(void*);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to hide the details of window manipulation.
|
* Class to hide the details of window manipulation.
|
||||||
* Does not own the window which will normally have a longer life than this object.
|
* Does not own the window which will normally have a longer life than this object.
|
||||||
|
|
@ -356,30 +397,31 @@ class Window {
|
||||||
protected:
|
protected:
|
||||||
WindowID wid;
|
WindowID wid;
|
||||||
public:
|
public:
|
||||||
Window() : wid(0), cursorLast(cursorInvalid) {
|
Window() noexcept : wid(nullptr), cursorLast(cursorInvalid) {
|
||||||
}
|
}
|
||||||
Window(const Window &source) : wid(source.wid), cursorLast(cursorInvalid) {
|
Window(const Window &source) = delete;
|
||||||
}
|
Window(Window &&) = delete;
|
||||||
virtual ~Window();
|
Window &operator=(WindowID wid_) noexcept {
|
||||||
Window &operator=(WindowID wid_) {
|
|
||||||
wid = wid_;
|
wid = wid_;
|
||||||
|
cursorLast = cursorInvalid;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
WindowID GetID() const { return wid; }
|
Window &operator=(const Window &) = delete;
|
||||||
bool Created() const { return wid != 0; }
|
Window &operator=(Window &&) = delete;
|
||||||
|
virtual ~Window();
|
||||||
|
WindowID GetID() const noexcept { return wid; }
|
||||||
|
bool Created() const noexcept { return wid != nullptr; }
|
||||||
void Destroy();
|
void Destroy();
|
||||||
bool HasFocus();
|
PRectangle GetPosition() const;
|
||||||
PRectangle GetPosition();
|
|
||||||
void SetPosition(PRectangle rc);
|
void SetPosition(PRectangle rc);
|
||||||
void SetPositionRelative(PRectangle rc, Window relativeTo);
|
void SetPositionRelative(PRectangle rc, const Window *relativeTo);
|
||||||
PRectangle GetClientPosition();
|
PRectangle GetClientPosition() const;
|
||||||
void Show(bool show=true);
|
void Show(bool show=true);
|
||||||
void InvalidateAll();
|
void InvalidateAll();
|
||||||
void InvalidateRectangle(PRectangle rc);
|
void InvalidateRectangle(PRectangle rc);
|
||||||
virtual void SetFont(Font &font);
|
virtual void SetFont(Font &font);
|
||||||
enum Cursor { cursorInvalid, cursorText, cursorArrow, cursorUp, cursorWait, cursorHoriz, cursorVert, cursorReverseArrow, cursorHand };
|
enum Cursor { cursorInvalid, cursorText, cursorArrow, cursorUp, cursorWait, cursorHoriz, cursorVert, cursorReverseArrow, cursorHand };
|
||||||
void SetCursor(Cursor curs);
|
void SetCursor(Cursor curs);
|
||||||
void SetTitle(const char *s);
|
|
||||||
PRectangle GetMonitorRect(Point pt);
|
PRectangle GetMonitorRect(Point pt);
|
||||||
private:
|
private:
|
||||||
Cursor cursorLast;
|
Cursor cursorLast;
|
||||||
|
|
@ -389,13 +431,26 @@ private:
|
||||||
* Listbox management.
|
* Listbox management.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// ScintillaBase implements IListBoxDelegate to receive ListBoxEvents from a ListBox
|
||||||
|
|
||||||
|
struct ListBoxEvent {
|
||||||
|
enum class EventType { selectionChange, doubleClick } event;
|
||||||
|
ListBoxEvent(EventType event_) noexcept : event(event_) {
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
class IListBoxDelegate {
|
||||||
|
public:
|
||||||
|
virtual void ListNotify(ListBoxEvent *plbe)=0;
|
||||||
|
};
|
||||||
|
|
||||||
class ListBox : public Window {
|
class ListBox : public Window {
|
||||||
public:
|
public:
|
||||||
ListBox();
|
ListBox() noexcept;
|
||||||
virtual ~ListBox();
|
~ListBox() override;
|
||||||
static ListBox *Allocate();
|
static ListBox *Allocate();
|
||||||
|
|
||||||
virtual void SetFont(Font &font)=0;
|
void SetFont(Font &font) override =0;
|
||||||
virtual void Create(Window &parent, int ctrlID, Point location, int lineHeight_, bool unicodeMode_, int technology_)=0;
|
virtual void Create(Window &parent, int ctrlID, Point location, int lineHeight_, bool unicodeMode_, int technology_)=0;
|
||||||
virtual void SetAverageCharWidth(int width)=0;
|
virtual void SetAverageCharWidth(int width)=0;
|
||||||
virtual void SetVisibleRows(int rows)=0;
|
virtual void SetVisibleRows(int rows)=0;
|
||||||
|
|
@ -412,7 +467,7 @@ public:
|
||||||
virtual void RegisterImage(int type, const char *xpm_data)=0;
|
virtual void RegisterImage(int type, const char *xpm_data)=0;
|
||||||
virtual void RegisterRGBAImage(int type, int width, int height, const unsigned char *pixelsImage) = 0;
|
virtual void RegisterRGBAImage(int type, int width, int height, const unsigned char *pixelsImage) = 0;
|
||||||
virtual void ClearRegisteredImages()=0;
|
virtual void ClearRegisteredImages()=0;
|
||||||
virtual void SetDoubleClickAction(CallBackAction, void *)=0;
|
virtual void SetDelegate(IListBoxDelegate *lbDelegate)=0;
|
||||||
virtual void SetList(const char* list, char separator, char typesep)=0;
|
virtual void SetList(const char* list, char separator, char typesep)=0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -422,27 +477,19 @@ public:
|
||||||
class Menu {
|
class Menu {
|
||||||
MenuID mid;
|
MenuID mid;
|
||||||
public:
|
public:
|
||||||
Menu();
|
Menu() noexcept;
|
||||||
MenuID GetID() { return mid; }
|
MenuID GetID() const noexcept { return mid; }
|
||||||
void CreatePopUp();
|
void CreatePopUp();
|
||||||
void Destroy();
|
void Destroy();
|
||||||
void Show(Point pt, Window &w);
|
void Show(Point pt, Window &w);
|
||||||
};
|
};
|
||||||
|
|
||||||
class ElapsedTime {
|
|
||||||
long bigBit;
|
|
||||||
long littleBit;
|
|
||||||
public:
|
|
||||||
ElapsedTime();
|
|
||||||
double Duration(bool reset=false);
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dynamic Library (DLL/SO/...) loading
|
* Dynamic Library (DLL/SO/...) loading
|
||||||
*/
|
*/
|
||||||
class DynamicLibrary {
|
class DynamicLibrary {
|
||||||
public:
|
public:
|
||||||
virtual ~DynamicLibrary() {}
|
virtual ~DynamicLibrary() = default;
|
||||||
|
|
||||||
/// @return Pointer to function "name", or NULL on failure.
|
/// @return Pointer to function "name", or NULL on failure.
|
||||||
virtual Function FindFunction(const char *name) = 0;
|
virtual Function FindFunction(const char *name) = 0;
|
||||||
|
|
@ -469,61 +516,34 @@ public:
|
||||||
* and chrome colour. Not a creatable object, more of a module with several functions.
|
* and chrome colour. Not a creatable object, more of a module with several functions.
|
||||||
*/
|
*/
|
||||||
class Platform {
|
class Platform {
|
||||||
// Private so Platform objects can not be copied
|
|
||||||
Platform(const Platform &) {}
|
|
||||||
Platform &operator=(const Platform &) { return *this; }
|
|
||||||
public:
|
public:
|
||||||
// Should be private because no new Platforms are ever created
|
Platform() = default;
|
||||||
// but gcc warns about this
|
Platform(const Platform &) = delete;
|
||||||
Platform() {}
|
Platform(Platform &&) = delete;
|
||||||
~Platform() {}
|
Platform &operator=(const Platform &) = delete;
|
||||||
|
Platform &operator=(Platform &&) = delete;
|
||||||
|
~Platform() = default;
|
||||||
static ColourDesired Chrome();
|
static ColourDesired Chrome();
|
||||||
static ColourDesired ChromeHighlight();
|
static ColourDesired ChromeHighlight();
|
||||||
static const char *DefaultFont();
|
static const char *DefaultFont();
|
||||||
static int DefaultFontSize();
|
static int DefaultFontSize();
|
||||||
static unsigned int DoubleClickTime();
|
static unsigned int DoubleClickTime();
|
||||||
static bool MouseButtonBounce();
|
|
||||||
static void DebugDisplay(const char *s);
|
static void DebugDisplay(const char *s);
|
||||||
static bool IsKeyDown(int key);
|
static constexpr long LongFromTwoShorts(short a,short b) noexcept {
|
||||||
static long SendScintilla(
|
|
||||||
WindowID w, unsigned int msg, unsigned long wParam=0, long lParam=0);
|
|
||||||
static long SendScintillaPointer(
|
|
||||||
WindowID w, unsigned int msg, unsigned long wParam=0, void *lParam=0);
|
|
||||||
static bool IsDBCSLeadByte(int codePage, char ch);
|
|
||||||
static int DBCSCharLength(int codePage, const char *s);
|
|
||||||
static int DBCSCharMaxLength();
|
|
||||||
|
|
||||||
// These are utility functions not really tied to a platform
|
|
||||||
static int Minimum(int a, int b);
|
|
||||||
static int Maximum(int a, int b);
|
|
||||||
// Next three assume 16 bit shorts and 32 bit longs
|
|
||||||
static long LongFromTwoShorts(short a,short b) {
|
|
||||||
return (a) | ((b) << 16);
|
return (a) | ((b) << 16);
|
||||||
}
|
}
|
||||||
static short HighShortFromLong(long x) {
|
|
||||||
return static_cast<short>(x >> 16);
|
|
||||||
}
|
|
||||||
static short LowShortFromLong(long x) {
|
|
||||||
return static_cast<short>(x & 0xffff);
|
|
||||||
}
|
|
||||||
static void DebugPrintf(const char *format, ...);
|
static void DebugPrintf(const char *format, ...);
|
||||||
static bool ShowAssertionPopUps(bool assertionPopUps_);
|
static bool ShowAssertionPopUps(bool assertionPopUps_);
|
||||||
static void Assert(const char *c, const char *file, int line) CLANG_ANALYZER_NORETURN;
|
static void Assert(const char *c, const char *file, int line) CLANG_ANALYZER_NORETURN;
|
||||||
static int Clamp(int val, int minVal, int maxVal);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#define PLATFORM_ASSERT(c) ((void)0)
|
#define PLATFORM_ASSERT(c) ((void)0)
|
||||||
#else
|
#else
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
#define PLATFORM_ASSERT(c) ((c) ? (void)(0) : Scintilla::Platform::Assert(#c, __FILE__, __LINE__))
|
#define PLATFORM_ASSERT(c) ((c) ? (void)(0) : Scintilla::Platform::Assert(#c, __FILE__, __LINE__))
|
||||||
#else
|
|
||||||
#define PLATFORM_ASSERT(c) ((c) ? (void)(0) : Platform::Assert(#c, __FILE__, __LINE__))
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -134,6 +134,17 @@
|
||||||
#define SCLEX_TEHEX 119
|
#define SCLEX_TEHEX 119
|
||||||
#define SCLEX_JSON 120
|
#define SCLEX_JSON 120
|
||||||
#define SCLEX_EDIFACT 121
|
#define SCLEX_EDIFACT 121
|
||||||
|
#define SCLEX_INDENT 122
|
||||||
|
#define SCLEX_MAXIMA 123
|
||||||
|
#define SCLEX_STATA 124
|
||||||
|
#define SCLEX_SAS 125
|
||||||
|
#define SCLEX_NIM 126
|
||||||
|
#define SCLEX_CIL 127
|
||||||
|
#define SCLEX_X12 128
|
||||||
|
#define SCLEX_DATAFLEX 129
|
||||||
|
#define SCLEX_HOLLYWOOD 130
|
||||||
|
#define SCLEX_RAKU 131
|
||||||
|
#define SCLEX_LPEG 999
|
||||||
#define SCLEX_AUTOMATIC 1000
|
#define SCLEX_AUTOMATIC 1000
|
||||||
#define SCE_P_DEFAULT 0
|
#define SCE_P_DEFAULT 0
|
||||||
#define SCE_P_COMMENTLINE 1
|
#define SCE_P_COMMENTLINE 1
|
||||||
|
|
@ -151,6 +162,10 @@
|
||||||
#define SCE_P_STRINGEOL 13
|
#define SCE_P_STRINGEOL 13
|
||||||
#define SCE_P_WORD2 14
|
#define SCE_P_WORD2 14
|
||||||
#define SCE_P_DECORATOR 15
|
#define SCE_P_DECORATOR 15
|
||||||
|
#define SCE_P_FSTRING 16
|
||||||
|
#define SCE_P_FCHARACTER 17
|
||||||
|
#define SCE_P_FTRIPLE 18
|
||||||
|
#define SCE_P_FTRIPLEDOUBLE 19
|
||||||
#define SCE_C_DEFAULT 0
|
#define SCE_C_DEFAULT 0
|
||||||
#define SCE_C_COMMENT 1
|
#define SCE_C_COMMENT 1
|
||||||
#define SCE_C_COMMENTLINE 2
|
#define SCE_C_COMMENTLINE 2
|
||||||
|
|
@ -502,6 +517,7 @@
|
||||||
#define SCE_ERR_GCC_INCLUDED_FROM 22
|
#define SCE_ERR_GCC_INCLUDED_FROM 22
|
||||||
#define SCE_ERR_ESCSEQ 23
|
#define SCE_ERR_ESCSEQ 23
|
||||||
#define SCE_ERR_ESCSEQ_UNKNOWN 24
|
#define SCE_ERR_ESCSEQ_UNKNOWN 24
|
||||||
|
#define SCE_ERR_GCC_EXCERPT 25
|
||||||
#define SCE_ERR_ES_BLACK 40
|
#define SCE_ERR_ES_BLACK 40
|
||||||
#define SCE_ERR_ES_RED 41
|
#define SCE_ERR_ES_RED 41
|
||||||
#define SCE_ERR_ES_GREEN 42
|
#define SCE_ERR_ES_GREEN 42
|
||||||
|
|
@ -552,6 +568,10 @@
|
||||||
#define SCE_DIFF_DELETED 5
|
#define SCE_DIFF_DELETED 5
|
||||||
#define SCE_DIFF_ADDED 6
|
#define SCE_DIFF_ADDED 6
|
||||||
#define SCE_DIFF_CHANGED 7
|
#define SCE_DIFF_CHANGED 7
|
||||||
|
#define SCE_DIFF_PATCH_ADD 8
|
||||||
|
#define SCE_DIFF_PATCH_DELETE 9
|
||||||
|
#define SCE_DIFF_REMOVED_PATCH_ADD 10
|
||||||
|
#define SCE_DIFF_REMOVED_PATCH_DELETE 11
|
||||||
#define SCE_CONF_DEFAULT 0
|
#define SCE_CONF_DEFAULT 0
|
||||||
#define SCE_CONF_COMMENT 1
|
#define SCE_CONF_COMMENT 1
|
||||||
#define SCE_CONF_NUMBER 2
|
#define SCE_CONF_NUMBER 2
|
||||||
|
|
@ -667,6 +687,14 @@
|
||||||
#define SCE_MATLAB_OPERATOR 6
|
#define SCE_MATLAB_OPERATOR 6
|
||||||
#define SCE_MATLAB_IDENTIFIER 7
|
#define SCE_MATLAB_IDENTIFIER 7
|
||||||
#define SCE_MATLAB_DOUBLEQUOTESTRING 8
|
#define SCE_MATLAB_DOUBLEQUOTESTRING 8
|
||||||
|
#define SCE_MAXIMA_OPERATOR 0
|
||||||
|
#define SCE_MAXIMA_COMMANDENDING 1
|
||||||
|
#define SCE_MAXIMA_COMMENT 2
|
||||||
|
#define SCE_MAXIMA_NUMBER 3
|
||||||
|
#define SCE_MAXIMA_STRING 4
|
||||||
|
#define SCE_MAXIMA_COMMAND 5
|
||||||
|
#define SCE_MAXIMA_VARIABLE 6
|
||||||
|
#define SCE_MAXIMA_UNKNOWN 7
|
||||||
#define SCE_SCRIPTOL_DEFAULT 0
|
#define SCE_SCRIPTOL_DEFAULT 0
|
||||||
#define SCE_SCRIPTOL_WHITE 1
|
#define SCE_SCRIPTOL_WHITE 1
|
||||||
#define SCE_SCRIPTOL_COMMENTLINE 2
|
#define SCE_SCRIPTOL_COMMENTLINE 2
|
||||||
|
|
@ -1807,6 +1835,130 @@
|
||||||
#define SCE_EDI_UNA 6
|
#define SCE_EDI_UNA 6
|
||||||
#define SCE_EDI_UNH 7
|
#define SCE_EDI_UNH 7
|
||||||
#define SCE_EDI_BADSEGMENT 8
|
#define SCE_EDI_BADSEGMENT 8
|
||||||
|
#define SCE_STATA_DEFAULT 0
|
||||||
|
#define SCE_STATA_COMMENT 1
|
||||||
|
#define SCE_STATA_COMMENTLINE 2
|
||||||
|
#define SCE_STATA_COMMENTBLOCK 3
|
||||||
|
#define SCE_STATA_NUMBER 4
|
||||||
|
#define SCE_STATA_OPERATOR 5
|
||||||
|
#define SCE_STATA_IDENTIFIER 6
|
||||||
|
#define SCE_STATA_STRING 7
|
||||||
|
#define SCE_STATA_TYPE 8
|
||||||
|
#define SCE_STATA_WORD 9
|
||||||
|
#define SCE_STATA_GLOBAL_MACRO 10
|
||||||
|
#define SCE_STATA_MACRO 11
|
||||||
|
#define SCE_SAS_DEFAULT 0
|
||||||
|
#define SCE_SAS_COMMENT 1
|
||||||
|
#define SCE_SAS_COMMENTLINE 2
|
||||||
|
#define SCE_SAS_COMMENTBLOCK 3
|
||||||
|
#define SCE_SAS_NUMBER 4
|
||||||
|
#define SCE_SAS_OPERATOR 5
|
||||||
|
#define SCE_SAS_IDENTIFIER 6
|
||||||
|
#define SCE_SAS_STRING 7
|
||||||
|
#define SCE_SAS_TYPE 8
|
||||||
|
#define SCE_SAS_WORD 9
|
||||||
|
#define SCE_SAS_GLOBAL_MACRO 10
|
||||||
|
#define SCE_SAS_MACRO 11
|
||||||
|
#define SCE_SAS_MACRO_KEYWORD 12
|
||||||
|
#define SCE_SAS_BLOCK_KEYWORD 13
|
||||||
|
#define SCE_SAS_MACRO_FUNCTION 14
|
||||||
|
#define SCE_SAS_STATEMENT 15
|
||||||
|
#define SCE_NIM_DEFAULT 0
|
||||||
|
#define SCE_NIM_COMMENT 1
|
||||||
|
#define SCE_NIM_COMMENTDOC 2
|
||||||
|
#define SCE_NIM_COMMENTLINE 3
|
||||||
|
#define SCE_NIM_COMMENTLINEDOC 4
|
||||||
|
#define SCE_NIM_NUMBER 5
|
||||||
|
#define SCE_NIM_STRING 6
|
||||||
|
#define SCE_NIM_CHARACTER 7
|
||||||
|
#define SCE_NIM_WORD 8
|
||||||
|
#define SCE_NIM_TRIPLE 9
|
||||||
|
#define SCE_NIM_TRIPLEDOUBLE 10
|
||||||
|
#define SCE_NIM_BACKTICKS 11
|
||||||
|
#define SCE_NIM_FUNCNAME 12
|
||||||
|
#define SCE_NIM_STRINGEOL 13
|
||||||
|
#define SCE_NIM_NUMERROR 14
|
||||||
|
#define SCE_NIM_OPERATOR 15
|
||||||
|
#define SCE_NIM_IDENTIFIER 16
|
||||||
|
#define SCE_CIL_DEFAULT 0
|
||||||
|
#define SCE_CIL_COMMENT 1
|
||||||
|
#define SCE_CIL_COMMENTLINE 2
|
||||||
|
#define SCE_CIL_WORD 3
|
||||||
|
#define SCE_CIL_WORD2 4
|
||||||
|
#define SCE_CIL_WORD3 5
|
||||||
|
#define SCE_CIL_STRING 6
|
||||||
|
#define SCE_CIL_LABEL 7
|
||||||
|
#define SCE_CIL_OPERATOR 8
|
||||||
|
#define SCE_CIL_IDENTIFIER 9
|
||||||
|
#define SCE_CIL_STRINGEOL 10
|
||||||
|
#define SCE_X12_DEFAULT 0
|
||||||
|
#define SCE_X12_BAD 1
|
||||||
|
#define SCE_X12_ENVELOPE 2
|
||||||
|
#define SCE_X12_FUNCTIONGROUP 3
|
||||||
|
#define SCE_X12_TRANSACTIONSET 4
|
||||||
|
#define SCE_X12_SEGMENTHEADER 5
|
||||||
|
#define SCE_X12_SEGMENTEND 6
|
||||||
|
#define SCE_X12_SEP_ELEMENT 7
|
||||||
|
#define SCE_X12_SEP_SUBELEMENT 8
|
||||||
|
#define SCE_DF_DEFAULT 0
|
||||||
|
#define SCE_DF_IDENTIFIER 1
|
||||||
|
#define SCE_DF_METATAG 2
|
||||||
|
#define SCE_DF_IMAGE 3
|
||||||
|
#define SCE_DF_COMMENTLINE 4
|
||||||
|
#define SCE_DF_PREPROCESSOR 5
|
||||||
|
#define SCE_DF_PREPROCESSOR2 6
|
||||||
|
#define SCE_DF_NUMBER 7
|
||||||
|
#define SCE_DF_HEXNUMBER 8
|
||||||
|
#define SCE_DF_WORD 9
|
||||||
|
#define SCE_DF_STRING 10
|
||||||
|
#define SCE_DF_STRINGEOL 11
|
||||||
|
#define SCE_DF_SCOPEWORD 12
|
||||||
|
#define SCE_DF_OPERATOR 13
|
||||||
|
#define SCE_DF_ICODE 14
|
||||||
|
#define SCE_HOLLYWOOD_DEFAULT 0
|
||||||
|
#define SCE_HOLLYWOOD_COMMENT 1
|
||||||
|
#define SCE_HOLLYWOOD_COMMENTBLOCK 2
|
||||||
|
#define SCE_HOLLYWOOD_NUMBER 3
|
||||||
|
#define SCE_HOLLYWOOD_KEYWORD 4
|
||||||
|
#define SCE_HOLLYWOOD_STDAPI 5
|
||||||
|
#define SCE_HOLLYWOOD_PLUGINAPI 6
|
||||||
|
#define SCE_HOLLYWOOD_PLUGINMETHOD 7
|
||||||
|
#define SCE_HOLLYWOOD_STRING 8
|
||||||
|
#define SCE_HOLLYWOOD_STRINGBLOCK 9
|
||||||
|
#define SCE_HOLLYWOOD_PREPROCESSOR 10
|
||||||
|
#define SCE_HOLLYWOOD_OPERATOR 11
|
||||||
|
#define SCE_HOLLYWOOD_IDENTIFIER 12
|
||||||
|
#define SCE_HOLLYWOOD_CONSTANT 13
|
||||||
|
#define SCE_HOLLYWOOD_HEXNUMBER 14
|
||||||
|
#define SCE_RAKU_DEFAULT 0
|
||||||
|
#define SCE_RAKU_ERROR 1
|
||||||
|
#define SCE_RAKU_COMMENTLINE 2
|
||||||
|
#define SCE_RAKU_COMMENTEMBED 3
|
||||||
|
#define SCE_RAKU_POD 4
|
||||||
|
#define SCE_RAKU_CHARACTER 5
|
||||||
|
#define SCE_RAKU_HEREDOC_Q 6
|
||||||
|
#define SCE_RAKU_HEREDOC_QQ 7
|
||||||
|
#define SCE_RAKU_STRING 8
|
||||||
|
#define SCE_RAKU_STRING_Q 9
|
||||||
|
#define SCE_RAKU_STRING_QQ 10
|
||||||
|
#define SCE_RAKU_STRING_Q_LANG 11
|
||||||
|
#define SCE_RAKU_STRING_VAR 12
|
||||||
|
#define SCE_RAKU_REGEX 13
|
||||||
|
#define SCE_RAKU_REGEX_VAR 14
|
||||||
|
#define SCE_RAKU_ADVERB 15
|
||||||
|
#define SCE_RAKU_NUMBER 16
|
||||||
|
#define SCE_RAKU_PREPROCESSOR 17
|
||||||
|
#define SCE_RAKU_OPERATOR 18
|
||||||
|
#define SCE_RAKU_WORD 19
|
||||||
|
#define SCE_RAKU_FUNCTION 20
|
||||||
|
#define SCE_RAKU_IDENTIFIER 21
|
||||||
|
#define SCE_RAKU_TYPEDEF 22
|
||||||
|
#define SCE_RAKU_MU 23
|
||||||
|
#define SCE_RAKU_POSITIONAL 24
|
||||||
|
#define SCE_RAKU_ASSOCIATIVE 25
|
||||||
|
#define SCE_RAKU_CALLABLE 26
|
||||||
|
#define SCE_RAKU_GRAMMAR 27
|
||||||
|
#define SCE_RAKU_CLASS 28
|
||||||
/* --Autogenerated -- end of section automatically generated from Scintilla.iface */
|
/* --Autogenerated -- end of section automatically generated from Scintilla.iface */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,21 @@
|
||||||
#ifndef SCI_POSITION_H
|
#ifndef SCI_POSITION_H
|
||||||
#define SCI_POSITION_H
|
#define SCI_POSITION_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
// Basic signed type used throughout interface
|
// Basic signed type used throughout interface
|
||||||
typedef int Sci_Position;
|
typedef ptrdiff_t Sci_Position;
|
||||||
|
|
||||||
// Unsigned variant used for ILexer::Lex and ILexer::Fold
|
// Unsigned variant used for ILexer::Lex and ILexer::Fold
|
||||||
typedef unsigned int Sci_PositionU;
|
typedef size_t Sci_PositionU;
|
||||||
|
|
||||||
// For Sci_CharacterRange which is defined as long to be compatible with Win32 CHARRANGE
|
// For Sci_CharacterRange which is defined as long to be compatible with Win32 CHARRANGE
|
||||||
typedef long Sci_PositionCR;
|
typedef long Sci_PositionCR;
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define SCI_METHOD __stdcall
|
||||||
|
#else
|
||||||
|
#define SCI_METHOD
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,7 @@ int Scintilla_LinkLexers(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include header that defines basic numeric types.
|
// Include header that defines basic numeric types.
|
||||||
#if defined(_MSC_VER)
|
|
||||||
// Older releases of MSVC did not have stdint.h.
|
|
||||||
#include <stddef.h>
|
|
||||||
#elif defined( __VMS )
|
|
||||||
#include <inttypes.h>
|
|
||||||
#else
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
// Define uptr_t, an unsigned integer type large enough to hold a pointer.
|
// Define uptr_t, an unsigned integer type large enough to hold a pointer.
|
||||||
typedef uintptr_t uptr_t;
|
typedef uintptr_t uptr_t;
|
||||||
|
|
@ -45,6 +38,8 @@ typedef intptr_t sptr_t;
|
||||||
|
|
||||||
typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
|
typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
|
||||||
|
|
||||||
|
#ifndef SCI_DISABLE_AUTOGENERATED
|
||||||
|
|
||||||
/* ++Autogenerated -- start of section automatically generated from Scintilla.iface */
|
/* ++Autogenerated -- start of section automatically generated from Scintilla.iface */
|
||||||
#define INVALID_POSITION -1
|
#define INVALID_POSITION -1
|
||||||
#define SCI_START 2000
|
#define SCI_START 2000
|
||||||
|
|
@ -70,6 +65,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_CANREDO 2016
|
#define SCI_CANREDO 2016
|
||||||
#define SCI_MARKERLINEFROMHANDLE 2017
|
#define SCI_MARKERLINEFROMHANDLE 2017
|
||||||
#define SCI_MARKERDELETEHANDLE 2018
|
#define SCI_MARKERDELETEHANDLE 2018
|
||||||
|
#define SCI_MARKERHANDLEFROMLINE 2732
|
||||||
|
#define SCI_MARKERNUMBERFROMLINE 2733
|
||||||
#define SCI_GETUNDOCOLLECTION 2019
|
#define SCI_GETUNDOCOLLECTION 2019
|
||||||
#define SCWS_INVISIBLE 0
|
#define SCWS_INVISIBLE 0
|
||||||
#define SCWS_VISIBLEALWAYS 1
|
#define SCWS_VISIBLEALWAYS 1
|
||||||
|
|
@ -100,6 +97,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETBUFFEREDDRAW 2035
|
#define SCI_SETBUFFEREDDRAW 2035
|
||||||
#define SCI_SETTABWIDTH 2036
|
#define SCI_SETTABWIDTH 2036
|
||||||
#define SCI_GETTABWIDTH 2121
|
#define SCI_GETTABWIDTH 2121
|
||||||
|
#define SCI_SETTABMINIMUMWIDTH 2724
|
||||||
|
#define SCI_GETTABMINIMUMWIDTH 2725
|
||||||
#define SCI_CLEARTABSTOPS 2675
|
#define SCI_CLEARTABSTOPS 2675
|
||||||
#define SCI_ADDTABSTOP 2676
|
#define SCI_ADDTABSTOP 2676
|
||||||
#define SCI_GETNEXTTABSTOP 2677
|
#define SCI_GETNEXTTABSTOP 2677
|
||||||
|
|
@ -109,6 +108,13 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_IME_INLINE 1
|
#define SC_IME_INLINE 1
|
||||||
#define SCI_GETIMEINTERACTION 2678
|
#define SCI_GETIMEINTERACTION 2678
|
||||||
#define SCI_SETIMEINTERACTION 2679
|
#define SCI_SETIMEINTERACTION 2679
|
||||||
|
#define SC_ALPHA_TRANSPARENT 0
|
||||||
|
#define SC_ALPHA_OPAQUE 255
|
||||||
|
#define SC_ALPHA_NOALPHA 256
|
||||||
|
#define SC_CURSORNORMAL -1
|
||||||
|
#define SC_CURSORARROW 2
|
||||||
|
#define SC_CURSORWAIT 4
|
||||||
|
#define SC_CURSORREVERSEARROW 7
|
||||||
#define MARKER_MAX 31
|
#define MARKER_MAX 31
|
||||||
#define SC_MARK_CIRCLE 0
|
#define SC_MARK_CIRCLE 0
|
||||||
#define SC_MARK_ROUNDRECT 1
|
#define SC_MARK_ROUNDRECT 1
|
||||||
|
|
@ -142,6 +148,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_MARK_UNDERLINE 29
|
#define SC_MARK_UNDERLINE 29
|
||||||
#define SC_MARK_RGBAIMAGE 30
|
#define SC_MARK_RGBAIMAGE 30
|
||||||
#define SC_MARK_BOOKMARK 31
|
#define SC_MARK_BOOKMARK 31
|
||||||
|
#define SC_MARK_VERTICALBOOKMARK 32
|
||||||
#define SC_MARK_CHARACTER 10000
|
#define SC_MARK_CHARACTER 10000
|
||||||
#define SC_MARKNUM_FOLDEREND 25
|
#define SC_MARKNUM_FOLDEREND 25
|
||||||
#define SC_MARKNUM_FOLDEROPENMID 26
|
#define SC_MARKNUM_FOLDEROPENMID 26
|
||||||
|
|
@ -273,6 +280,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETCARETPERIOD 2076
|
#define SCI_SETCARETPERIOD 2076
|
||||||
#define SCI_SETWORDCHARS 2077
|
#define SCI_SETWORDCHARS 2077
|
||||||
#define SCI_GETWORDCHARS 2646
|
#define SCI_GETWORDCHARS 2646
|
||||||
|
#define SCI_SETCHARACTERCATEGORYOPTIMIZATION 2720
|
||||||
|
#define SCI_GETCHARACTERCATEGORYOPTIMIZATION 2721
|
||||||
#define SCI_BEGINUNDOACTION 2078
|
#define SCI_BEGINUNDOACTION 2078
|
||||||
#define SCI_ENDUNDOACTION 2079
|
#define SCI_ENDUNDOACTION 2079
|
||||||
#define INDIC_PLAIN 0
|
#define INDIC_PLAIN 0
|
||||||
|
|
@ -295,14 +304,16 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define INDIC_TEXTFORE 17
|
#define INDIC_TEXTFORE 17
|
||||||
#define INDIC_POINT 18
|
#define INDIC_POINT 18
|
||||||
#define INDIC_POINTCHARACTER 19
|
#define INDIC_POINTCHARACTER 19
|
||||||
|
#define INDIC_GRADIENT 20
|
||||||
|
#define INDIC_GRADIENTCENTRE 21
|
||||||
|
#define INDIC_CONTAINER 8
|
||||||
#define INDIC_IME 32
|
#define INDIC_IME 32
|
||||||
#define INDIC_IME_MAX 35
|
#define INDIC_IME_MAX 35
|
||||||
#define INDIC_MAX 35
|
#define INDIC_MAX 35
|
||||||
#define INDIC_CONTAINER 8
|
#define INDICATOR_CONTAINER 8
|
||||||
#define INDIC0_MASK 0x20
|
#define INDICATOR_IME 32
|
||||||
#define INDIC1_MASK 0x40
|
#define INDICATOR_IME_MAX 35
|
||||||
#define INDIC2_MASK 0x80
|
#define INDICATOR_MAX 35
|
||||||
#define INDICS_MASK 0xE0
|
|
||||||
#define SCI_INDICSETSTYLE 2080
|
#define SCI_INDICSETSTYLE 2080
|
||||||
#define SCI_INDICGETSTYLE 2081
|
#define SCI_INDICGETSTYLE 2081
|
||||||
#define SCI_INDICSETFORE 2082
|
#define SCI_INDICSETFORE 2082
|
||||||
|
|
@ -322,8 +333,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETWHITESPACEBACK 2085
|
#define SCI_SETWHITESPACEBACK 2085
|
||||||
#define SCI_SETWHITESPACESIZE 2086
|
#define SCI_SETWHITESPACESIZE 2086
|
||||||
#define SCI_GETWHITESPACESIZE 2087
|
#define SCI_GETWHITESPACESIZE 2087
|
||||||
#define SCI_SETSTYLEBITS 2090
|
|
||||||
#define SCI_GETSTYLEBITS 2091
|
|
||||||
#define SCI_SETLINESTATE 2092
|
#define SCI_SETLINESTATE 2092
|
||||||
#define SCI_GETLINESTATE 2093
|
#define SCI_GETLINESTATE 2093
|
||||||
#define SCI_GETMAXLINESTATE 2094
|
#define SCI_GETMAXLINESTATE 2094
|
||||||
|
|
@ -331,6 +340,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETCARETLINEVISIBLE 2096
|
#define SCI_SETCARETLINEVISIBLE 2096
|
||||||
#define SCI_GETCARETLINEBACK 2097
|
#define SCI_GETCARETLINEBACK 2097
|
||||||
#define SCI_SETCARETLINEBACK 2098
|
#define SCI_SETCARETLINEBACK 2098
|
||||||
|
#define SCI_GETCARETLINEFRAME 2704
|
||||||
|
#define SCI_SETCARETLINEFRAME 2705
|
||||||
#define SCI_STYLESETCHANGEABLE 2099
|
#define SCI_STYLESETCHANGEABLE 2099
|
||||||
#define SCI_AUTOCSHOW 2100
|
#define SCI_AUTOCSHOW 2100
|
||||||
#define SCI_AUTOCCANCEL 2101
|
#define SCI_AUTOCCANCEL 2101
|
||||||
|
|
@ -370,6 +381,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_GETLINEINDENTPOSITION 2128
|
#define SCI_GETLINEINDENTPOSITION 2128
|
||||||
#define SCI_GETCOLUMN 2129
|
#define SCI_GETCOLUMN 2129
|
||||||
#define SCI_COUNTCHARACTERS 2633
|
#define SCI_COUNTCHARACTERS 2633
|
||||||
|
#define SCI_COUNTCODEUNITS 2715
|
||||||
#define SCI_SETHSCROLLBAR 2130
|
#define SCI_SETHSCROLLBAR 2130
|
||||||
#define SCI_GETHSCROLLBAR 2131
|
#define SCI_GETHSCROLLBAR 2131
|
||||||
#define SC_IV_NONE 0
|
#define SC_IV_NONE 0
|
||||||
|
|
@ -397,8 +409,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_PRINT_BLACKONWHITE 2
|
#define SC_PRINT_BLACKONWHITE 2
|
||||||
#define SC_PRINT_COLOURONWHITE 3
|
#define SC_PRINT_COLOURONWHITE 3
|
||||||
#define SC_PRINT_COLOURONWHITEDEFAULTBG 4
|
#define SC_PRINT_COLOURONWHITEDEFAULTBG 4
|
||||||
|
#define SC_PRINT_SCREENCOLOURS 5
|
||||||
#define SCI_SETPRINTCOLOURMODE 2148
|
#define SCI_SETPRINTCOLOURMODE 2148
|
||||||
#define SCI_GETPRINTCOLOURMODE 2149
|
#define SCI_GETPRINTCOLOURMODE 2149
|
||||||
|
#define SCFIND_NONE 0x0
|
||||||
#define SCFIND_WHOLEWORD 0x2
|
#define SCFIND_WHOLEWORD 0x2
|
||||||
#define SCFIND_MATCHCASE 0x4
|
#define SCFIND_MATCHCASE 0x4
|
||||||
#define SCFIND_WORDSTART 0x00100000
|
#define SCFIND_WORDSTART 0x00100000
|
||||||
|
|
@ -448,8 +462,12 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_GETCARETWIDTH 2189
|
#define SCI_GETCARETWIDTH 2189
|
||||||
#define SCI_SETTARGETSTART 2190
|
#define SCI_SETTARGETSTART 2190
|
||||||
#define SCI_GETTARGETSTART 2191
|
#define SCI_GETTARGETSTART 2191
|
||||||
|
#define SCI_SETTARGETSTARTVIRTUALSPACE 2728
|
||||||
|
#define SCI_GETTARGETSTARTVIRTUALSPACE 2729
|
||||||
#define SCI_SETTARGETEND 2192
|
#define SCI_SETTARGETEND 2192
|
||||||
#define SCI_GETTARGETEND 2193
|
#define SCI_GETTARGETEND 2193
|
||||||
|
#define SCI_SETTARGETENDVIRTUALSPACE 2730
|
||||||
|
#define SCI_GETTARGETENDVIRTUALSPACE 2731
|
||||||
#define SCI_SETTARGETRANGE 2686
|
#define SCI_SETTARGETRANGE 2686
|
||||||
#define SCI_GETTARGETTEXT 2687
|
#define SCI_GETTARGETTEXT 2687
|
||||||
#define SCI_TARGETFROMSELECTION 2287
|
#define SCI_TARGETFROMSELECTION 2287
|
||||||
|
|
@ -493,6 +511,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_FOLDDISPLAYTEXT_STANDARD 1
|
#define SC_FOLDDISPLAYTEXT_STANDARD 1
|
||||||
#define SC_FOLDDISPLAYTEXT_BOXED 2
|
#define SC_FOLDDISPLAYTEXT_BOXED 2
|
||||||
#define SCI_FOLDDISPLAYTEXTSETSTYLE 2701
|
#define SCI_FOLDDISPLAYTEXTSETSTYLE 2701
|
||||||
|
#define SCI_FOLDDISPLAYTEXTGETSTYLE 2707
|
||||||
|
#define SCI_SETDEFAULTFOLDDISPLAYTEXT 2722
|
||||||
|
#define SCI_GETDEFAULTFOLDDISPLAYTEXT 2723
|
||||||
#define SC_FOLDACTION_CONTRACT 0
|
#define SC_FOLDACTION_CONTRACT 0
|
||||||
#define SC_FOLDACTION_EXPAND 1
|
#define SC_FOLDACTION_EXPAND 1
|
||||||
#define SC_FOLDACTION_TOGGLE 2
|
#define SC_FOLDACTION_TOGGLE 2
|
||||||
|
|
@ -552,6 +573,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_WRAPINDENT_FIXED 0
|
#define SC_WRAPINDENT_FIXED 0
|
||||||
#define SC_WRAPINDENT_SAME 1
|
#define SC_WRAPINDENT_SAME 1
|
||||||
#define SC_WRAPINDENT_INDENT 2
|
#define SC_WRAPINDENT_INDENT 2
|
||||||
|
#define SC_WRAPINDENT_DEEPINDENT 3
|
||||||
#define SCI_SETWRAPINDENTMODE 2472
|
#define SCI_SETWRAPINDENTMODE 2472
|
||||||
#define SCI_GETWRAPINDENTMODE 2473
|
#define SCI_GETWRAPINDENTMODE 2473
|
||||||
#define SC_CACHE_NONE 0
|
#define SC_CACHE_NONE 0
|
||||||
|
|
@ -595,6 +617,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_LINESSPLIT 2289
|
#define SCI_LINESSPLIT 2289
|
||||||
#define SCI_SETFOLDMARGINCOLOUR 2290
|
#define SCI_SETFOLDMARGINCOLOUR 2290
|
||||||
#define SCI_SETFOLDMARGINHICOLOUR 2291
|
#define SCI_SETFOLDMARGINHICOLOUR 2291
|
||||||
|
#define SC_ACCESSIBILITY_DISABLED 0
|
||||||
|
#define SC_ACCESSIBILITY_ENABLED 1
|
||||||
|
#define SCI_SETACCESSIBILITY 2702
|
||||||
|
#define SCI_GETACCESSIBILITY 2703
|
||||||
#define SCI_LINEDOWN 2300
|
#define SCI_LINEDOWN 2300
|
||||||
#define SCI_LINEDOWNEXTEND 2301
|
#define SCI_LINEDOWNEXTEND 2301
|
||||||
#define SCI_LINEUP 2302
|
#define SCI_LINEUP 2302
|
||||||
|
|
@ -636,6 +662,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_LINECUT 2337
|
#define SCI_LINECUT 2337
|
||||||
#define SCI_LINEDELETE 2338
|
#define SCI_LINEDELETE 2338
|
||||||
#define SCI_LINETRANSPOSE 2339
|
#define SCI_LINETRANSPOSE 2339
|
||||||
|
#define SCI_LINEREVERSE 2354
|
||||||
#define SCI_LINEDUPLICATE 2404
|
#define SCI_LINEDUPLICATE 2404
|
||||||
#define SCI_LOWERCASE 2340
|
#define SCI_LOWERCASE 2340
|
||||||
#define SCI_UPPERCASE 2341
|
#define SCI_UPPERCASE 2341
|
||||||
|
|
@ -660,6 +687,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_BRACEBADLIGHT 2352
|
#define SCI_BRACEBADLIGHT 2352
|
||||||
#define SCI_BRACEBADLIGHTINDICATOR 2499
|
#define SCI_BRACEBADLIGHTINDICATOR 2499
|
||||||
#define SCI_BRACEMATCH 2353
|
#define SCI_BRACEMATCH 2353
|
||||||
|
#define SCI_BRACEMATCHNEXT 2369
|
||||||
#define SCI_GETVIEWEOL 2355
|
#define SCI_GETVIEWEOL 2355
|
||||||
#define SCI_SETVIEWEOL 2356
|
#define SCI_SETVIEWEOL 2356
|
||||||
#define SCI_GETDOCPOINTER 2357
|
#define SCI_GETDOCPOINTER 2357
|
||||||
|
|
@ -677,6 +705,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETEDGECOLOUR 2365
|
#define SCI_SETEDGECOLOUR 2365
|
||||||
#define SCI_MULTIEDGEADDLINE 2694
|
#define SCI_MULTIEDGEADDLINE 2694
|
||||||
#define SCI_MULTIEDGECLEARALL 2695
|
#define SCI_MULTIEDGECLEARALL 2695
|
||||||
|
#define SCI_GETMULTIEDGECOLUMN 2749
|
||||||
#define SCI_SEARCHANCHOR 2366
|
#define SCI_SEARCHANCHOR 2366
|
||||||
#define SCI_SEARCHNEXT 2367
|
#define SCI_SEARCHNEXT 2367
|
||||||
#define SCI_SEARCHPREV 2368
|
#define SCI_SEARCHPREV 2368
|
||||||
|
|
@ -688,10 +717,16 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SELECTIONISRECTANGLE 2372
|
#define SCI_SELECTIONISRECTANGLE 2372
|
||||||
#define SCI_SETZOOM 2373
|
#define SCI_SETZOOM 2373
|
||||||
#define SCI_GETZOOM 2374
|
#define SCI_GETZOOM 2374
|
||||||
|
#define SC_DOCUMENTOPTION_DEFAULT 0
|
||||||
|
#define SC_DOCUMENTOPTION_STYLES_NONE 0x1
|
||||||
|
#define SC_DOCUMENTOPTION_TEXT_LARGE 0x100
|
||||||
#define SCI_CREATEDOCUMENT 2375
|
#define SCI_CREATEDOCUMENT 2375
|
||||||
#define SCI_ADDREFDOCUMENT 2376
|
#define SCI_ADDREFDOCUMENT 2376
|
||||||
#define SCI_RELEASEDOCUMENT 2377
|
#define SCI_RELEASEDOCUMENT 2377
|
||||||
|
#define SCI_GETDOCUMENTOPTIONS 2379
|
||||||
#define SCI_GETMODEVENTMASK 2378
|
#define SCI_GETMODEVENTMASK 2378
|
||||||
|
#define SCI_SETCOMMANDEVENTS 2717
|
||||||
|
#define SCI_GETCOMMANDEVENTS 2718
|
||||||
#define SCI_SETFOCUS 2380
|
#define SCI_SETFOCUS 2380
|
||||||
#define SCI_GETFOCUS 2381
|
#define SCI_GETFOCUS 2381
|
||||||
#define SC_STATUS_OK 0
|
#define SC_STATUS_OK 0
|
||||||
|
|
@ -705,10 +740,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_GETMOUSEDOWNCAPTURES 2385
|
#define SCI_GETMOUSEDOWNCAPTURES 2385
|
||||||
#define SCI_SETMOUSEWHEELCAPTURES 2696
|
#define SCI_SETMOUSEWHEELCAPTURES 2696
|
||||||
#define SCI_GETMOUSEWHEELCAPTURES 2697
|
#define SCI_GETMOUSEWHEELCAPTURES 2697
|
||||||
#define SC_CURSORNORMAL -1
|
|
||||||
#define SC_CURSORARROW 2
|
|
||||||
#define SC_CURSORWAIT 4
|
|
||||||
#define SC_CURSORREVERSEARROW 7
|
|
||||||
#define SCI_SETCURSOR 2386
|
#define SCI_SETCURSOR 2386
|
||||||
#define SCI_GETCURSOR 2387
|
#define SCI_GETCURSOR 2387
|
||||||
#define SCI_SETCONTROLCHARSYMBOL 2388
|
#define SCI_SETCONTROLCHARSYMBOL 2388
|
||||||
|
|
@ -749,6 +780,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_POSITIONBEFORE 2417
|
#define SCI_POSITIONBEFORE 2417
|
||||||
#define SCI_POSITIONAFTER 2418
|
#define SCI_POSITIONAFTER 2418
|
||||||
#define SCI_POSITIONRELATIVE 2670
|
#define SCI_POSITIONRELATIVE 2670
|
||||||
|
#define SCI_POSITIONRELATIVECODEUNITS 2716
|
||||||
#define SCI_COPYRANGE 2419
|
#define SCI_COPYRANGE 2419
|
||||||
#define SCI_COPYTEXT 2420
|
#define SCI_COPYTEXT 2420
|
||||||
#define SC_SEL_STREAM 0
|
#define SC_SEL_STREAM 0
|
||||||
|
|
@ -757,6 +789,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_SEL_THIN 3
|
#define SC_SEL_THIN 3
|
||||||
#define SCI_SETSELECTIONMODE 2422
|
#define SCI_SETSELECTIONMODE 2422
|
||||||
#define SCI_GETSELECTIONMODE 2423
|
#define SCI_GETSELECTIONMODE 2423
|
||||||
|
#define SCI_GETMOVEEXTENDSSELECTION 2706
|
||||||
#define SCI_GETLINESELSTARTPOSITION 2424
|
#define SCI_GETLINESELSTARTPOSITION 2424
|
||||||
#define SCI_GETLINESELENDPOSITION 2425
|
#define SCI_GETLINESELENDPOSITION 2425
|
||||||
#define SCI_LINEDOWNRECTEXTEND 2426
|
#define SCI_LINEDOWNRECTEXTEND 2426
|
||||||
|
|
@ -801,23 +834,24 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETLENGTHFORENCODE 2448
|
#define SCI_SETLENGTHFORENCODE 2448
|
||||||
#define SCI_ENCODEDFROMUTF8 2449
|
#define SCI_ENCODEDFROMUTF8 2449
|
||||||
#define SCI_FINDCOLUMN 2456
|
#define SCI_FINDCOLUMN 2456
|
||||||
#define SCI_GETCARETSTICKY 2457
|
|
||||||
#define SCI_SETCARETSTICKY 2458
|
|
||||||
#define SC_CARETSTICKY_OFF 0
|
#define SC_CARETSTICKY_OFF 0
|
||||||
#define SC_CARETSTICKY_ON 1
|
#define SC_CARETSTICKY_ON 1
|
||||||
#define SC_CARETSTICKY_WHITESPACE 2
|
#define SC_CARETSTICKY_WHITESPACE 2
|
||||||
|
#define SCI_GETCARETSTICKY 2457
|
||||||
|
#define SCI_SETCARETSTICKY 2458
|
||||||
#define SCI_TOGGLECARETSTICKY 2459
|
#define SCI_TOGGLECARETSTICKY 2459
|
||||||
#define SCI_SETPASTECONVERTENDINGS 2467
|
#define SCI_SETPASTECONVERTENDINGS 2467
|
||||||
#define SCI_GETPASTECONVERTENDINGS 2468
|
#define SCI_GETPASTECONVERTENDINGS 2468
|
||||||
#define SCI_SELECTIONDUPLICATE 2469
|
#define SCI_SELECTIONDUPLICATE 2469
|
||||||
#define SC_ALPHA_TRANSPARENT 0
|
|
||||||
#define SC_ALPHA_OPAQUE 255
|
|
||||||
#define SC_ALPHA_NOALPHA 256
|
|
||||||
#define SCI_SETCARETLINEBACKALPHA 2470
|
#define SCI_SETCARETLINEBACKALPHA 2470
|
||||||
#define SCI_GETCARETLINEBACKALPHA 2471
|
#define SCI_GETCARETLINEBACKALPHA 2471
|
||||||
#define CARETSTYLE_INVISIBLE 0
|
#define CARETSTYLE_INVISIBLE 0
|
||||||
#define CARETSTYLE_LINE 1
|
#define CARETSTYLE_LINE 1
|
||||||
#define CARETSTYLE_BLOCK 2
|
#define CARETSTYLE_BLOCK 2
|
||||||
|
#define CARETSTYLE_OVERSTRIKE_BAR 0
|
||||||
|
#define CARETSTYLE_OVERSTRIKE_BLOCK 0x10
|
||||||
|
#define CARETSTYLE_INS_MASK 0xF
|
||||||
|
#define CARETSTYLE_BLOCK_AFTER 0x100
|
||||||
#define SCI_SETCARETSTYLE 2512
|
#define SCI_SETCARETSTYLE 2512
|
||||||
#define SCI_GETCARETSTYLE 2513
|
#define SCI_GETCARETSTYLE 2513
|
||||||
#define SCI_SETINDICATORCURRENT 2500
|
#define SCI_SETINDICATORCURRENT 2500
|
||||||
|
|
@ -876,6 +910,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_ANNOTATIONGETSTYLEOFFSET 2551
|
#define SCI_ANNOTATIONGETSTYLEOFFSET 2551
|
||||||
#define SCI_RELEASEALLEXTENDEDSTYLES 2552
|
#define SCI_RELEASEALLEXTENDEDSTYLES 2552
|
||||||
#define SCI_ALLOCATEEXTENDEDSTYLES 2553
|
#define SCI_ALLOCATEEXTENDEDSTYLES 2553
|
||||||
|
#define UNDO_NONE 0
|
||||||
#define UNDO_MAY_COALESCE 1
|
#define UNDO_MAY_COALESCE 1
|
||||||
#define SCI_ADDUNDOACTION 2560
|
#define SCI_ADDUNDOACTION 2560
|
||||||
#define SCI_CHARPOSITIONFROMPOINT 2561
|
#define SCI_CHARPOSITIONFROMPOINT 2561
|
||||||
|
|
@ -908,7 +943,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_GETSELECTIONNANCHORVIRTUALSPACE 2583
|
#define SCI_GETSELECTIONNANCHORVIRTUALSPACE 2583
|
||||||
#define SCI_SETSELECTIONNSTART 2584
|
#define SCI_SETSELECTIONNSTART 2584
|
||||||
#define SCI_GETSELECTIONNSTART 2585
|
#define SCI_GETSELECTIONNSTART 2585
|
||||||
|
#define SCI_GETSELECTIONNSTARTVIRTUALSPACE 2726
|
||||||
#define SCI_SETSELECTIONNEND 2586
|
#define SCI_SETSELECTIONNEND 2586
|
||||||
|
#define SCI_GETSELECTIONNENDVIRTUALSPACE 2727
|
||||||
#define SCI_GETSELECTIONNEND 2587
|
#define SCI_GETSELECTIONNEND 2587
|
||||||
#define SCI_SETRECTANGULARSELECTIONCARET 2588
|
#define SCI_SETRECTANGULARSELECTIONCARET 2588
|
||||||
#define SCI_GETRECTANGULARSELECTIONCARET 2589
|
#define SCI_GETRECTANGULARSELECTIONCARET 2589
|
||||||
|
|
@ -972,6 +1009,18 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETREPRESENTATION 2665
|
#define SCI_SETREPRESENTATION 2665
|
||||||
#define SCI_GETREPRESENTATION 2666
|
#define SCI_GETREPRESENTATION 2666
|
||||||
#define SCI_CLEARREPRESENTATION 2667
|
#define SCI_CLEARREPRESENTATION 2667
|
||||||
|
#define SCI_EOLANNOTATIONSETTEXT 2740
|
||||||
|
#define SCI_EOLANNOTATIONGETTEXT 2741
|
||||||
|
#define SCI_EOLANNOTATIONSETSTYLE 2742
|
||||||
|
#define SCI_EOLANNOTATIONGETSTYLE 2743
|
||||||
|
#define SCI_EOLANNOTATIONCLEARALL 2744
|
||||||
|
#define EOLANNOTATION_HIDDEN 0
|
||||||
|
#define EOLANNOTATION_STANDARD 1
|
||||||
|
#define EOLANNOTATION_BOXED 2
|
||||||
|
#define SCI_EOLANNOTATIONSETVISIBLE 2745
|
||||||
|
#define SCI_EOLANNOTATIONGETVISIBLE 2746
|
||||||
|
#define SCI_EOLANNOTATIONSETSTYLEOFFSET 2747
|
||||||
|
#define SCI_EOLANNOTATIONGETSTYLEOFFSET 2748
|
||||||
#define SCI_STARTRECORD 3001
|
#define SCI_STARTRECORD 3001
|
||||||
#define SCI_STOPRECORD 3002
|
#define SCI_STOPRECORD 3002
|
||||||
#define SCI_SETLEXER 4001
|
#define SCI_SETLEXER 4001
|
||||||
|
|
@ -985,7 +1034,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_GETPROPERTY 4008
|
#define SCI_GETPROPERTY 4008
|
||||||
#define SCI_GETPROPERTYEXPANDED 4009
|
#define SCI_GETPROPERTYEXPANDED 4009
|
||||||
#define SCI_GETPROPERTYINT 4010
|
#define SCI_GETPROPERTYINT 4010
|
||||||
#define SCI_GETSTYLEBITSNEEDED 4011
|
|
||||||
#define SCI_GETLEXERLANGUAGE 4012
|
#define SCI_GETLEXERLANGUAGE 4012
|
||||||
#define SCI_PRIVATELEXERCALL 4013
|
#define SCI_PRIVATELEXERCALL 4013
|
||||||
#define SCI_PROPERTYNAMES 4014
|
#define SCI_PROPERTYNAMES 4014
|
||||||
|
|
@ -1005,6 +1053,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCI_SETIDENTIFIERS 4024
|
#define SCI_SETIDENTIFIERS 4024
|
||||||
#define SCI_DISTANCETOSECONDARYSTYLES 4025
|
#define SCI_DISTANCETOSECONDARYSTYLES 4025
|
||||||
#define SCI_GETSUBSTYLEBASES 4026
|
#define SCI_GETSUBSTYLEBASES 4026
|
||||||
|
#define SCI_GETNAMEDSTYLES 4029
|
||||||
|
#define SCI_NAMEOFSTYLE 4030
|
||||||
|
#define SCI_TAGSOFSTYLE 4031
|
||||||
|
#define SCI_DESCRIPTIONOFSTYLE 4032
|
||||||
|
#define SC_MOD_NONE 0x0
|
||||||
#define SC_MOD_INSERTTEXT 0x1
|
#define SC_MOD_INSERTTEXT 0x1
|
||||||
#define SC_MOD_DELETETEXT 0x2
|
#define SC_MOD_DELETETEXT 0x2
|
||||||
#define SC_MOD_CHANGESTYLE 0x4
|
#define SC_MOD_CHANGESTYLE 0x4
|
||||||
|
|
@ -1027,7 +1080,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_MOD_LEXERSTATE 0x80000
|
#define SC_MOD_LEXERSTATE 0x80000
|
||||||
#define SC_MOD_INSERTCHECK 0x100000
|
#define SC_MOD_INSERTCHECK 0x100000
|
||||||
#define SC_MOD_CHANGETABSTOPS 0x200000
|
#define SC_MOD_CHANGETABSTOPS 0x200000
|
||||||
#define SC_MODEVENTMASKALL 0x3FFFFF
|
#define SC_MOD_CHANGEEOLANNOTATION 0x400000
|
||||||
|
#define SC_MODEVENTMASKALL 0x7FFFFF
|
||||||
#define SC_UPDATE_CONTENT 0x1
|
#define SC_UPDATE_CONTENT 0x1
|
||||||
#define SC_UPDATE_SELECTION 0x2
|
#define SC_UPDATE_SELECTION 0x2
|
||||||
#define SC_UPDATE_V_SCROLL 0x4
|
#define SC_UPDATE_V_SCROLL 0x4
|
||||||
|
|
@ -1066,6 +1120,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SC_AC_TAB 3
|
#define SC_AC_TAB 3
|
||||||
#define SC_AC_NEWLINE 4
|
#define SC_AC_NEWLINE 4
|
||||||
#define SC_AC_COMMAND 5
|
#define SC_AC_COMMAND 5
|
||||||
|
#define SC_CHARACTERSOURCE_DIRECT_INPUT 0
|
||||||
|
#define SC_CHARACTERSOURCE_TENTATIVE_INPUT 1
|
||||||
|
#define SC_CHARACTERSOURCE_IME_RESULT 2
|
||||||
#define SCN_STYLENEEDED 2000
|
#define SCN_STYLENEEDED 2000
|
||||||
#define SCN_CHARADDED 2001
|
#define SCN_CHARADDED 2001
|
||||||
#define SCN_SAVEPOINTREACHED 2002
|
#define SCN_SAVEPOINTREACHED 2002
|
||||||
|
|
@ -1097,8 +1154,21 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
|
||||||
#define SCN_FOCUSOUT 2029
|
#define SCN_FOCUSOUT 2029
|
||||||
#define SCN_AUTOCCOMPLETED 2030
|
#define SCN_AUTOCCOMPLETED 2030
|
||||||
#define SCN_MARGINRIGHTCLICK 2031
|
#define SCN_MARGINRIGHTCLICK 2031
|
||||||
|
#define SCN_AUTOCSELECTIONCHANGE 2032
|
||||||
|
#ifndef SCI_DISABLE_PROVISIONAL
|
||||||
|
#define SC_LINECHARACTERINDEX_NONE 0
|
||||||
|
#define SC_LINECHARACTERINDEX_UTF32 1
|
||||||
|
#define SC_LINECHARACTERINDEX_UTF16 2
|
||||||
|
#define SCI_GETLINECHARACTERINDEX 2710
|
||||||
|
#define SCI_ALLOCATELINECHARACTERINDEX 2711
|
||||||
|
#define SCI_RELEASELINECHARACTERINDEX 2712
|
||||||
|
#define SCI_LINEFROMINDEXPOSITION 2713
|
||||||
|
#define SCI_INDEXPOSITIONFROMLINE 2714
|
||||||
|
#endif
|
||||||
/* --Autogenerated -- end of section automatically generated from Scintilla.iface */
|
/* --Autogenerated -- end of section automatically generated from Scintilla.iface */
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These structures are defined to be exactly the same shape as the Win32
|
/* These structures are defined to be exactly the same shape as the Win32
|
||||||
* CHARRANGE, TEXTRANGE, FINDTEXTEX, FORMATRANGE, and NMHDR structs.
|
* CHARRANGE, TEXTRANGE, FINDTEXTEX, FORMATRANGE, and NMHDR structs.
|
||||||
* So older code that treats Scintilla as a RichEdit will work. */
|
* So older code that treats Scintilla as a RichEdit will work. */
|
||||||
|
|
@ -1192,6 +1262,7 @@ struct SCNotification {
|
||||||
int updated; /* SCN_UPDATEUI */
|
int updated; /* SCN_UPDATEUI */
|
||||||
int listCompletionMethod;
|
int listCompletionMethod;
|
||||||
/* SCN_AUTOCSELECTION, SCN_AUTOCCOMPLETED, SCN_USERLISTSELECTION, */
|
/* SCN_AUTOCSELECTION, SCN_AUTOCCOMPLETED, SCN_USERLISTSELECTION, */
|
||||||
|
int characterSource; /* SCN_CHARADDED */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef INCLUDE_DEPRECATED_FEATURES
|
#ifdef INCLUDE_DEPRECATED_FEATURES
|
||||||
|
|
@ -1205,6 +1276,17 @@ struct SCNotification {
|
||||||
#define RangeToFormat Sci_RangeToFormat
|
#define RangeToFormat Sci_RangeToFormat
|
||||||
#define NotifyHeader Sci_NotifyHeader
|
#define NotifyHeader Sci_NotifyHeader
|
||||||
|
|
||||||
#endif
|
#define SCI_SETSTYLEBITS 2090
|
||||||
|
#define SCI_GETSTYLEBITS 2091
|
||||||
|
#define SCI_GETSTYLEBITSNEEDED 4011
|
||||||
|
|
||||||
|
#define INDIC0_MASK 0x20
|
||||||
|
#define INDIC1_MASK 0x40
|
||||||
|
#define INDIC2_MASK 0x80
|
||||||
|
#define INDICS_MASK 0xE0
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "Compat.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -26,9 +26,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// Return values for GetOperatorType
|
// Return values for GetOperatorType
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
return (ch < 0x80 && (isalnum(ch) || ch == '_'));
|
return (ch < 0x80 && (isalnum(ch) || ch == '_'));
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
|
// @file LexASY.cxx
|
||||||
//Author: instanton (email: soft_share<at>126<dot>com)
|
//Author: instanton (email: soft_share<at>126<dot>com)
|
||||||
// The License.txt file describes the conditions under which this software may be distributed.
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
|
|
@ -19,9 +20,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static void ColouriseAsyDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
static void ColouriseAsyDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
||||||
WordList *keywordlists[], Accessor &styler) {
|
WordList *keywordlists[], Accessor &styler) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
// @file LexAU3.cxx
|
// @file LexAU3.cxx
|
||||||
// Lexer for AutoIt3 http://www.hiddensoft.com/autoit3
|
// Lexer for AutoIt3 https://www.autoitscript.com/site/
|
||||||
// by Jos van der Zande, jvdzande@yahoo.com
|
// by Jos van der Zande, jvdzande@yahoo.com
|
||||||
//
|
//
|
||||||
// Changes:
|
// Changes:
|
||||||
|
|
@ -68,9 +68,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsTypeCharacter(const int ch)
|
static inline bool IsTypeCharacter(const int ch)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
return (ch < 0x80) && (isalnum(ch) || ch == '_');
|
return (ch < 0x80) && (isalnum(ch) || ch == '_');
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
/** @file LexABAQUS.cxx
|
/** @file LexAbaqus.cxx
|
||||||
** Lexer for ABAQUS. Based on the lexer for APDL by Hadar Raz.
|
** Lexer for ABAQUS. Based on the lexer for APDL by Hadar Raz.
|
||||||
** By Sergio Lucato.
|
** By Sergio Lucato.
|
||||||
** Sort of completely rewritten by Gertjan Kloosterman
|
** Sort of completely rewritten by Gertjan Kloosterman
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAKeywordChar(const int ch) {
|
static inline bool IsAKeywordChar(const int ch) {
|
||||||
return (ch < 0x80 && (isalnum(ch) || (ch == '_') || (ch == ' ')));
|
return (ch < 0x80 && (isalnum(ch) || (ch == '_') || (ch == ' ')));
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interface
|
* Interface
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,9 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
#include "OptionSet.h"
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
return (ch < 0x80) && (isalnum(ch) || ch == '.' ||
|
return (ch < 0x80) && (isalnum(ch) || ch == '.' ||
|
||||||
|
|
@ -81,6 +80,7 @@ struct OptionsAsm {
|
||||||
std::string foldExplicitEnd;
|
std::string foldExplicitEnd;
|
||||||
bool foldExplicitAnywhere;
|
bool foldExplicitAnywhere;
|
||||||
bool foldCompact;
|
bool foldCompact;
|
||||||
|
std::string commentChar;
|
||||||
OptionsAsm() {
|
OptionsAsm() {
|
||||||
delimiter = "";
|
delimiter = "";
|
||||||
fold = false;
|
fold = false;
|
||||||
|
|
@ -91,6 +91,7 @@ struct OptionsAsm {
|
||||||
foldExplicitEnd = "";
|
foldExplicitEnd = "";
|
||||||
foldExplicitAnywhere = false;
|
foldExplicitAnywhere = false;
|
||||||
foldCompact = true;
|
foldCompact = true;
|
||||||
|
commentChar = "";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -135,11 +136,14 @@ struct OptionSetAsm : public OptionSet<OptionsAsm> {
|
||||||
|
|
||||||
DefineProperty("fold.compact", &OptionsAsm::foldCompact);
|
DefineProperty("fold.compact", &OptionsAsm::foldCompact);
|
||||||
|
|
||||||
|
DefineProperty("lexer.as.comment.character", &OptionsAsm::commentChar,
|
||||||
|
"Overrides the default comment character (which is ';' for asm and '#' for as).");
|
||||||
|
|
||||||
DefineWordListSets(asmWordListDesc);
|
DefineWordListSets(asmWordListDesc);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LexerAsm : public ILexer {
|
class LexerAsm : public DefaultLexer {
|
||||||
WordList cpuInstruction;
|
WordList cpuInstruction;
|
||||||
WordList mathInstruction;
|
WordList mathInstruction;
|
||||||
WordList registers;
|
WordList registers;
|
||||||
|
|
@ -152,44 +156,47 @@ class LexerAsm : public ILexer {
|
||||||
OptionSetAsm osAsm;
|
OptionSetAsm osAsm;
|
||||||
int commentChar;
|
int commentChar;
|
||||||
public:
|
public:
|
||||||
LexerAsm(int commentChar_) {
|
LexerAsm(const char *languageName_, int language_, int commentChar_) : DefaultLexer(languageName_, language_) {
|
||||||
commentChar = commentChar_;
|
commentChar = commentChar_;
|
||||||
}
|
}
|
||||||
virtual ~LexerAsm() {
|
virtual ~LexerAsm() {
|
||||||
}
|
}
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return osAsm.PropertyNames();
|
return osAsm.PropertyNames();
|
||||||
}
|
}
|
||||||
int SCI_METHOD PropertyType(const char *name) {
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
return osAsm.PropertyType(name);
|
return osAsm.PropertyType(name);
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD DescribeProperty(const char *name) {
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
return osAsm.DescribeProperty(name);
|
return osAsm.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
const char * SCI_METHOD DescribeWordListSets() {
|
const char * SCI_METHOD PropertyGet(const char *key) override {
|
||||||
|
return osAsm.PropertyGet(key);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
return osAsm.DescribeWordListSets();
|
return osAsm.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static ILexer *LexerFactoryAsm() {
|
static ILexer *LexerFactoryAsm() {
|
||||||
return new LexerAsm(';');
|
return new LexerAsm("asm", SCLEX_ASM, ';');
|
||||||
}
|
}
|
||||||
|
|
||||||
static ILexer *LexerFactoryAs() {
|
static ILexer *LexerFactoryAs() {
|
||||||
return new LexerAsm('#');
|
return new LexerAsm("as", SCLEX_AS, '#');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -243,6 +250,9 @@ Sci_Position SCI_METHOD LexerAsm::WordListSet(int n, const char *wl) {
|
||||||
void SCI_METHOD LexerAsm::Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) {
|
void SCI_METHOD LexerAsm::Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) {
|
||||||
LexAccessor styler(pAccess);
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
|
const char commentCharacter = options.commentChar.empty() ?
|
||||||
|
commentChar : options.commentChar.front();
|
||||||
|
|
||||||
// Do not leak onto next line
|
// Do not leak onto next line
|
||||||
if (initStyle == SCE_ASM_STRINGEOL)
|
if (initStyle == SCE_ASM_STRINGEOL)
|
||||||
initStyle = SCE_ASM_DEFAULT;
|
initStyle = SCE_ASM_DEFAULT;
|
||||||
|
|
@ -348,7 +358,7 @@ void SCI_METHOD LexerAsm::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
|
|
||||||
// Determine if a new state should be entered.
|
// Determine if a new state should be entered.
|
||||||
if (sc.state == SCE_ASM_DEFAULT) {
|
if (sc.state == SCE_ASM_DEFAULT) {
|
||||||
if (sc.ch == commentChar){
|
if (sc.ch == commentCharacter) {
|
||||||
sc.SetState(SCE_ASM_COMMENT);
|
sc.SetState(SCE_ASM_COMMENT);
|
||||||
} else if (IsASCII(sc.ch) && (isdigit(sc.ch) || (sc.ch == '.' && IsASCII(sc.chNext) && isdigit(sc.chNext)))) {
|
} else if (IsASCII(sc.ch) && (isdigit(sc.ch) || (sc.ch == '.' && IsASCII(sc.chNext) && isdigit(sc.chNext)))) {
|
||||||
sc.SetState(SCE_ASM_NUMBER);
|
sc.SetState(SCE_ASM_NUMBER);
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Some char test functions
|
// Some char test functions
|
||||||
static bool isAsn1Number(int ch)
|
static bool isAsn1Number(int ch)
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
** Based heavily on LexCPP.cxx
|
** Based heavily on LexCPP.cxx
|
||||||
**/
|
**/
|
||||||
// Copyright 2001- by Vamsi Potluru <vamsi@who.net> & Praveen Ambekar <ambekarpraveen@yahoo.com>
|
// Copyright 2001- by Vamsi Potluru <vamsi@who.net> & Praveen Ambekar <ambekarpraveen@yahoo.com>
|
||||||
|
// Maintainer Email: oirfeodent@yahoo.co.in
|
||||||
// The License.txt file describes the conditions under which this software may be distributed.
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
// C standard library
|
// C standard library
|
||||||
|
|
@ -33,10 +34,9 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
#include "OptionSet.h"
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
# ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
# endif
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// Use an unnamed namespace to protect the functions and classes from name conflicts
|
// Use an unnamed namespace to protect the functions and classes from name conflicts
|
||||||
|
|
@ -129,7 +129,7 @@ static inline bool IsAnOperator(int ch) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int IsAnyOtherIdentifier(char *s, int sLength) {
|
static inline int IsAnyOtherIdentifier(char *s, Sci_Position sLength) {
|
||||||
|
|
||||||
/* IsAnyOtherIdentifier uses standard templates used in baan.
|
/* IsAnyOtherIdentifier uses standard templates used in baan.
|
||||||
The matching template is shown as comments just above the return condition.
|
The matching template is shown as comments just above the return condition.
|
||||||
|
|
@ -380,7 +380,7 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class LexerBaan : public ILexer {
|
class LexerBaan : public DefaultLexer {
|
||||||
WordListAbridged keywords;
|
WordListAbridged keywords;
|
||||||
WordListAbridged keywords2;
|
WordListAbridged keywords2;
|
||||||
WordListAbridged keywords3;
|
WordListAbridged keywords3;
|
||||||
|
|
@ -393,45 +393,49 @@ class LexerBaan : public ILexer {
|
||||||
OptionsBaan options;
|
OptionsBaan options;
|
||||||
OptionSetBaan osBaan;
|
OptionSetBaan osBaan;
|
||||||
public:
|
public:
|
||||||
LexerBaan() {
|
LexerBaan() : DefaultLexer("baan", SCLEX_BAAN) {
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~LexerBaan() {
|
virtual ~LexerBaan() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return osBaan.PropertyNames();
|
return osBaan.PropertyNames();
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD PropertyType(const char * name) {
|
int SCI_METHOD PropertyType(const char * name) override {
|
||||||
return osBaan.PropertyType(name);
|
return osBaan.PropertyType(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD DescribeProperty(const char * name) {
|
const char * SCI_METHOD DescribeProperty(const char * name) override {
|
||||||
return osBaan.DescribeProperty(name);
|
return osBaan.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
|
|
||||||
const char * SCI_METHOD DescribeWordListSets() {
|
const char * SCI_METHOD PropertyGet(const char *key) override {
|
||||||
|
return osBaan.PropertyGet(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
return osBaan.DescribeWordListSets();
|
return osBaan.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
|
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -504,10 +508,12 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
bool lineHasPreProc = false;
|
bool lineHasPreProc = false;
|
||||||
bool lineIgnoreString = false;
|
bool lineIgnoreString = false;
|
||||||
bool lineHasDefines = false;
|
bool lineHasDefines = false;
|
||||||
|
bool numberIsHex = false;
|
||||||
char word[1000];
|
char word[1000];
|
||||||
int wordlen = 0;
|
int wordlen = 0;
|
||||||
|
|
||||||
std::string preProcessorTags[11] = { "#define", "#elif", "#else", "#endif",
|
std::string preProcessorTags[13] = { "#context_off", "#context_on",
|
||||||
|
"#define", "#elif", "#else", "#endif",
|
||||||
"#ident", "#if", "#ifdef", "#ifndef",
|
"#ident", "#if", "#ifdef", "#ifndef",
|
||||||
"#include", "#pragma", "#undef" };
|
"#include", "#pragma", "#undef" };
|
||||||
LexAccessor styler(pAccess);
|
LexAccessor styler(pAccess);
|
||||||
|
|
@ -521,9 +527,18 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
sc.SetState(SCE_BAAN_DEFAULT);
|
sc.SetState(SCE_BAAN_DEFAULT);
|
||||||
break;
|
break;
|
||||||
case SCE_BAAN_NUMBER:
|
case SCE_BAAN_NUMBER:
|
||||||
if (!IsAWordChar(sc.ch)) {
|
if (IsASpaceOrTab(sc.ch) || sc.ch == '\r' || sc.ch == '\n' || IsAnOperator(sc.ch)) {
|
||||||
sc.SetState(SCE_BAAN_DEFAULT);
|
sc.SetState(SCE_BAAN_DEFAULT);
|
||||||
}
|
}
|
||||||
|
else if ((numberIsHex && !(MakeLowerCase(sc.ch) == 'x' || MakeLowerCase(sc.ch) == 'e' ||
|
||||||
|
IsADigit(sc.ch, 16) || sc.ch == '.' || sc.ch == '-' || sc.ch == '+')) ||
|
||||||
|
(!numberIsHex && !(MakeLowerCase(sc.ch) == 'e' || IsADigit(sc.ch)
|
||||||
|
|| sc.ch == '.' || sc.ch == '-' || sc.ch == '+'))) {
|
||||||
|
// check '-' for possible -10e-5. Add '+' as well.
|
||||||
|
numberIsHex = false;
|
||||||
|
sc.ChangeState(SCE_BAAN_IDENTIFIER);
|
||||||
|
sc.SetState(SCE_BAAN_DEFAULT);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case SCE_BAAN_IDENTIFIER:
|
case SCE_BAAN_IDENTIFIER:
|
||||||
if (!IsAWordChar(sc.ch)) {
|
if (!IsAWordChar(sc.ch)) {
|
||||||
|
|
@ -556,7 +571,10 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
sc.ChangeState(SCE_BAAN_WORD2);
|
sc.ChangeState(SCE_BAAN_WORD2);
|
||||||
}
|
}
|
||||||
else if ((keywords3.kwHasSection && (sc.ch == ':')) ? keywords3.Contains(s1) : keywords3.Contains(s)) {
|
else if ((keywords3.kwHasSection && (sc.ch == ':')) ? keywords3.Contains(s1) : keywords3.Contains(s)) {
|
||||||
sc.ChangeState(SCE_BAAN_WORD3);
|
if (sc.ch == '(')
|
||||||
|
sc.ChangeState(SCE_BAAN_WORD3);
|
||||||
|
else
|
||||||
|
sc.ChangeState(SCE_BAAN_IDENTIFIER);
|
||||||
}
|
}
|
||||||
else if ((keywords4.kwHasSection && (sc.ch == ':')) ? keywords4.Contains(s1) : keywords4.Contains(s)) {
|
else if ((keywords4.kwHasSection && (sc.ch == ':')) ? keywords4.Contains(s1) : keywords4.Contains(s)) {
|
||||||
sc.ChangeState(SCE_BAAN_WORD4);
|
sc.ChangeState(SCE_BAAN_WORD4);
|
||||||
|
|
@ -606,7 +624,7 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SCE_BAAN_COMMENT:
|
case SCE_BAAN_COMMENT:
|
||||||
if (sc.atLineEnd) {
|
if (sc.ch == '\r' || sc.ch == '\n') {
|
||||||
sc.SetState(SCE_BAAN_DEFAULT);
|
sc.SetState(SCE_BAAN_DEFAULT);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
@ -638,7 +656,13 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
|
|
||||||
// Determine if a new state should be entered.
|
// Determine if a new state should be entered.
|
||||||
if (sc.state == SCE_BAAN_DEFAULT) {
|
if (sc.state == SCE_BAAN_DEFAULT) {
|
||||||
if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
|
if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))
|
||||||
|
|| ((sc.ch == '-' || sc.ch == '+') && (IsADigit(sc.chNext) || sc.chNext == '.'))
|
||||||
|
|| (MakeLowerCase(sc.ch) == 'e' && (IsADigit(sc.chNext) || sc.chNext == '+' || sc.chNext == '-'))) {
|
||||||
|
if ((sc.ch == '0' && MakeLowerCase(sc.chNext) == 'x') ||
|
||||||
|
((sc.ch == '-' || sc.ch == '+') && sc.chNext == '0' && MakeLowerCase(sc.GetRelativeCharacter(2)) == 'x')){
|
||||||
|
numberIsHex = true;
|
||||||
|
}
|
||||||
sc.SetState(SCE_BAAN_NUMBER);
|
sc.SetState(SCE_BAAN_NUMBER);
|
||||||
}
|
}
|
||||||
else if (sc.MatchIgnoreCase("dllusage") || sc.MatchIgnoreCase("functionusage")) {
|
else if (sc.MatchIgnoreCase("dllusage") || sc.MatchIgnoreCase("functionusage")) {
|
||||||
|
|
@ -670,7 +694,7 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
word[wordlen++] = sc.ch;
|
word[wordlen++] = sc.ch;
|
||||||
word[wordlen++] = '\0';
|
word[wordlen++] = '\0';
|
||||||
}
|
}
|
||||||
if (!wordInArray(word, preProcessorTags, 11))
|
if (!wordInArray(word, preProcessorTags, 13))
|
||||||
// Colorise only preprocessor built in Baan.
|
// Colorise only preprocessor built in Baan.
|
||||||
sc.ChangeState(SCE_BAAN_IDENTIFIER);
|
sc.ChangeState(SCE_BAAN_IDENTIFIER);
|
||||||
if (strcmp(word, "#pragma") == 0 || strcmp(word, "#include") == 0) {
|
if (strcmp(word, "#pragma") == 0 || strcmp(word, "#include") == 0) {
|
||||||
|
|
@ -697,6 +721,7 @@ void SCI_METHOD LexerBaan::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
lineHasPreProc = false;
|
lineHasPreProc = false;
|
||||||
lineIgnoreString = false;
|
lineIgnoreString = false;
|
||||||
lineHasDefines = false;
|
lineHasDefines = false;
|
||||||
|
numberIsHex = false;
|
||||||
}
|
}
|
||||||
if (!IsASpace(sc.ch)) {
|
if (!IsASpace(sc.ch)) {
|
||||||
visibleChars++;
|
visibleChars++;
|
||||||
|
|
@ -781,9 +806,10 @@ void SCI_METHOD LexerBaan::Fold(Sci_PositionU startPos, Sci_Position length, int
|
||||||
else if (style == SCE_BAAN_PREPROCESSOR) {
|
else if (style == SCE_BAAN_PREPROCESSOR) {
|
||||||
// folds #ifdef/#if/#ifndef - they are not part of the IsPreProcLine folding.
|
// folds #ifdef/#if/#ifndef - they are not part of the IsPreProcLine folding.
|
||||||
if (ch == '#') {
|
if (ch == '#') {
|
||||||
if (styler.Match(i, "#ifdef") || styler.Match(i, "#if") || styler.Match(i, "#ifndef"))
|
if (styler.Match(i, "#ifdef") || styler.Match(i, "#if") || styler.Match(i, "#ifndef")
|
||||||
|
|| styler.Match(i, "#context_on"))
|
||||||
levelCurrent++;
|
levelCurrent++;
|
||||||
else if (styler.Match(i, "#endif"))
|
else if (styler.Match(i, "#endif") || styler.Match(i, "#context_off"))
|
||||||
levelCurrent--;
|
levelCurrent--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,20 +12,25 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
#include "Scintilla.h"
|
#include "Scintilla.h"
|
||||||
#include "SciLexer.h"
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "StringCopy.h"
|
||||||
#include "WordList.h"
|
#include "WordList.h"
|
||||||
#include "LexAccessor.h"
|
#include "LexAccessor.h"
|
||||||
#include "Accessor.h"
|
|
||||||
#include "StyleContext.h"
|
#include "StyleContext.h"
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
#include "OptionSet.h"
|
||||||
|
#include "SubStyles.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#define HERE_DELIM_MAX 256
|
#define HERE_DELIM_MAX 256
|
||||||
|
|
||||||
|
|
@ -60,7 +65,9 @@ using namespace Scintilla;
|
||||||
|
|
||||||
#define BASH_DELIM_STACK_MAX 7
|
#define BASH_DELIM_STACK_MAX 7
|
||||||
|
|
||||||
static inline int translateBashDigit(int ch) {
|
namespace {
|
||||||
|
|
||||||
|
inline int translateBashDigit(int ch) {
|
||||||
if (ch >= '0' && ch <= '9') {
|
if (ch >= '0' && ch <= '9') {
|
||||||
return ch - '0';
|
return ch - '0';
|
||||||
} else if (ch >= 'a' && ch <= 'z') {
|
} else if (ch >= 'a' && ch <= 'z') {
|
||||||
|
|
@ -75,7 +82,7 @@ static inline int translateBashDigit(int ch) {
|
||||||
return BASH_BASE_ERROR;
|
return BASH_BASE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int getBashNumberBase(char *s) {
|
inline int getBashNumberBase(char *s) {
|
||||||
int i = 0;
|
int i = 0;
|
||||||
int base = 0;
|
int base = 0;
|
||||||
while (*s) {
|
while (*s) {
|
||||||
|
|
@ -88,7 +95,7 @@ static inline int getBashNumberBase(char *s) {
|
||||||
return base;
|
return base;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int opposite(int ch) {
|
int opposite(int ch) {
|
||||||
if (ch == '(') return ')';
|
if (ch == '(') return ')';
|
||||||
if (ch == '[') return ']';
|
if (ch == '[') return ']';
|
||||||
if (ch == '{') return '}';
|
if (ch == '{') return '}';
|
||||||
|
|
@ -96,23 +103,200 @@ static int opposite(int ch) {
|
||||||
return ch;
|
return ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int GlobScan(StyleContext &sc) {
|
int GlobScan(StyleContext &sc) {
|
||||||
// forward scan for a glob-like (...), no whitespace allowed
|
// forward scan for zsh globs, disambiguate versus bash arrays
|
||||||
|
// complex expressions may still fail, e.g. unbalanced () '' "" etc
|
||||||
int c, sLen = 0;
|
int c, sLen = 0;
|
||||||
|
int pCount = 0;
|
||||||
|
int hash = 0;
|
||||||
while ((c = sc.GetRelativeCharacter(++sLen)) != 0) {
|
while ((c = sc.GetRelativeCharacter(++sLen)) != 0) {
|
||||||
if (IsASpace(c)) {
|
if (IsASpace(c)) {
|
||||||
return 0;
|
return 0;
|
||||||
|
} else if (c == '\'' || c == '\"') {
|
||||||
|
if (hash != 2) return 0;
|
||||||
|
} else if (c == '#' && hash == 0) {
|
||||||
|
hash = (sLen == 1) ? 2:1;
|
||||||
|
} else if (c == '(') {
|
||||||
|
pCount++;
|
||||||
} else if (c == ')') {
|
} else if (c == ')') {
|
||||||
return sLen;
|
if (pCount == 0) {
|
||||||
|
if (hash) return sLen;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
pCount--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
bool IsCommentLine(Sci_Position line, LexAccessor &styler) {
|
||||||
WordList *keywordlists[], Accessor &styler) {
|
Sci_Position pos = styler.LineStart(line);
|
||||||
|
Sci_Position eol_pos = styler.LineStart(line + 1) - 1;
|
||||||
|
for (Sci_Position i = pos; i < eol_pos; i++) {
|
||||||
|
char ch = styler[i];
|
||||||
|
if (ch == '#')
|
||||||
|
return true;
|
||||||
|
else if (ch != ' ' && ch != '\t')
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
WordList &keywords = *keywordlists[0];
|
struct OptionsBash {
|
||||||
|
bool fold;
|
||||||
|
bool foldComment;
|
||||||
|
bool foldCompact;
|
||||||
|
|
||||||
|
OptionsBash() {
|
||||||
|
fold = false;
|
||||||
|
foldComment = false;
|
||||||
|
foldCompact = true;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const char * const bashWordListDesc[] = {
|
||||||
|
"Keywords",
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
struct OptionSetBash : public OptionSet<OptionsBash> {
|
||||||
|
OptionSetBash() {
|
||||||
|
DefineProperty("fold", &OptionsBash::fold);
|
||||||
|
|
||||||
|
DefineProperty("fold.comment", &OptionsBash::foldComment);
|
||||||
|
|
||||||
|
DefineProperty("fold.compact", &OptionsBash::foldCompact);
|
||||||
|
|
||||||
|
DefineWordListSets(bashWordListDesc);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const char styleSubable[] = { SCE_SH_IDENTIFIER, SCE_SH_SCALAR, 0 };
|
||||||
|
|
||||||
|
LexicalClass lexicalClasses[] = {
|
||||||
|
// Lexer Bash SCLEX_BASH SCE_SH_:
|
||||||
|
0, "SCE_SH_DEFAULT", "default", "White space",
|
||||||
|
1, "SCE_SH_ERROR", "error", "Error",
|
||||||
|
2, "SCE_SH_COMMENTLINE", "comment line", "Line comment: #",
|
||||||
|
3, "SCE_SH_NUMBER", "literal numeric", "Number",
|
||||||
|
4, "SCE_SH_WORD", "keyword", "Keyword",
|
||||||
|
5, "SCE_SH_STRING", "literal string", "String",
|
||||||
|
6, "SCE_SH_CHARACTER", "literal string", "Single quoted string",
|
||||||
|
7, "SCE_SH_OPERATOR", "operator", "Operators",
|
||||||
|
8, "SCE_SH_IDENTIFIER", "identifier", "Identifiers",
|
||||||
|
9, "SCE_SH_SCALAR", "identifier", "Scalar variable",
|
||||||
|
10, "SCE_SH_PARAM", "identifier", "Parameter",
|
||||||
|
11, "SCE_SH_BACKTICKS", "literal string", "Backtick quoted command",
|
||||||
|
12, "SCE_SH_HERE_DELIM", "operator", "Heredoc delimiter",
|
||||||
|
13, "SCE_SH_HERE_Q", "literal string", "Heredoc quoted string",
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
class LexerBash : public DefaultLexer {
|
||||||
|
WordList keywords;
|
||||||
|
OptionsBash options;
|
||||||
|
OptionSetBash osBash;
|
||||||
|
enum { ssIdentifier, ssScalar };
|
||||||
|
SubStyles subStyles;
|
||||||
|
public:
|
||||||
|
LexerBash() :
|
||||||
|
DefaultLexer("bash", SCLEX_BASH, lexicalClasses, ELEMENTS(lexicalClasses)),
|
||||||
|
subStyles(styleSubable, 0x80, 0x40, 0) {
|
||||||
|
}
|
||||||
|
virtual ~LexerBash() {
|
||||||
|
}
|
||||||
|
void SCI_METHOD Release() override {
|
||||||
|
delete this;
|
||||||
|
}
|
||||||
|
int SCI_METHOD Version() const override {
|
||||||
|
return lvIdentity;
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
|
return osBash.PropertyNames();
|
||||||
|
}
|
||||||
|
int SCI_METHOD PropertyType(const char* name) override {
|
||||||
|
return osBash.PropertyType(name);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
|
return osBash.DescribeProperty(name);
|
||||||
|
}
|
||||||
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
|
const char * SCI_METHOD PropertyGet(const char* key) override {
|
||||||
|
return osBash.PropertyGet(key);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
|
return osBash.DescribeWordListSets();
|
||||||
|
}
|
||||||
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
int SCI_METHOD AllocateSubStyles(int styleBase, int numberStyles) override {
|
||||||
|
return subStyles.Allocate(styleBase, numberStyles);
|
||||||
|
}
|
||||||
|
int SCI_METHOD SubStylesStart(int styleBase) override {
|
||||||
|
return subStyles.Start(styleBase);
|
||||||
|
}
|
||||||
|
int SCI_METHOD SubStylesLength(int styleBase) override {
|
||||||
|
return subStyles.Length(styleBase);
|
||||||
|
}
|
||||||
|
int SCI_METHOD StyleFromSubStyle(int subStyle) override {
|
||||||
|
const int styleBase = subStyles.BaseStyle(subStyle);
|
||||||
|
return styleBase;
|
||||||
|
}
|
||||||
|
int SCI_METHOD PrimaryStyleFromStyle(int style) override {
|
||||||
|
return style;
|
||||||
|
}
|
||||||
|
void SCI_METHOD FreeSubStyles() override {
|
||||||
|
subStyles.Free();
|
||||||
|
}
|
||||||
|
void SCI_METHOD SetIdentifiers(int style, const char *identifiers) override {
|
||||||
|
subStyles.SetIdentifiers(style, identifiers);
|
||||||
|
}
|
||||||
|
int SCI_METHOD DistanceToSecondaryStyles() override {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
const char *SCI_METHOD GetSubStyleBases() override {
|
||||||
|
return styleSubable;
|
||||||
|
}
|
||||||
|
|
||||||
|
static ILexer *LexerFactoryBash() {
|
||||||
|
return new LexerBash();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerBash::PropertySet(const char *key, const char *val) {
|
||||||
|
if (osBash.PropertySet(&options, key, val)) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerBash::WordListSet(int n, const char *wl) {
|
||||||
|
WordList *wordListN = 0;
|
||||||
|
switch (n) {
|
||||||
|
case 0:
|
||||||
|
wordListN = &keywords;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
Sci_Position firstModification = -1;
|
||||||
|
if (wordListN) {
|
||||||
|
WordList wlNew;
|
||||||
|
wlNew.Set(wl);
|
||||||
|
if (*wordListN != wlNew) {
|
||||||
|
wordListN->Set(wl);
|
||||||
|
firstModification = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return firstModification;
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerBash::Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) {
|
||||||
WordList cmdDelimiter, bashStruct, bashStruct_in;
|
WordList cmdDelimiter, bashStruct, bashStruct_in;
|
||||||
cmdDelimiter.Set("| || |& & && ; ;; ( ) { }");
|
cmdDelimiter.Set("| || |& & && ; ;; ( ) { }");
|
||||||
bashStruct.Set("if elif fi while until else then do done esac eval");
|
bashStruct.Set("if elif fi while until else then do done esac eval");
|
||||||
|
|
@ -226,11 +410,15 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
};
|
};
|
||||||
QuoteStackCls QuoteStack;
|
QuoteStackCls QuoteStack;
|
||||||
|
|
||||||
|
const WordClassifier &classifierIdentifiers = subStyles.Classifier(SCE_SH_IDENTIFIER);
|
||||||
|
const WordClassifier &classifierScalars = subStyles.Classifier(SCE_SH_SCALAR);
|
||||||
|
|
||||||
int numBase = 0;
|
int numBase = 0;
|
||||||
int digit;
|
int digit;
|
||||||
Sci_PositionU endPos = startPos + length;
|
Sci_PositionU endPos = startPos + length;
|
||||||
int cmdState = BASH_CMD_START;
|
int cmdState = BASH_CMD_START;
|
||||||
int testExprType = 0;
|
int testExprType = 0;
|
||||||
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
// Always backtracks to the start of a line that is not a continuation
|
// Always backtracks to the start of a line that is not a continuation
|
||||||
// of the previous line (i.e. start of a bash command segment)
|
// of the previous line (i.e. start of a bash command segment)
|
||||||
|
|
@ -295,6 +483,11 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
char s[500];
|
char s[500];
|
||||||
char s2[10];
|
char s2[10];
|
||||||
sc.GetCurrent(s, sizeof(s));
|
sc.GetCurrent(s, sizeof(s));
|
||||||
|
int identifierStyle = SCE_SH_IDENTIFIER;
|
||||||
|
int subStyle = classifierIdentifiers.ValueFor(s);
|
||||||
|
if (subStyle >= 0) {
|
||||||
|
identifierStyle = subStyle;
|
||||||
|
}
|
||||||
// allow keywords ending in a whitespace or command delimiter
|
// allow keywords ending in a whitespace or command delimiter
|
||||||
s2[0] = static_cast<char>(sc.ch);
|
s2[0] = static_cast<char>(sc.ch);
|
||||||
s2[1] = '\0';
|
s2[1] = '\0';
|
||||||
|
|
@ -306,7 +499,7 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
else if (strcmp(s, "do") == 0 && keywordEnds)
|
else if (strcmp(s, "do") == 0 && keywordEnds)
|
||||||
cmdStateNew = BASH_CMD_START;
|
cmdStateNew = BASH_CMD_START;
|
||||||
else
|
else
|
||||||
sc.ChangeState(SCE_SH_IDENTIFIER);
|
sc.ChangeState(identifierStyle);
|
||||||
sc.SetState(SCE_SH_DEFAULT);
|
sc.SetState(SCE_SH_DEFAULT);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -316,42 +509,49 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
cmdStateNew = BASH_CMD_TEST;
|
cmdStateNew = BASH_CMD_TEST;
|
||||||
testExprType = 0;
|
testExprType = 0;
|
||||||
} else
|
} else
|
||||||
sc.ChangeState(SCE_SH_IDENTIFIER);
|
sc.ChangeState(identifierStyle);
|
||||||
}
|
}
|
||||||
// detect bash construct keywords
|
// detect bash construct keywords
|
||||||
else if (bashStruct.InList(s)) {
|
else if (bashStruct.InList(s)) {
|
||||||
if (cmdState == BASH_CMD_START && keywordEnds)
|
if (cmdState == BASH_CMD_START && keywordEnds)
|
||||||
cmdStateNew = BASH_CMD_START;
|
cmdStateNew = BASH_CMD_START;
|
||||||
else
|
else
|
||||||
sc.ChangeState(SCE_SH_IDENTIFIER);
|
sc.ChangeState(identifierStyle);
|
||||||
}
|
}
|
||||||
// 'for'|'case'|'select' needs 'in'|'do' to be highlighted later
|
// 'for'|'case'|'select' needs 'in'|'do' to be highlighted later
|
||||||
else if (bashStruct_in.InList(s)) {
|
else if (bashStruct_in.InList(s)) {
|
||||||
if (cmdState == BASH_CMD_START && keywordEnds)
|
if (cmdState == BASH_CMD_START && keywordEnds)
|
||||||
cmdStateNew = BASH_CMD_WORD;
|
cmdStateNew = BASH_CMD_WORD;
|
||||||
else
|
else
|
||||||
sc.ChangeState(SCE_SH_IDENTIFIER);
|
sc.ChangeState(identifierStyle);
|
||||||
}
|
}
|
||||||
// disambiguate option items and file test operators
|
// disambiguate option items and file test operators
|
||||||
else if (s[0] == '-') {
|
else if (s[0] == '-') {
|
||||||
if (cmdState != BASH_CMD_TEST)
|
if (cmdState != BASH_CMD_TEST)
|
||||||
sc.ChangeState(SCE_SH_IDENTIFIER);
|
sc.ChangeState(identifierStyle);
|
||||||
}
|
}
|
||||||
// disambiguate keywords and identifiers
|
// disambiguate keywords and identifiers
|
||||||
else if (cmdState != BASH_CMD_START
|
else if (cmdState != BASH_CMD_START
|
||||||
|| !(keywords.InList(s) && keywordEnds)) {
|
|| !(keywords.InList(s) && keywordEnds)) {
|
||||||
sc.ChangeState(SCE_SH_IDENTIFIER);
|
sc.ChangeState(identifierStyle);
|
||||||
}
|
}
|
||||||
sc.SetState(SCE_SH_DEFAULT);
|
sc.SetState(SCE_SH_DEFAULT);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SCE_SH_IDENTIFIER:
|
case SCE_SH_IDENTIFIER:
|
||||||
if (sc.chPrev == '\\') { // for escaped chars
|
if (sc.chPrev == '\\' || !setWord.Contains(sc.ch) ||
|
||||||
sc.ForwardSetState(SCE_SH_DEFAULT);
|
(cmdState == BASH_CMD_ARITH && !setWordStart.Contains(sc.ch))) {
|
||||||
} else if (!setWord.Contains(sc.ch)) {
|
char s[500];
|
||||||
sc.SetState(SCE_SH_DEFAULT);
|
sc.GetCurrent(s, sizeof(s));
|
||||||
} else if (cmdState == BASH_CMD_ARITH && !setWordStart.Contains(sc.ch)) {
|
int subStyle = classifierIdentifiers.ValueFor(s);
|
||||||
sc.SetState(SCE_SH_DEFAULT);
|
if (subStyle >= 0) {
|
||||||
|
sc.ChangeState(subStyle);
|
||||||
|
}
|
||||||
|
if (sc.chPrev == '\\') { // for escaped chars
|
||||||
|
sc.ForwardSetState(SCE_SH_DEFAULT);
|
||||||
|
} else {
|
||||||
|
sc.SetState(SCE_SH_DEFAULT);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SCE_SH_NUMBER:
|
case SCE_SH_NUMBER:
|
||||||
|
|
@ -505,6 +705,12 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
break;
|
break;
|
||||||
case SCE_SH_SCALAR: // variable names
|
case SCE_SH_SCALAR: // variable names
|
||||||
if (!setParam.Contains(sc.ch)) {
|
if (!setParam.Contains(sc.ch)) {
|
||||||
|
char s[500];
|
||||||
|
sc.GetCurrent(s, sizeof(s));
|
||||||
|
int subStyle = classifierScalars.ValueFor(&s[1]); // skip the $
|
||||||
|
if (subStyle >= 0) {
|
||||||
|
sc.ChangeState(subStyle);
|
||||||
|
}
|
||||||
if (sc.LengthCurrent() == 1) {
|
if (sc.LengthCurrent() == 1) {
|
||||||
// Special variable: $(, $_ etc.
|
// Special variable: $(, $_ etc.
|
||||||
sc.ForwardSetState(SCE_SH_DEFAULT);
|
sc.ForwardSetState(SCE_SH_DEFAULT);
|
||||||
|
|
@ -788,23 +994,12 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
sc.Complete();
|
sc.Complete();
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool IsCommentLine(Sci_Position line, Accessor &styler) {
|
void SCI_METHOD LexerBash::Fold(Sci_PositionU startPos, Sci_Position length, int, IDocument *pAccess) {
|
||||||
Sci_Position pos = styler.LineStart(line);
|
if(!options.fold)
|
||||||
Sci_Position eol_pos = styler.LineStart(line + 1) - 1;
|
return;
|
||||||
for (Sci_Position i = pos; i < eol_pos; i++) {
|
|
||||||
char ch = styler[i];
|
LexAccessor styler(pAccess);
|
||||||
if (ch == '#')
|
|
||||||
return true;
|
|
||||||
else if (ch != ' ' && ch != '\t')
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void FoldBashDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *[],
|
|
||||||
Accessor &styler) {
|
|
||||||
bool foldComment = styler.GetPropertyInt("fold.comment") != 0;
|
|
||||||
bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
|
||||||
Sci_PositionU endPos = startPos + length;
|
Sci_PositionU endPos = startPos + length;
|
||||||
int visibleChars = 0;
|
int visibleChars = 0;
|
||||||
int skipHereCh = 0;
|
int skipHereCh = 0;
|
||||||
|
|
@ -813,6 +1008,8 @@ static void FoldBashDoc(Sci_PositionU startPos, Sci_Position length, int, WordLi
|
||||||
int levelCurrent = levelPrev;
|
int levelCurrent = levelPrev;
|
||||||
char chNext = styler[startPos];
|
char chNext = styler[startPos];
|
||||||
int styleNext = styler.StyleAt(startPos);
|
int styleNext = styler.StyleAt(startPos);
|
||||||
|
char word[8] = { '\0' }; // we're not interested in long words anyway
|
||||||
|
unsigned int wordlen = 0;
|
||||||
for (Sci_PositionU i = startPos; i < endPos; i++) {
|
for (Sci_PositionU i = startPos; i < endPos; i++) {
|
||||||
char ch = chNext;
|
char ch = chNext;
|
||||||
chNext = styler.SafeGetCharAt(i + 1);
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
|
@ -820,7 +1017,7 @@ static void FoldBashDoc(Sci_PositionU startPos, Sci_Position length, int, WordLi
|
||||||
styleNext = styler.StyleAt(i + 1);
|
styleNext = styler.StyleAt(i + 1);
|
||||||
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
||||||
// Comment folding
|
// Comment folding
|
||||||
if (foldComment && atEOL && IsCommentLine(lineCurrent, styler))
|
if (options.foldComment && atEOL && IsCommentLine(lineCurrent, styler))
|
||||||
{
|
{
|
||||||
if (!IsCommentLine(lineCurrent - 1, styler)
|
if (!IsCommentLine(lineCurrent - 1, styler)
|
||||||
&& IsCommentLine(lineCurrent + 1, styler))
|
&& IsCommentLine(lineCurrent + 1, styler))
|
||||||
|
|
@ -829,6 +1026,19 @@ static void FoldBashDoc(Sci_PositionU startPos, Sci_Position length, int, WordLi
|
||||||
&& !IsCommentLine(lineCurrent + 1, styler))
|
&& !IsCommentLine(lineCurrent + 1, styler))
|
||||||
levelCurrent--;
|
levelCurrent--;
|
||||||
}
|
}
|
||||||
|
if (style == SCE_SH_WORD) {
|
||||||
|
if ((wordlen + 1) < sizeof(word))
|
||||||
|
word[wordlen++] = ch;
|
||||||
|
if (styleNext != style) {
|
||||||
|
word[wordlen] = '\0';
|
||||||
|
wordlen = 0;
|
||||||
|
if (strcmp(word, "if") == 0 || strcmp(word, "case") == 0 || strcmp(word, "do") == 0) {
|
||||||
|
levelCurrent++;
|
||||||
|
} else if (strcmp(word, "fi") == 0 || strcmp(word, "esac") == 0 || strcmp(word, "done") == 0) {
|
||||||
|
levelCurrent--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
if (style == SCE_SH_OPERATOR) {
|
if (style == SCE_SH_OPERATOR) {
|
||||||
if (ch == '{') {
|
if (ch == '{') {
|
||||||
levelCurrent++;
|
levelCurrent++;
|
||||||
|
|
@ -854,7 +1064,7 @@ static void FoldBashDoc(Sci_PositionU startPos, Sci_Position length, int, WordLi
|
||||||
}
|
}
|
||||||
if (atEOL) {
|
if (atEOL) {
|
||||||
int lev = levelPrev;
|
int lev = levelPrev;
|
||||||
if (visibleChars == 0 && foldCompact)
|
if (visibleChars == 0 && options.foldCompact)
|
||||||
lev |= SC_FOLDLEVELWHITEFLAG;
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
if ((levelCurrent > levelPrev) && (visibleChars > 0))
|
if ((levelCurrent > levelPrev) && (visibleChars > 0))
|
||||||
lev |= SC_FOLDLEVELHEADERFLAG;
|
lev |= SC_FOLDLEVELHEADERFLAG;
|
||||||
|
|
@ -873,9 +1083,4 @@ static void FoldBashDoc(Sci_PositionU startPos, Sci_Position length, int, WordLi
|
||||||
styler.SetLevel(lineCurrent, levelPrev | flagsNext);
|
styler.SetLevel(lineCurrent, levelPrev | flagsNext);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char * const bashWordListDesc[] = {
|
LexerModule lmBash(SCLEX_BASH, LexerBash::LexerFactoryBash, "bash", bashWordListDesc);
|
||||||
"Keywords",
|
|
||||||
0
|
|
||||||
};
|
|
||||||
|
|
||||||
LexerModule lmBash(SCLEX_BASH, ColouriseBashDoc, "bash", FoldBashDoc, bashWordListDesc);
|
|
||||||
|
|
|
||||||
|
|
@ -37,10 +37,9 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
#include "OptionSet.h"
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Bits:
|
/* Bits:
|
||||||
* 1 - whitespace
|
* 1 - whitespace
|
||||||
|
|
@ -226,54 +225,59 @@ struct OptionSetBasic : public OptionSet<OptionsBasic> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LexerBasic : public ILexer {
|
class LexerBasic : public DefaultLexer {
|
||||||
char comment_char;
|
char comment_char;
|
||||||
int (*CheckFoldPoint)(char const *, int &);
|
int (*CheckFoldPoint)(char const *, int &);
|
||||||
WordList keywordlists[4];
|
WordList keywordlists[4];
|
||||||
OptionsBasic options;
|
OptionsBasic options;
|
||||||
OptionSetBasic osBasic;
|
OptionSetBasic osBasic;
|
||||||
public:
|
public:
|
||||||
LexerBasic(char comment_char_, int (*CheckFoldPoint_)(char const *, int &), const char * const wordListDescriptions[]) :
|
LexerBasic(const char *languageName_, int language_, char comment_char_,
|
||||||
|
int (*CheckFoldPoint_)(char const *, int &), const char * const wordListDescriptions[]) :
|
||||||
|
DefaultLexer(languageName_, language_),
|
||||||
comment_char(comment_char_),
|
comment_char(comment_char_),
|
||||||
CheckFoldPoint(CheckFoldPoint_),
|
CheckFoldPoint(CheckFoldPoint_),
|
||||||
osBasic(wordListDescriptions) {
|
osBasic(wordListDescriptions) {
|
||||||
}
|
}
|
||||||
virtual ~LexerBasic() {
|
virtual ~LexerBasic() {
|
||||||
}
|
}
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return osBasic.PropertyNames();
|
return osBasic.PropertyNames();
|
||||||
}
|
}
|
||||||
int SCI_METHOD PropertyType(const char *name) {
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
return osBasic.PropertyType(name);
|
return osBasic.PropertyType(name);
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD DescribeProperty(const char *name) {
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
return osBasic.DescribeProperty(name);
|
return osBasic.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
const char * SCI_METHOD DescribeWordListSets() {
|
const char * SCI_METHOD PropertyGet(const char *key) override {
|
||||||
|
return osBasic.PropertyGet(key);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
return osBasic.DescribeWordListSets();
|
return osBasic.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static ILexer *LexerFactoryBlitzBasic() {
|
static ILexer *LexerFactoryBlitzBasic() {
|
||||||
return new LexerBasic(';', CheckBlitzFoldPoint, blitzbasicWordListDesc);
|
return new LexerBasic("blitzbasic", SCLEX_BLITZBASIC, ';', CheckBlitzFoldPoint, blitzbasicWordListDesc);
|
||||||
}
|
}
|
||||||
static ILexer *LexerFactoryPureBasic() {
|
static ILexer *LexerFactoryPureBasic() {
|
||||||
return new LexerBasic(';', CheckPureFoldPoint, purebasicWordListDesc);
|
return new LexerBasic("purebasic", SCLEX_PUREBASIC, ';', CheckPureFoldPoint, purebasicWordListDesc);
|
||||||
}
|
}
|
||||||
static ILexer *LexerFactoryFreeBasic() {
|
static ILexer *LexerFactoryFreeBasic() {
|
||||||
return new LexerBasic('\'', CheckFreeFoldPoint, freebasicWordListDesc );
|
return new LexerBasic("freebasic", SCLEX_FREEBASIC, '\'', CheckFreeFoldPoint, freebasicWordListDesc );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool Is0To9(char ch) {
|
static bool Is0To9(char ch) {
|
||||||
return (ch >= '0') && (ch <= '9');
|
return (ch >= '0') && (ch <= '9');
|
||||||
|
|
@ -43,7 +41,8 @@ static inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
||||||
// Tests for BATCH Operators
|
// Tests for BATCH Operators
|
||||||
static bool IsBOperator(char ch) {
|
static bool IsBOperator(char ch) {
|
||||||
return (ch == '=') || (ch == '+') || (ch == '>') || (ch == '<') ||
|
return (ch == '=') || (ch == '+') || (ch == '>') || (ch == '<') ||
|
||||||
(ch == '|') || (ch == '?') || (ch == '*');
|
(ch == '|') || (ch == '?') || (ch == '*')||
|
||||||
|
(ch == '&') || (ch == '(') || (ch == ')');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests for BATCH Separators
|
// Tests for BATCH Separators
|
||||||
|
|
@ -52,413 +51,35 @@ static bool IsBSeparator(char ch) {
|
||||||
(ch == '\"') || (ch == '\'') || (ch == '/');
|
(ch == '\"') || (ch == '\'') || (ch == '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ColouriseBatchLine(
|
// Tests for escape character
|
||||||
char *lineBuffer,
|
static bool IsEscaped(char* wordStr, Sci_PositionU pos) {
|
||||||
Sci_PositionU lengthLine,
|
bool isQoted=false;
|
||||||
Sci_PositionU startLine,
|
while (pos>0){
|
||||||
Sci_PositionU endPos,
|
pos--;
|
||||||
WordList *keywordlists[],
|
if (wordStr[pos]=='^')
|
||||||
Accessor &styler) {
|
isQoted=!isQoted;
|
||||||
|
else
|
||||||
Sci_PositionU offset = 0; // Line Buffer Offset
|
break;
|
||||||
Sci_PositionU cmdLoc; // External Command / Program Location
|
|
||||||
char wordBuffer[81]; // Word Buffer - large to catch long paths
|
|
||||||
Sci_PositionU wbl; // Word Buffer Length
|
|
||||||
Sci_PositionU wbo; // Word Buffer Offset - also Special Keyword Buffer Length
|
|
||||||
WordList &keywords = *keywordlists[0]; // Internal Commands
|
|
||||||
WordList &keywords2 = *keywordlists[1]; // External Commands (optional)
|
|
||||||
|
|
||||||
// CHOICE, ECHO, GOTO, PROMPT and SET have Default Text that may contain Regular Keywords
|
|
||||||
// Toggling Regular Keyword Checking off improves readability
|
|
||||||
// Other Regular Keywords and External Commands / Programs might also benefit from toggling
|
|
||||||
// Need a more robust algorithm to properly toggle Regular Keyword Checking
|
|
||||||
bool continueProcessing = true; // Used to toggle Regular Keyword Checking
|
|
||||||
// Special Keywords are those that allow certain characters without whitespace after the command
|
|
||||||
// Examples are: cd. cd\ md. rd. dir| dir> echo: echo. path=
|
|
||||||
// Special Keyword Buffer used to determine if the first n characters is a Keyword
|
|
||||||
char sKeywordBuffer[10]; // Special Keyword Buffer
|
|
||||||
bool sKeywordFound; // Exit Special Keyword for-loop if found
|
|
||||||
|
|
||||||
// Skip initial spaces
|
|
||||||
while ((offset < lengthLine) && (isspacechar(lineBuffer[offset]))) {
|
|
||||||
offset++;
|
|
||||||
}
|
}
|
||||||
// Colorize Default Text
|
return isQoted;
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
}
|
||||||
// Set External Command / Program Location
|
|
||||||
cmdLoc = offset;
|
|
||||||
|
|
||||||
// Check for Fake Label (Comment) or Real Label - return if found
|
// Tests for quote character
|
||||||
if (lineBuffer[offset] == ':') {
|
static bool textQuoted(char *lineBuffer, Sci_PositionU endPos) {
|
||||||
if (lineBuffer[offset + 1] == ':') {
|
char strBuffer[1024];
|
||||||
// Colorize Fake Label (Comment) - :: is similar to REM, see http://content.techweb.com/winmag/columns/explorer/2000/21.htm
|
strncpy(strBuffer, lineBuffer, endPos);
|
||||||
styler.ColourTo(endPos, SCE_BAT_COMMENT);
|
strBuffer[endPos] = '\0';
|
||||||
} else {
|
char *pQuote;
|
||||||
// Colorize Real Label
|
pQuote = strchr(strBuffer, '"');
|
||||||
styler.ColourTo(endPos, SCE_BAT_LABEL);
|
bool CurrentStatus = false;
|
||||||
|
while (pQuote != NULL)
|
||||||
|
{
|
||||||
|
if (!IsEscaped(strBuffer, pQuote - strBuffer)) {
|
||||||
|
CurrentStatus = !CurrentStatus;
|
||||||
}
|
}
|
||||||
return;
|
pQuote = strchr(pQuote + 1, '"');
|
||||||
// Check for Drive Change (Drive Change is internal command) - return if found
|
|
||||||
} else if ((IsAlphabetic(lineBuffer[offset])) &&
|
|
||||||
(lineBuffer[offset + 1] == ':') &&
|
|
||||||
((isspacechar(lineBuffer[offset + 2])) ||
|
|
||||||
(((lineBuffer[offset + 2] == '\\')) &&
|
|
||||||
(isspacechar(lineBuffer[offset + 3]))))) {
|
|
||||||
// Colorize Regular Keyword
|
|
||||||
styler.ColourTo(endPos, SCE_BAT_WORD);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
return CurrentStatus;
|
||||||
// Check for Hide Command (@ECHO OFF/ON)
|
|
||||||
if (lineBuffer[offset] == '@') {
|
|
||||||
styler.ColourTo(startLine + offset, SCE_BAT_HIDE);
|
|
||||||
offset++;
|
|
||||||
}
|
|
||||||
// Skip next spaces
|
|
||||||
while ((offset < lengthLine) && (isspacechar(lineBuffer[offset]))) {
|
|
||||||
offset++;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Read remainder of line word-at-a-time or remainder-of-word-at-a-time
|
|
||||||
while (offset < lengthLine) {
|
|
||||||
if (offset > startLine) {
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
|
||||||
}
|
|
||||||
// Copy word from Line Buffer into Word Buffer
|
|
||||||
wbl = 0;
|
|
||||||
for (; offset < lengthLine && wbl < 80 &&
|
|
||||||
!isspacechar(lineBuffer[offset]); wbl++, offset++) {
|
|
||||||
wordBuffer[wbl] = static_cast<char>(tolower(lineBuffer[offset]));
|
|
||||||
}
|
|
||||||
wordBuffer[wbl] = '\0';
|
|
||||||
wbo = 0;
|
|
||||||
|
|
||||||
// Check for Comment - return if found
|
|
||||||
if (CompareCaseInsensitive(wordBuffer, "rem") == 0) {
|
|
||||||
styler.ColourTo(endPos, SCE_BAT_COMMENT);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// Check for Separator
|
|
||||||
if (IsBSeparator(wordBuffer[0])) {
|
|
||||||
// Check for External Command / Program
|
|
||||||
if ((cmdLoc == offset - wbl) &&
|
|
||||||
((wordBuffer[0] == ':') ||
|
|
||||||
(wordBuffer[0] == '\\') ||
|
|
||||||
(wordBuffer[0] == '.'))) {
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 1);
|
|
||||||
// Colorize External Command / Program
|
|
||||||
if (!keywords2) {
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
|
||||||
} else if (keywords2.InList(wordBuffer)) {
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
|
||||||
} else {
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
|
||||||
}
|
|
||||||
// Reset External Command / Program Location
|
|
||||||
cmdLoc = offset;
|
|
||||||
} else {
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 1);
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
|
||||||
}
|
|
||||||
// Check for Regular Keyword in list
|
|
||||||
} else if ((keywords.InList(wordBuffer)) &&
|
|
||||||
(continueProcessing)) {
|
|
||||||
// ECHO, GOTO, PROMPT and SET require no further Regular Keyword Checking
|
|
||||||
if ((CompareCaseInsensitive(wordBuffer, "echo") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "goto") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "prompt") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "set") == 0)) {
|
|
||||||
continueProcessing = false;
|
|
||||||
}
|
|
||||||
// Identify External Command / Program Location for ERRORLEVEL, and EXIST
|
|
||||||
if ((CompareCaseInsensitive(wordBuffer, "errorlevel") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "exist") == 0)) {
|
|
||||||
// Reset External Command / Program Location
|
|
||||||
cmdLoc = offset;
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Skip comparison
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(!isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Identify External Command / Program Location for CALL, DO, LOADHIGH and LH
|
|
||||||
} else if ((CompareCaseInsensitive(wordBuffer, "call") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "do") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "loadhigh") == 0) ||
|
|
||||||
(CompareCaseInsensitive(wordBuffer, "lh") == 0)) {
|
|
||||||
// Reset External Command / Program Location
|
|
||||||
cmdLoc = offset;
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Colorize Regular keyword
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_WORD);
|
|
||||||
// No need to Reset Offset
|
|
||||||
// Check for Special Keyword in list, External Command / Program, or Default Text
|
|
||||||
} else if ((wordBuffer[0] != '%') &&
|
|
||||||
(wordBuffer[0] != '!') &&
|
|
||||||
(!IsBOperator(wordBuffer[0])) &&
|
|
||||||
(continueProcessing)) {
|
|
||||||
// Check for Special Keyword
|
|
||||||
// Affected Commands are in Length range 2-6
|
|
||||||
// Good that ERRORLEVEL, EXIST, CALL, DO, LOADHIGH, and LH are unaffected
|
|
||||||
sKeywordFound = false;
|
|
||||||
for (Sci_PositionU keywordLength = 2; keywordLength < wbl && keywordLength < 7 && !sKeywordFound; keywordLength++) {
|
|
||||||
wbo = 0;
|
|
||||||
// Copy Keyword Length from Word Buffer into Special Keyword Buffer
|
|
||||||
for (; wbo < keywordLength; wbo++) {
|
|
||||||
sKeywordBuffer[wbo] = static_cast<char>(wordBuffer[wbo]);
|
|
||||||
}
|
|
||||||
sKeywordBuffer[wbo] = '\0';
|
|
||||||
// Check for Special Keyword in list
|
|
||||||
if ((keywords.InList(sKeywordBuffer)) &&
|
|
||||||
((IsBOperator(wordBuffer[wbo])) ||
|
|
||||||
(IsBSeparator(wordBuffer[wbo])))) {
|
|
||||||
sKeywordFound = true;
|
|
||||||
// ECHO requires no further Regular Keyword Checking
|
|
||||||
if (CompareCaseInsensitive(sKeywordBuffer, "echo") == 0) {
|
|
||||||
continueProcessing = false;
|
|
||||||
}
|
|
||||||
// Colorize Special Keyword as Regular Keyword
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_WORD);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Check for External Command / Program or Default Text
|
|
||||||
if (!sKeywordFound) {
|
|
||||||
wbo = 0;
|
|
||||||
// Check for External Command / Program
|
|
||||||
if (cmdLoc == offset - wbl) {
|
|
||||||
// Read up to %, Operator or Separator
|
|
||||||
while ((wbo < wbl) &&
|
|
||||||
(wordBuffer[wbo] != '%') &&
|
|
||||||
(wordBuffer[wbo] != '!') &&
|
|
||||||
(!IsBOperator(wordBuffer[wbo])) &&
|
|
||||||
(!IsBSeparator(wordBuffer[wbo]))) {
|
|
||||||
wbo++;
|
|
||||||
}
|
|
||||||
// Reset External Command / Program Location
|
|
||||||
cmdLoc = offset - (wbl - wbo);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
// CHOICE requires no further Regular Keyword Checking
|
|
||||||
if (CompareCaseInsensitive(wordBuffer, "choice") == 0) {
|
|
||||||
continueProcessing = false;
|
|
||||||
}
|
|
||||||
// Check for START (and its switches) - What follows is External Command \ Program
|
|
||||||
if (CompareCaseInsensitive(wordBuffer, "start") == 0) {
|
|
||||||
// Reset External Command / Program Location
|
|
||||||
cmdLoc = offset;
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Reset External Command / Program Location if command switch detected
|
|
||||||
if (lineBuffer[cmdLoc] == '/') {
|
|
||||||
// Skip command switch
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(!isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Colorize External Command / Program
|
|
||||||
if (!keywords2) {
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
|
||||||
} else if (keywords2.InList(wordBuffer)) {
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
|
||||||
} else {
|
|
||||||
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
|
||||||
}
|
|
||||||
// No need to Reset Offset
|
|
||||||
// Check for Default Text
|
|
||||||
} else {
|
|
||||||
// Read up to %, Operator or Separator
|
|
||||||
while ((wbo < wbl) &&
|
|
||||||
(wordBuffer[wbo] != '%') &&
|
|
||||||
(wordBuffer[wbo] != '!') &&
|
|
||||||
(!IsBOperator(wordBuffer[wbo])) &&
|
|
||||||
(!IsBSeparator(wordBuffer[wbo]))) {
|
|
||||||
wbo++;
|
|
||||||
}
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_DEFAULT);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Check for Argument (%n), Environment Variable (%x...%) or Local Variable (%%a)
|
|
||||||
} else if (wordBuffer[0] == '%') {
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1 - wbl, SCE_BAT_DEFAULT);
|
|
||||||
wbo++;
|
|
||||||
// Search to end of word for second % (can be a long path)
|
|
||||||
while ((wbo < wbl) &&
|
|
||||||
(wordBuffer[wbo] != '%') &&
|
|
||||||
(!IsBOperator(wordBuffer[wbo])) &&
|
|
||||||
(!IsBSeparator(wordBuffer[wbo]))) {
|
|
||||||
wbo++;
|
|
||||||
}
|
|
||||||
// Check for Argument (%n) or (%*)
|
|
||||||
if (((Is0To9(wordBuffer[1])) || (wordBuffer[1] == '*')) &&
|
|
||||||
(wordBuffer[wbo] != '%')) {
|
|
||||||
// Check for External Command / Program
|
|
||||||
if (cmdLoc == offset - wbl) {
|
|
||||||
cmdLoc = offset - (wbl - 2);
|
|
||||||
}
|
|
||||||
// Colorize Argument
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - 2), SCE_BAT_IDENTIFIER);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 2);
|
|
||||||
// Check for Expanded Argument (%~...) / Variable (%%~...)
|
|
||||||
} else if (((wbl > 1) && (wordBuffer[1] == '~')) ||
|
|
||||||
((wbl > 2) && (wordBuffer[1] == '%') && (wordBuffer[2] == '~'))) {
|
|
||||||
// Check for External Command / Program
|
|
||||||
if (cmdLoc == offset - wbl) {
|
|
||||||
cmdLoc = offset - (wbl - wbo);
|
|
||||||
}
|
|
||||||
// Colorize Expanded Argument / Variable
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_IDENTIFIER);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
// Check for Environment Variable (%x...%)
|
|
||||||
} else if ((wordBuffer[1] != '%') &&
|
|
||||||
(wordBuffer[wbo] == '%')) {
|
|
||||||
wbo++;
|
|
||||||
// Check for External Command / Program
|
|
||||||
if (cmdLoc == offset - wbl) {
|
|
||||||
cmdLoc = offset - (wbl - wbo);
|
|
||||||
}
|
|
||||||
// Colorize Environment Variable
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_IDENTIFIER);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
// Check for Local Variable (%%a)
|
|
||||||
} else if (
|
|
||||||
(wbl > 2) &&
|
|
||||||
(wordBuffer[1] == '%') &&
|
|
||||||
(wordBuffer[2] != '%') &&
|
|
||||||
(!IsBOperator(wordBuffer[2])) &&
|
|
||||||
(!IsBSeparator(wordBuffer[2]))) {
|
|
||||||
// Check for External Command / Program
|
|
||||||
if (cmdLoc == offset - wbl) {
|
|
||||||
cmdLoc = offset - (wbl - 3);
|
|
||||||
}
|
|
||||||
// Colorize Local Variable
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - 3), SCE_BAT_IDENTIFIER);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 3);
|
|
||||||
}
|
|
||||||
// Check for Environment Variable (!x...!)
|
|
||||||
} else if (wordBuffer[0] == '!') {
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1 - wbl, SCE_BAT_DEFAULT);
|
|
||||||
wbo++;
|
|
||||||
// Search to end of word for second ! (can be a long path)
|
|
||||||
while ((wbo < wbl) &&
|
|
||||||
(wordBuffer[wbo] != '!') &&
|
|
||||||
(!IsBOperator(wordBuffer[wbo])) &&
|
|
||||||
(!IsBSeparator(wordBuffer[wbo]))) {
|
|
||||||
wbo++;
|
|
||||||
}
|
|
||||||
if (wordBuffer[wbo] == '!') {
|
|
||||||
wbo++;
|
|
||||||
// Check for External Command / Program
|
|
||||||
if (cmdLoc == offset - wbl) {
|
|
||||||
cmdLoc = offset - (wbl - wbo);
|
|
||||||
}
|
|
||||||
// Colorize Environment Variable
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_IDENTIFIER);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
}
|
|
||||||
// Check for Operator
|
|
||||||
} else if (IsBOperator(wordBuffer[0])) {
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1 - wbl, SCE_BAT_DEFAULT);
|
|
||||||
// Check for Comparison Operator
|
|
||||||
if ((wordBuffer[0] == '=') && (wordBuffer[1] == '=')) {
|
|
||||||
// Identify External Command / Program Location for IF
|
|
||||||
cmdLoc = offset;
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Colorize Comparison Operator
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - 2), SCE_BAT_OPERATOR);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 2);
|
|
||||||
// Check for Pipe Operator
|
|
||||||
} else if (wordBuffer[0] == '|') {
|
|
||||||
// Reset External Command / Program Location
|
|
||||||
cmdLoc = offset - wbl + 1;
|
|
||||||
// Skip next spaces
|
|
||||||
while ((cmdLoc < lengthLine) &&
|
|
||||||
(isspacechar(lineBuffer[cmdLoc]))) {
|
|
||||||
cmdLoc++;
|
|
||||||
}
|
|
||||||
// Colorize Pipe Operator
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - 1), SCE_BAT_OPERATOR);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 1);
|
|
||||||
// Check for Other Operator
|
|
||||||
} else {
|
|
||||||
// Check for > Operator
|
|
||||||
if (wordBuffer[0] == '>') {
|
|
||||||
// Turn Keyword and External Command / Program checking back on
|
|
||||||
continueProcessing = true;
|
|
||||||
}
|
|
||||||
// Colorize Other Operator
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - 1), SCE_BAT_OPERATOR);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - 1);
|
|
||||||
}
|
|
||||||
// Check for Default Text
|
|
||||||
} else {
|
|
||||||
// Read up to %, Operator or Separator
|
|
||||||
while ((wbo < wbl) &&
|
|
||||||
(wordBuffer[wbo] != '%') &&
|
|
||||||
(wordBuffer[wbo] != '!') &&
|
|
||||||
(!IsBOperator(wordBuffer[wbo])) &&
|
|
||||||
(!IsBSeparator(wordBuffer[wbo]))) {
|
|
||||||
wbo++;
|
|
||||||
}
|
|
||||||
// Colorize Default Text
|
|
||||||
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_DEFAULT);
|
|
||||||
// Reset Offset to re-process remainder of word
|
|
||||||
offset -= (wbl - wbo);
|
|
||||||
}
|
|
||||||
// Skip next spaces - nothing happens if Offset was Reset
|
|
||||||
while ((offset < lengthLine) && (isspacechar(lineBuffer[offset]))) {
|
|
||||||
offset++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Colorize Default Text for remainder of line - currently not lexed
|
|
||||||
styler.ColourTo(endPos, SCE_BAT_DEFAULT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ColouriseBatchDoc(
|
static void ColouriseBatchDoc(
|
||||||
|
|
@ -467,6 +88,23 @@ static void ColouriseBatchDoc(
|
||||||
int /*initStyle*/,
|
int /*initStyle*/,
|
||||||
WordList *keywordlists[],
|
WordList *keywordlists[],
|
||||||
Accessor &styler) {
|
Accessor &styler) {
|
||||||
|
// Always backtracks to the start of a line that is not a continuation
|
||||||
|
// of the previous line
|
||||||
|
if (startPos > 0) {
|
||||||
|
Sci_Position ln = styler.GetLine(startPos); // Current line number
|
||||||
|
while (startPos > 0) {
|
||||||
|
ln--;
|
||||||
|
if ((styler.SafeGetCharAt(startPos-3) == '^' && styler.SafeGetCharAt(startPos-2) == '\r' && styler.SafeGetCharAt(startPos-1) == '\n')
|
||||||
|
|| styler.SafeGetCharAt(startPos-2) == '^') { // handle '^' line continuation
|
||||||
|
// When the line continuation is found,
|
||||||
|
// set the Start Position to the Start of the previous line
|
||||||
|
length+=startPos-styler.LineStart(ln);
|
||||||
|
startPos=styler.LineStart(ln);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
char lineBuffer[1024];
|
char lineBuffer[1024];
|
||||||
|
|
||||||
|
|
@ -474,21 +112,459 @@ static void ColouriseBatchDoc(
|
||||||
styler.StartSegment(startPos);
|
styler.StartSegment(startPos);
|
||||||
Sci_PositionU linePos = 0;
|
Sci_PositionU linePos = 0;
|
||||||
Sci_PositionU startLine = startPos;
|
Sci_PositionU startLine = startPos;
|
||||||
|
bool continueProcessing = true; // Used to toggle Regular Keyword Checking
|
||||||
|
bool isNotAssigned=false; // Used to flag Assignment in Set operation
|
||||||
|
|
||||||
for (Sci_PositionU i = startPos; i < startPos + length; i++) {
|
for (Sci_PositionU i = startPos; i < startPos + length; i++) {
|
||||||
lineBuffer[linePos++] = styler[i];
|
lineBuffer[linePos++] = styler[i];
|
||||||
if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
|
if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1) || (i==startPos + length-1)) {
|
||||||
// End of line (or of line buffer) met, colourise it
|
// End of line (or of line buffer) (or End of Last Line) met, colourise it
|
||||||
lineBuffer[linePos] = '\0';
|
lineBuffer[linePos] = '\0';
|
||||||
ColouriseBatchLine(lineBuffer, linePos, startLine, i, keywordlists, styler);
|
Sci_PositionU lengthLine=linePos;
|
||||||
|
Sci_PositionU endPos=i;
|
||||||
|
Sci_PositionU offset = 0; // Line Buffer Offset
|
||||||
|
Sci_PositionU cmdLoc; // External Command / Program Location
|
||||||
|
char wordBuffer[81]; // Word Buffer - large to catch long paths
|
||||||
|
Sci_PositionU wbl; // Word Buffer Length
|
||||||
|
Sci_PositionU wbo; // Word Buffer Offset - also Special Keyword Buffer Length
|
||||||
|
WordList &keywords = *keywordlists[0]; // Internal Commands
|
||||||
|
WordList &keywords2 = *keywordlists[1]; // External Commands (optional)
|
||||||
|
|
||||||
|
// CHOICE, ECHO, GOTO, PROMPT and SET have Default Text that may contain Regular Keywords
|
||||||
|
// Toggling Regular Keyword Checking off improves readability
|
||||||
|
// Other Regular Keywords and External Commands / Programs might also benefit from toggling
|
||||||
|
// Need a more robust algorithm to properly toggle Regular Keyword Checking
|
||||||
|
bool stopLineProcessing=false; // Used to stop line processing if Comment or Drive Change found
|
||||||
|
// Special Keywords are those that allow certain characters without whitespace after the command
|
||||||
|
// Examples are: cd. cd\ md. rd. dir| dir> echo: echo. path=
|
||||||
|
// Special Keyword Buffer used to determine if the first n characters is a Keyword
|
||||||
|
char sKeywordBuffer[10]; // Special Keyword Buffer
|
||||||
|
bool sKeywordFound; // Exit Special Keyword for-loop if found
|
||||||
|
|
||||||
|
// Skip initial spaces
|
||||||
|
while ((offset < lengthLine) && (isspacechar(lineBuffer[offset]))) {
|
||||||
|
offset++;
|
||||||
|
}
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
||||||
|
// Set External Command / Program Location
|
||||||
|
cmdLoc = offset;
|
||||||
|
|
||||||
|
// Check for Fake Label (Comment) or Real Label - return if found
|
||||||
|
if (lineBuffer[offset] == ':') {
|
||||||
|
if (lineBuffer[offset + 1] == ':') {
|
||||||
|
// Colorize Fake Label (Comment) - :: is similar to REM, see http://content.techweb.com/winmag/columns/explorer/2000/21.htm
|
||||||
|
styler.ColourTo(endPos, SCE_BAT_COMMENT);
|
||||||
|
} else {
|
||||||
|
// Colorize Real Label
|
||||||
|
styler.ColourTo(endPos, SCE_BAT_LABEL);
|
||||||
|
}
|
||||||
|
stopLineProcessing=true;
|
||||||
|
// Check for Drive Change (Drive Change is internal command) - return if found
|
||||||
|
} else if ((IsAlphabetic(lineBuffer[offset])) &&
|
||||||
|
(lineBuffer[offset + 1] == ':') &&
|
||||||
|
((isspacechar(lineBuffer[offset + 2])) ||
|
||||||
|
(((lineBuffer[offset + 2] == '\\')) &&
|
||||||
|
(isspacechar(lineBuffer[offset + 3]))))) {
|
||||||
|
// Colorize Regular Keyword
|
||||||
|
styler.ColourTo(endPos, SCE_BAT_WORD);
|
||||||
|
stopLineProcessing=true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check for Hide Command (@ECHO OFF/ON)
|
||||||
|
if (lineBuffer[offset] == '@') {
|
||||||
|
styler.ColourTo(startLine + offset, SCE_BAT_HIDE);
|
||||||
|
offset++;
|
||||||
|
}
|
||||||
|
// Skip next spaces
|
||||||
|
while ((offset < lengthLine) && (isspacechar(lineBuffer[offset]))) {
|
||||||
|
offset++;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Read remainder of line word-at-a-time or remainder-of-word-at-a-time
|
||||||
|
while (offset < lengthLine && !stopLineProcessing) {
|
||||||
|
if (offset > startLine) {
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
||||||
|
}
|
||||||
|
// Copy word from Line Buffer into Word Buffer
|
||||||
|
wbl = 0;
|
||||||
|
for (; offset < lengthLine && wbl < 80 &&
|
||||||
|
!isspacechar(lineBuffer[offset]); wbl++, offset++) {
|
||||||
|
wordBuffer[wbl] = static_cast<char>(tolower(lineBuffer[offset]));
|
||||||
|
}
|
||||||
|
wordBuffer[wbl] = '\0';
|
||||||
|
wbo = 0;
|
||||||
|
|
||||||
|
// Check for Comment - return if found
|
||||||
|
if ((CompareCaseInsensitive(wordBuffer, "rem") == 0) && continueProcessing) {
|
||||||
|
styler.ColourTo(endPos, SCE_BAT_COMMENT);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
// Check for Separator
|
||||||
|
if (IsBSeparator(wordBuffer[0])) {
|
||||||
|
// Check for External Command / Program
|
||||||
|
if ((cmdLoc == offset - wbl) &&
|
||||||
|
((wordBuffer[0] == ':') ||
|
||||||
|
(wordBuffer[0] == '\\') ||
|
||||||
|
(wordBuffer[0] == '.'))) {
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 1);
|
||||||
|
// Colorize External Command / Program
|
||||||
|
if (!keywords2) {
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
||||||
|
} else if (keywords2.InList(wordBuffer)) {
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
||||||
|
} else {
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
||||||
|
}
|
||||||
|
// Reset External Command / Program Location
|
||||||
|
cmdLoc = offset;
|
||||||
|
} else {
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 1);
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
||||||
|
}
|
||||||
|
// Check for Regular Keyword in list
|
||||||
|
} else if ((keywords.InList(wordBuffer)) &&
|
||||||
|
(continueProcessing)) {
|
||||||
|
// ECHO, GOTO, PROMPT and SET require no further Regular Keyword Checking
|
||||||
|
if ((CompareCaseInsensitive(wordBuffer, "echo") == 0) ||
|
||||||
|
(CompareCaseInsensitive(wordBuffer, "goto") == 0) ||
|
||||||
|
(CompareCaseInsensitive(wordBuffer, "prompt") == 0)) {
|
||||||
|
continueProcessing = false;
|
||||||
|
}
|
||||||
|
// SET requires additional processing for the assignment operator
|
||||||
|
if (CompareCaseInsensitive(wordBuffer, "set") == 0) {
|
||||||
|
continueProcessing = false;
|
||||||
|
isNotAssigned=true;
|
||||||
|
}
|
||||||
|
// Identify External Command / Program Location for ERRORLEVEL, and EXIST
|
||||||
|
if ((CompareCaseInsensitive(wordBuffer, "errorlevel") == 0) ||
|
||||||
|
(CompareCaseInsensitive(wordBuffer, "exist") == 0)) {
|
||||||
|
// Reset External Command / Program Location
|
||||||
|
cmdLoc = offset;
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Skip comparison
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(!isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Identify External Command / Program Location for CALL, DO, LOADHIGH and LH
|
||||||
|
} else if ((CompareCaseInsensitive(wordBuffer, "call") == 0) ||
|
||||||
|
(CompareCaseInsensitive(wordBuffer, "do") == 0) ||
|
||||||
|
(CompareCaseInsensitive(wordBuffer, "loadhigh") == 0) ||
|
||||||
|
(CompareCaseInsensitive(wordBuffer, "lh") == 0)) {
|
||||||
|
// Reset External Command / Program Location
|
||||||
|
cmdLoc = offset;
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Colorize Regular keyword
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_WORD);
|
||||||
|
// No need to Reset Offset
|
||||||
|
// Check for Special Keyword in list, External Command / Program, or Default Text
|
||||||
|
} else if ((wordBuffer[0] != '%') &&
|
||||||
|
(wordBuffer[0] != '!') &&
|
||||||
|
(!IsBOperator(wordBuffer[0])) &&
|
||||||
|
(continueProcessing)) {
|
||||||
|
// Check for Special Keyword
|
||||||
|
// Affected Commands are in Length range 2-6
|
||||||
|
// Good that ERRORLEVEL, EXIST, CALL, DO, LOADHIGH, and LH are unaffected
|
||||||
|
sKeywordFound = false;
|
||||||
|
for (Sci_PositionU keywordLength = 2; keywordLength < wbl && keywordLength < 7 && !sKeywordFound; keywordLength++) {
|
||||||
|
wbo = 0;
|
||||||
|
// Copy Keyword Length from Word Buffer into Special Keyword Buffer
|
||||||
|
for (; wbo < keywordLength; wbo++) {
|
||||||
|
sKeywordBuffer[wbo] = static_cast<char>(wordBuffer[wbo]);
|
||||||
|
}
|
||||||
|
sKeywordBuffer[wbo] = '\0';
|
||||||
|
// Check for Special Keyword in list
|
||||||
|
if ((keywords.InList(sKeywordBuffer)) &&
|
||||||
|
((IsBOperator(wordBuffer[wbo])) ||
|
||||||
|
(IsBSeparator(wordBuffer[wbo])))) {
|
||||||
|
sKeywordFound = true;
|
||||||
|
// ECHO requires no further Regular Keyword Checking
|
||||||
|
if (CompareCaseInsensitive(sKeywordBuffer, "echo") == 0) {
|
||||||
|
continueProcessing = false;
|
||||||
|
}
|
||||||
|
// Colorize Special Keyword as Regular Keyword
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_WORD);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Check for External Command / Program or Default Text
|
||||||
|
if (!sKeywordFound) {
|
||||||
|
wbo = 0;
|
||||||
|
// Check for External Command / Program
|
||||||
|
if (cmdLoc == offset - wbl) {
|
||||||
|
// Read up to %, Operator or Separator
|
||||||
|
while ((wbo < wbl) &&
|
||||||
|
(((wordBuffer[wbo] != '%') &&
|
||||||
|
(wordBuffer[wbo] != '!') &&
|
||||||
|
(!IsBOperator(wordBuffer[wbo])) &&
|
||||||
|
(!IsBSeparator(wordBuffer[wbo]))))) {
|
||||||
|
wbo++;
|
||||||
|
}
|
||||||
|
// Reset External Command / Program Location
|
||||||
|
cmdLoc = offset - (wbl - wbo);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
// CHOICE requires no further Regular Keyword Checking
|
||||||
|
if (CompareCaseInsensitive(wordBuffer, "choice") == 0) {
|
||||||
|
continueProcessing = false;
|
||||||
|
}
|
||||||
|
// Check for START (and its switches) - What follows is External Command \ Program
|
||||||
|
if (CompareCaseInsensitive(wordBuffer, "start") == 0) {
|
||||||
|
// Reset External Command / Program Location
|
||||||
|
cmdLoc = offset;
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Reset External Command / Program Location if command switch detected
|
||||||
|
if (lineBuffer[cmdLoc] == '/') {
|
||||||
|
// Skip command switch
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(!isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Colorize External Command / Program
|
||||||
|
if (!keywords2) {
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
||||||
|
} else if (keywords2.InList(wordBuffer)) {
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_COMMAND);
|
||||||
|
} else {
|
||||||
|
styler.ColourTo(startLine + offset - 1, SCE_BAT_DEFAULT);
|
||||||
|
}
|
||||||
|
// No need to Reset Offset
|
||||||
|
// Check for Default Text
|
||||||
|
} else {
|
||||||
|
// Read up to %, Operator or Separator
|
||||||
|
while ((wbo < wbl) &&
|
||||||
|
(((wordBuffer[wbo] != '%') &&
|
||||||
|
(wordBuffer[wbo] != '!') &&
|
||||||
|
(!IsBOperator(wordBuffer[wbo])) &&
|
||||||
|
(!IsBSeparator(wordBuffer[wbo]))))) {
|
||||||
|
wbo++;
|
||||||
|
}
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_DEFAULT);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Check for Argument (%n), Environment Variable (%x...%) or Local Variable (%%a)
|
||||||
|
} else if (wordBuffer[0] == '%') {
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1 - wbl, SCE_BAT_DEFAULT);
|
||||||
|
wbo++;
|
||||||
|
// Search to end of word for second % (can be a long path)
|
||||||
|
while ((wbo < wbl) &&
|
||||||
|
(wordBuffer[wbo] != '%')) {
|
||||||
|
wbo++;
|
||||||
|
}
|
||||||
|
// Check for Argument (%n) or (%*)
|
||||||
|
if (((Is0To9(wordBuffer[1])) || (wordBuffer[1] == '*')) &&
|
||||||
|
(wordBuffer[wbo] != '%')) {
|
||||||
|
// Check for External Command / Program
|
||||||
|
if (cmdLoc == offset - wbl) {
|
||||||
|
cmdLoc = offset - (wbl - 2);
|
||||||
|
}
|
||||||
|
// Colorize Argument
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 2), SCE_BAT_IDENTIFIER);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 2);
|
||||||
|
// Check for Expanded Argument (%~...) / Variable (%%~...)
|
||||||
|
} else if (((wbl > 1) && (wordBuffer[1] == '~')) ||
|
||||||
|
((wbl > 2) && (wordBuffer[1] == '%') && (wordBuffer[2] == '~'))) {
|
||||||
|
// Check for External Command / Program
|
||||||
|
if (cmdLoc == offset - wbl) {
|
||||||
|
cmdLoc = offset - (wbl - wbo);
|
||||||
|
}
|
||||||
|
// Colorize Expanded Argument / Variable
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_IDENTIFIER);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
// Check for Environment Variable (%x...%)
|
||||||
|
} else if ((wordBuffer[1] != '%') &&
|
||||||
|
(wordBuffer[wbo] == '%')) {
|
||||||
|
wbo++;
|
||||||
|
// Check for External Command / Program
|
||||||
|
if (cmdLoc == offset - wbl) {
|
||||||
|
cmdLoc = offset - (wbl - wbo);
|
||||||
|
}
|
||||||
|
// Colorize Environment Variable
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_IDENTIFIER);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
// Check for Local Variable (%%a)
|
||||||
|
} else if (
|
||||||
|
(wbl > 2) &&
|
||||||
|
(wordBuffer[1] == '%') &&
|
||||||
|
(wordBuffer[2] != '%') &&
|
||||||
|
(!IsBOperator(wordBuffer[2])) &&
|
||||||
|
(!IsBSeparator(wordBuffer[2]))) {
|
||||||
|
// Check for External Command / Program
|
||||||
|
if (cmdLoc == offset - wbl) {
|
||||||
|
cmdLoc = offset - (wbl - 3);
|
||||||
|
}
|
||||||
|
// Colorize Local Variable
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 3), SCE_BAT_IDENTIFIER);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 3);
|
||||||
|
}
|
||||||
|
// Check for Environment Variable (!x...!)
|
||||||
|
} else if (wordBuffer[0] == '!') {
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1 - wbl, SCE_BAT_DEFAULT);
|
||||||
|
wbo++;
|
||||||
|
// Search to end of word for second ! (can be a long path)
|
||||||
|
while ((wbo < wbl) &&
|
||||||
|
(wordBuffer[wbo] != '!')) {
|
||||||
|
wbo++;
|
||||||
|
}
|
||||||
|
if (wordBuffer[wbo] == '!') {
|
||||||
|
wbo++;
|
||||||
|
// Check for External Command / Program
|
||||||
|
if (cmdLoc == offset - wbl) {
|
||||||
|
cmdLoc = offset - (wbl - wbo);
|
||||||
|
}
|
||||||
|
// Colorize Environment Variable
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_IDENTIFIER);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
}
|
||||||
|
// Check for Operator
|
||||||
|
} else if (IsBOperator(wordBuffer[0])) {
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1 - wbl, SCE_BAT_DEFAULT);
|
||||||
|
// Check for Comparison Operator
|
||||||
|
if ((wordBuffer[0] == '=') && (wordBuffer[1] == '=')) {
|
||||||
|
// Identify External Command / Program Location for IF
|
||||||
|
cmdLoc = offset;
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Colorize Comparison Operator
|
||||||
|
if (continueProcessing)
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 2), SCE_BAT_OPERATOR);
|
||||||
|
else
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 2), SCE_BAT_DEFAULT);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 2);
|
||||||
|
// Check for Pipe Operator
|
||||||
|
} else if ((wordBuffer[0] == '|') &&
|
||||||
|
!(IsEscaped(lineBuffer,offset - wbl + wbo) || textQuoted(lineBuffer, offset - wbl) )) {
|
||||||
|
// Reset External Command / Program Location
|
||||||
|
cmdLoc = offset - wbl + 1;
|
||||||
|
// Skip next spaces
|
||||||
|
while ((cmdLoc < lengthLine) &&
|
||||||
|
(isspacechar(lineBuffer[cmdLoc]))) {
|
||||||
|
cmdLoc++;
|
||||||
|
}
|
||||||
|
// Colorize Pipe Operator
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 1), SCE_BAT_OPERATOR);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 1);
|
||||||
|
continueProcessing = true;
|
||||||
|
// Check for Other Operator
|
||||||
|
} else {
|
||||||
|
// Check for Operators: >, |, &
|
||||||
|
if (((wordBuffer[0] == '>')||
|
||||||
|
(wordBuffer[0] == ')')||
|
||||||
|
(wordBuffer[0] == '(')||
|
||||||
|
(wordBuffer[0] == '&' )) &&
|
||||||
|
!(!continueProcessing && (IsEscaped(lineBuffer,offset - wbl + wbo)
|
||||||
|
|| textQuoted(lineBuffer, offset - wbl) ))){
|
||||||
|
// Turn Keyword and External Command / Program checking back on
|
||||||
|
continueProcessing = true;
|
||||||
|
isNotAssigned=false;
|
||||||
|
}
|
||||||
|
// Colorize Other Operators
|
||||||
|
// Do not Colorize Paranthesis, quoted text and escaped operators
|
||||||
|
if (((wordBuffer[0] != ')') && (wordBuffer[0] != '(')
|
||||||
|
&& !textQuoted(lineBuffer, offset - wbl) && !IsEscaped(lineBuffer,offset - wbl + wbo))
|
||||||
|
&& !((wordBuffer[0] == '=') && !isNotAssigned ))
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 1), SCE_BAT_OPERATOR);
|
||||||
|
else
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - 1), SCE_BAT_DEFAULT);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - 1);
|
||||||
|
|
||||||
|
if ((wordBuffer[0] == '=') && isNotAssigned ){
|
||||||
|
isNotAssigned=false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Check for Default Text
|
||||||
|
} else {
|
||||||
|
// Read up to %, Operator or Separator
|
||||||
|
while ((wbo < wbl) &&
|
||||||
|
((wordBuffer[wbo] != '%') &&
|
||||||
|
(wordBuffer[wbo] != '!') &&
|
||||||
|
(!IsBOperator(wordBuffer[wbo])) &&
|
||||||
|
(!IsBSeparator(wordBuffer[wbo])))) {
|
||||||
|
wbo++;
|
||||||
|
}
|
||||||
|
// Colorize Default Text
|
||||||
|
styler.ColourTo(startLine + offset - 1 - (wbl - wbo), SCE_BAT_DEFAULT);
|
||||||
|
// Reset Offset to re-process remainder of word
|
||||||
|
offset -= (wbl - wbo);
|
||||||
|
}
|
||||||
|
// Skip next spaces - nothing happens if Offset was Reset
|
||||||
|
while ((offset < lengthLine) && (isspacechar(lineBuffer[offset]))) {
|
||||||
|
offset++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Colorize Default Text for remainder of line - currently not lexed
|
||||||
|
styler.ColourTo(endPos, SCE_BAT_DEFAULT);
|
||||||
|
|
||||||
|
// handle line continuation for SET and ECHO commands except the last line
|
||||||
|
if (!continueProcessing && (i<startPos + length-1)) {
|
||||||
|
if (linePos==1 || (linePos==2 && lineBuffer[1]=='\r')) // empty line on Unix and Mac or on Windows
|
||||||
|
continueProcessing=true;
|
||||||
|
else {
|
||||||
|
Sci_PositionU lineContinuationPos;
|
||||||
|
if ((linePos>2) && lineBuffer[linePos-2]=='\r') // Windows EOL
|
||||||
|
lineContinuationPos=linePos-3;
|
||||||
|
else
|
||||||
|
lineContinuationPos=linePos-2; // Unix or Mac EOL
|
||||||
|
// Reset continueProcessing if line continuation was not found
|
||||||
|
if ((lineBuffer[lineContinuationPos]!='^')
|
||||||
|
|| IsEscaped(lineBuffer, lineContinuationPos)
|
||||||
|
|| textQuoted(lineBuffer, lineContinuationPos))
|
||||||
|
continueProcessing=true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
linePos = 0;
|
linePos = 0;
|
||||||
startLine = i + 1;
|
startLine = i + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (linePos > 0) { // Last line does not have ending characters
|
|
||||||
lineBuffer[linePos] = '\0';
|
|
||||||
ColouriseBatchLine(lineBuffer, linePos, startLine, startPos + length - 1,
|
|
||||||
keywordlists, styler);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *const batchWordListDesc[] = {
|
static const char *const batchWordListDesc[] = {
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
bool IsAlphabetic(unsigned int ch)
|
bool IsAlphabetic(unsigned int ch)
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static int classifyWordBullant(Sci_PositionU start, Sci_PositionU end, WordList &keywords, Accessor &styler) {
|
static int classifyWordBullant(Sci_PositionU start, Sci_PositionU end, WordList &keywords, Accessor &styler) {
|
||||||
char s[100];
|
char s[100];
|
||||||
|
|
|
||||||
407
src/stc/scintilla/lexers/LexCIL.cxx
Normal file
407
src/stc/scintilla/lexers/LexCIL.cxx
Normal file
|
|
@ -0,0 +1,407 @@
|
||||||
|
// Scintilla source code edit control
|
||||||
|
/** @file LexCIL.cxx
|
||||||
|
** Lexer for Common Intermediate Language
|
||||||
|
** Written by Jad Altahan (github.com/xv)
|
||||||
|
** CIL manual: https://www.ecma-international.org/publications/standards/Ecma-335.htm
|
||||||
|
**/
|
||||||
|
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
|
||||||
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <map>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "StringCopy.h"
|
||||||
|
#include "WordList.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "Accessor.h"
|
||||||
|
#include "StyleContext.h"
|
||||||
|
#include "CharacterSet.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
namespace {
|
||||||
|
// Use an unnamed namespace to protect the functions and classes from name conflicts
|
||||||
|
|
||||||
|
bool IsAWordChar(const int ch) {
|
||||||
|
return (ch < 0x80) && (isalnum(ch) || ch == '_' || ch == '.');
|
||||||
|
}
|
||||||
|
|
||||||
|
bool IsOperator(const int ch) {
|
||||||
|
if ((ch < 0x80) && (isalnum(ch)))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if (strchr("!%&*+-/<=>@^|~()[]{}", ch)) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
constexpr bool IsStreamCommentStyle(const int style) noexcept {
|
||||||
|
return style == SCE_CIL_COMMENT;
|
||||||
|
}
|
||||||
|
|
||||||
|
struct OptionsCIL {
|
||||||
|
bool fold;
|
||||||
|
bool foldComment;
|
||||||
|
bool foldCommentMultiline;
|
||||||
|
bool foldCompact;
|
||||||
|
|
||||||
|
OptionsCIL() {
|
||||||
|
fold = true;
|
||||||
|
foldComment = false;
|
||||||
|
foldCommentMultiline = true;
|
||||||
|
foldCompact = true;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char *const cilWordListDesc[] = {
|
||||||
|
"Primary CIL keywords",
|
||||||
|
"Metadata",
|
||||||
|
"Opcode instructions",
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
struct OptionSetCIL : public OptionSet<OptionsCIL> {
|
||||||
|
OptionSetCIL() {
|
||||||
|
DefineProperty("fold", &OptionsCIL::fold);
|
||||||
|
DefineProperty("fold.comment", &OptionsCIL::foldComment);
|
||||||
|
|
||||||
|
DefineProperty("fold.cil.comment.multiline", &OptionsCIL::foldCommentMultiline,
|
||||||
|
"Set this property to 0 to disable folding multi-line comments when fold.comment=1.");
|
||||||
|
|
||||||
|
DefineProperty("fold.compact", &OptionsCIL::foldCompact);
|
||||||
|
|
||||||
|
DefineWordListSets(cilWordListDesc);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
LexicalClass lexicalClasses[] = {
|
||||||
|
// Lexer CIL SCLEX_CIL SCE_CIL_:
|
||||||
|
0, "SCE_CIL_DEFAULT", "default", "White space",
|
||||||
|
1, "SCE_CIL_COMMENT", "comment", "Multi-line comment",
|
||||||
|
2, "SCE_CIL_COMMENTLINE", "comment line", "Line comment",
|
||||||
|
3, "SCE_CIL_WORD", "keyword", "Keyword 1",
|
||||||
|
4, "SCE_CIL_WORD2", "keyword", "Keyword 2",
|
||||||
|
5, "SCE_CIL_WORD3", "keyword", "Keyword 3",
|
||||||
|
6, "SCE_CIL_STRING", "literal string", "Double quoted string",
|
||||||
|
7, "SCE_CIL_LABEL", "label", "Code label",
|
||||||
|
8, "SCE_CIL_OPERATOR", "operator", "Operators",
|
||||||
|
9, "SCE_CIL_STRINGEOL", "error literal string", "String is not closed",
|
||||||
|
10, "SCE_CIL_IDENTIFIER", "identifier", "Identifiers",
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
class LexerCIL : public DefaultLexer {
|
||||||
|
WordList keywords, keywords2, keywords3;
|
||||||
|
OptionsCIL options;
|
||||||
|
OptionSetCIL osCIL;
|
||||||
|
|
||||||
|
public:
|
||||||
|
LexerCIL() : DefaultLexer("cil", SCLEX_CIL, lexicalClasses, ELEMENTS(lexicalClasses)) { }
|
||||||
|
|
||||||
|
virtual ~LexerCIL() { }
|
||||||
|
|
||||||
|
void SCI_METHOD Release() override {
|
||||||
|
delete this;
|
||||||
|
}
|
||||||
|
|
||||||
|
int SCI_METHOD Version() const override {
|
||||||
|
return lvIdentity;
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
|
return osCIL.PropertyNames();
|
||||||
|
}
|
||||||
|
|
||||||
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
|
return osCIL.PropertyType(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
|
return osCIL.DescribeProperty(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
|
|
||||||
|
const char * SCI_METHOD PropertyGet(const char* key) override {
|
||||||
|
return osCIL.PropertyGet(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
|
return osCIL.DescribeWordListSets();
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
|
|
||||||
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
int SCI_METHOD LineEndTypesSupported() override {
|
||||||
|
return SC_LINE_END_TYPE_UNICODE;
|
||||||
|
}
|
||||||
|
|
||||||
|
int SCI_METHOD PrimaryStyleFromStyle(int style) override {
|
||||||
|
return style;
|
||||||
|
}
|
||||||
|
|
||||||
|
static ILexer *LexerFactoryCIL() {
|
||||||
|
return new LexerCIL();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerCIL::PropertySet(const char *key, const char *val) {
|
||||||
|
if (osCIL.PropertySet(&options, key, val)) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerCIL::WordListSet(int n, const char *wl) {
|
||||||
|
WordList *wordListN = 0;
|
||||||
|
|
||||||
|
switch (n) {
|
||||||
|
case 0:
|
||||||
|
wordListN = &keywords;
|
||||||
|
break;
|
||||||
|
case 1:
|
||||||
|
wordListN = &keywords2;
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
wordListN = &keywords3;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position firstModification = -1;
|
||||||
|
|
||||||
|
if (wordListN) {
|
||||||
|
WordList wlNew;
|
||||||
|
wlNew.Set(wl);
|
||||||
|
|
||||||
|
if (*wordListN != wlNew) {
|
||||||
|
wordListN->Set(wl);
|
||||||
|
firstModification = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return firstModification;
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerCIL::Lex(Sci_PositionU startPos, Sci_Position length,
|
||||||
|
int initStyle, IDocument *pAccess) {
|
||||||
|
if (initStyle == SCE_CIL_STRINGEOL) {
|
||||||
|
initStyle = SCE_CIL_DEFAULT;
|
||||||
|
}
|
||||||
|
|
||||||
|
Accessor styler(pAccess, NULL);
|
||||||
|
StyleContext sc(startPos, length, initStyle, styler);
|
||||||
|
|
||||||
|
bool identAtLineStart = false, // Checks if an identifier is at line start (ignoring spaces)
|
||||||
|
canStyleLabels = false; // Checks if conditions are met to style SCE_CIL_LABEL
|
||||||
|
|
||||||
|
for (; sc.More(); sc.Forward()) {
|
||||||
|
if (sc.atLineStart) {
|
||||||
|
if (sc.state == SCE_CIL_STRING) {
|
||||||
|
sc.SetState(SCE_CIL_STRING);
|
||||||
|
}
|
||||||
|
|
||||||
|
identAtLineStart = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle string line continuation
|
||||||
|
if (sc.ch == '\\' && (sc.chNext == '\n' || sc.chNext == '\r') &&
|
||||||
|
(sc.state == SCE_CIL_STRING)) {
|
||||||
|
sc.Forward();
|
||||||
|
|
||||||
|
if (sc.ch == '\r' && sc.chNext == '\n') {
|
||||||
|
sc.Forward();
|
||||||
|
}
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
switch (sc.state) {
|
||||||
|
case SCE_CIL_OPERATOR:
|
||||||
|
sc.SetState(SCE_CIL_DEFAULT);
|
||||||
|
break;
|
||||||
|
case SCE_CIL_IDENTIFIER:
|
||||||
|
if (!IsAWordChar(sc.ch)) {
|
||||||
|
if (canStyleLabels && (sc.ch == ':' && sc.chNext != ':')) {
|
||||||
|
sc.ChangeState(SCE_CIL_LABEL);
|
||||||
|
sc.ForwardSetState(SCE_CIL_DEFAULT);
|
||||||
|
} else {
|
||||||
|
char kwSize[100];
|
||||||
|
sc.GetCurrent(kwSize, sizeof(kwSize));
|
||||||
|
int style = SCE_CIL_IDENTIFIER;
|
||||||
|
|
||||||
|
if (keywords.InList(kwSize)) {
|
||||||
|
style = SCE_CIL_WORD;
|
||||||
|
} else if (keywords2.InList(kwSize)) {
|
||||||
|
style = SCE_CIL_WORD2;
|
||||||
|
} else if (keywords3.InList(kwSize)) {
|
||||||
|
style = SCE_CIL_WORD3;
|
||||||
|
}
|
||||||
|
|
||||||
|
sc.ChangeState(style);
|
||||||
|
sc.SetState(SCE_CIL_DEFAULT);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_CIL_COMMENT:
|
||||||
|
if (sc.Match('*', '/')) {
|
||||||
|
sc.Forward();
|
||||||
|
sc.ForwardSetState(SCE_CIL_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_CIL_COMMENTLINE:
|
||||||
|
if (sc.atLineStart) {
|
||||||
|
sc.SetState(SCE_CIL_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_CIL_STRING:
|
||||||
|
if (sc.ch == '\\') {
|
||||||
|
if (sc.chNext == '"' || sc.chNext == '\\') {
|
||||||
|
sc.Forward();
|
||||||
|
}
|
||||||
|
} else if (sc.ch == '"') {
|
||||||
|
sc.ForwardSetState(SCE_CIL_DEFAULT);
|
||||||
|
} else if (sc.atLineEnd) {
|
||||||
|
sc.ChangeState(SCE_CIL_STRINGEOL);
|
||||||
|
sc.ForwardSetState(SCE_CIL_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sc.state == SCE_CIL_DEFAULT) {
|
||||||
|
// String
|
||||||
|
if (sc.ch == '"') {
|
||||||
|
sc.SetState(SCE_CIL_STRING);
|
||||||
|
}
|
||||||
|
// Keyword
|
||||||
|
else if (IsAWordChar(sc.ch)) {
|
||||||
|
// Allow setting SCE_CIL_LABEL style only if the label is the
|
||||||
|
// first token in the line and does not start with a dot or a digit
|
||||||
|
canStyleLabels = identAtLineStart && !(sc.ch == '.' || IsADigit(sc.ch));
|
||||||
|
sc.SetState(SCE_CIL_IDENTIFIER);
|
||||||
|
}
|
||||||
|
// Multi-line comment
|
||||||
|
else if (sc.Match('/', '*')) {
|
||||||
|
sc.SetState(SCE_CIL_COMMENT);
|
||||||
|
sc.Forward();
|
||||||
|
}
|
||||||
|
// Line comment
|
||||||
|
else if (sc.Match('/', '/')) {
|
||||||
|
sc.SetState(SCE_CIL_COMMENTLINE);
|
||||||
|
}
|
||||||
|
// Operators
|
||||||
|
else if (IsOperator(sc.ch)) {
|
||||||
|
sc.SetState(SCE_CIL_OPERATOR);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!IsASpace(sc.ch)) {
|
||||||
|
identAtLineStart = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sc.Complete();
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerCIL::Fold(Sci_PositionU startPos, Sci_Position length,
|
||||||
|
int initStyle, IDocument *pAccess) {
|
||||||
|
if (!options.fold) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
|
const Sci_PositionU endPos = startPos + length;
|
||||||
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
|
|
||||||
|
int levelCurrent = SC_FOLDLEVELBASE;
|
||||||
|
if (lineCurrent > 0)
|
||||||
|
levelCurrent = styler.LevelAt(lineCurrent - 1) >> 16;
|
||||||
|
|
||||||
|
int style = initStyle;
|
||||||
|
int styleNext = styler.StyleAt(startPos);
|
||||||
|
int levelNext = levelCurrent;
|
||||||
|
int visibleChars = 0;
|
||||||
|
|
||||||
|
char chNext = styler[startPos];
|
||||||
|
|
||||||
|
for (Sci_PositionU i = startPos; i < endPos; i++) {
|
||||||
|
const char ch = chNext;
|
||||||
|
int stylePrev = style;
|
||||||
|
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
style = styleNext;
|
||||||
|
styleNext = styler.StyleAt(i + 1);
|
||||||
|
|
||||||
|
const bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
||||||
|
|
||||||
|
if (options.foldComment &&
|
||||||
|
options.foldCommentMultiline && IsStreamCommentStyle(style)) {
|
||||||
|
if (!IsStreamCommentStyle(stylePrev)) {
|
||||||
|
levelNext++;
|
||||||
|
} else if (!IsStreamCommentStyle(styleNext) && !atEOL) {
|
||||||
|
levelNext--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (style == SCE_CIL_OPERATOR) {
|
||||||
|
if (ch == '{') {
|
||||||
|
levelNext++;
|
||||||
|
} else if (ch == '}') {
|
||||||
|
levelNext--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!IsASpace(ch)) {
|
||||||
|
visibleChars++;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (atEOL || (i == endPos - 1)) {
|
||||||
|
int lev = levelCurrent | levelNext << 16;
|
||||||
|
if (visibleChars == 0 && options.foldCompact)
|
||||||
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
|
if (levelCurrent < levelNext)
|
||||||
|
lev |= SC_FOLDLEVELHEADERFLAG;
|
||||||
|
if (lev != styler.LevelAt(lineCurrent)) {
|
||||||
|
styler.SetLevel(lineCurrent, lev);
|
||||||
|
}
|
||||||
|
|
||||||
|
lineCurrent++;
|
||||||
|
levelCurrent = levelNext;
|
||||||
|
|
||||||
|
if (options.foldCompact &&
|
||||||
|
i == static_cast<Sci_PositionU>(styler.Length() - 1)) {
|
||||||
|
styler.SetLevel(lineCurrent, lev | SC_FOLDLEVELWHITEFLAG);
|
||||||
|
}
|
||||||
|
|
||||||
|
visibleChars = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerModule lmCIL(SCLEX_CIL, LexerCIL::LexerFactoryCIL, "cil", cilWordListDesc);
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
/** @file LexClw.cxx
|
/** @file LexCLW.cxx
|
||||||
** Lexer for Clarion.
|
** Lexer for Clarion.
|
||||||
** 2004/12/17 Updated Lexer
|
** 2004/12/17 Updated Lexer
|
||||||
**/
|
**/
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Is an end of line character
|
// Is an end of line character
|
||||||
inline bool IsEOL(const int ch) {
|
inline bool IsEOL(const int ch) {
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#define IN_DIVISION 0x01
|
#define IN_DIVISION 0x01
|
||||||
#define IN_DECLARATIVES 0x02
|
#define IN_DECLARATIVES 0x02
|
||||||
|
|
|
||||||
|
|
@ -6,22 +6,22 @@
|
||||||
// Copyright 1998-2005 by Neil Hodgson <neilh@scintilla.org>
|
// Copyright 1998-2005 by Neil Hodgson <neilh@scintilla.org>
|
||||||
// The License.txt file describes the conditions under which this software may be distributed.
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
#include <string.h>
|
#include <cassert>
|
||||||
#include <stdio.h>
|
#include <cstring>
|
||||||
#include <stdarg.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
|
#include <utility>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
#include "Scintilla.h"
|
#include "Scintilla.h"
|
||||||
#include "SciLexer.h"
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "StringCopy.h"
|
||||||
#include "WordList.h"
|
#include "WordList.h"
|
||||||
#include "LexAccessor.h"
|
#include "LexAccessor.h"
|
||||||
#include "Accessor.h"
|
#include "Accessor.h"
|
||||||
|
|
@ -32,14 +32,12 @@
|
||||||
#include "SparseState.h"
|
#include "SparseState.h"
|
||||||
#include "SubStyles.h"
|
#include "SubStyles.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// Use an unnamed namespace to protect the functions and classes from name conflicts
|
// Use an unnamed namespace to protect the functions and classes from name conflicts
|
||||||
|
|
||||||
bool IsSpaceEquiv(int state) {
|
constexpr bool IsSpaceEquiv(int state) noexcept {
|
||||||
return (state <= SCE_C_COMMENTDOC) ||
|
return (state <= SCE_C_COMMENTDOC) ||
|
||||||
// including SCE_C_DEFAULT, SCE_C_COMMENT, SCE_C_COMMENTLINE
|
// including SCE_C_DEFAULT, SCE_C_COMMENT, SCE_C_COMMENTLINE
|
||||||
(state == SCE_C_COMMENTLINEDOC) || (state == SCE_C_COMMENTDOCKEYWORD) ||
|
(state == SCE_C_COMMENTLINEDOC) || (state == SCE_C_COMMENTDOCKEYWORD) ||
|
||||||
|
|
@ -53,10 +51,10 @@ bool IsSpaceEquiv(int state) {
|
||||||
// a = b+++/ptn/...
|
// a = b+++/ptn/...
|
||||||
// Putting a space between the '++' post-inc operator and the '+' binary op
|
// Putting a space between the '++' post-inc operator and the '+' binary op
|
||||||
// fixes this, and is highly recommended for readability anyway.
|
// fixes this, and is highly recommended for readability anyway.
|
||||||
bool FollowsPostfixOperator(StyleContext &sc, LexAccessor &styler) {
|
bool FollowsPostfixOperator(const StyleContext &sc, LexAccessor &styler) {
|
||||||
Sci_Position pos = (Sci_Position) sc.currentPos;
|
Sci_Position pos = sc.currentPos;
|
||||||
while (--pos > 0) {
|
while (--pos > 0) {
|
||||||
char ch = styler[pos];
|
const char ch = styler[pos];
|
||||||
if (ch == '+' || ch == '-') {
|
if (ch == '+' || ch == '-') {
|
||||||
return styler[pos - 1] == ch;
|
return styler[pos - 1] == ch;
|
||||||
}
|
}
|
||||||
|
|
@ -64,13 +62,13 @@ bool FollowsPostfixOperator(StyleContext &sc, LexAccessor &styler) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool followsReturnKeyword(StyleContext &sc, LexAccessor &styler) {
|
bool followsReturnKeyword(const StyleContext &sc, LexAccessor &styler) {
|
||||||
// Don't look at styles, so no need to flush.
|
// Don't look at styles, so no need to flush.
|
||||||
Sci_Position pos = (Sci_Position) sc.currentPos;
|
Sci_Position pos = sc.currentPos;
|
||||||
Sci_Position currentLine = styler.GetLine(pos);
|
const Sci_Position currentLine = styler.GetLine(pos);
|
||||||
Sci_Position lineStartPos = styler.LineStart(currentLine);
|
const Sci_Position lineStartPos = styler.LineStart(currentLine);
|
||||||
while (--pos > lineStartPos) {
|
while (--pos > lineStartPos) {
|
||||||
char ch = styler.SafeGetCharAt(pos);
|
const char ch = styler.SafeGetCharAt(pos);
|
||||||
if (ch != ' ' && ch != '\t') {
|
if (ch != ' ' && ch != '\t') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -86,13 +84,13 @@ bool followsReturnKeyword(StyleContext &sc, LexAccessor &styler) {
|
||||||
return !*s;
|
return !*s;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsSpaceOrTab(int ch) {
|
constexpr bool IsSpaceOrTab(int ch) noexcept {
|
||||||
return ch == ' ' || ch == '\t';
|
return ch == ' ' || ch == '\t';
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OnlySpaceOrTab(const std::string &s) {
|
bool OnlySpaceOrTab(const std::string &s) noexcept {
|
||||||
for (std::string::const_iterator it = s.begin(); it != s.end(); ++it) {
|
for (const char ch : s) {
|
||||||
if (!IsSpaceOrTab(*it))
|
if (!IsSpaceOrTab(ch))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
@ -100,11 +98,11 @@ bool OnlySpaceOrTab(const std::string &s) {
|
||||||
|
|
||||||
std::vector<std::string> StringSplit(const std::string &text, int separator) {
|
std::vector<std::string> StringSplit(const std::string &text, int separator) {
|
||||||
std::vector<std::string> vs(text.empty() ? 0 : 1);
|
std::vector<std::string> vs(text.empty() ? 0 : 1);
|
||||||
for (std::string::const_iterator it = text.begin(); it != text.end(); ++it) {
|
for (const char ch : text) {
|
||||||
if (*it == separator) {
|
if (ch == separator) {
|
||||||
vs.push_back(std::string());
|
vs.emplace_back();
|
||||||
} else {
|
} else {
|
||||||
vs.back() += *it;
|
vs.back() += ch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return vs;
|
return vs;
|
||||||
|
|
@ -141,21 +139,21 @@ BracketPair FindBracketPair(std::vector<std::string> &tokens) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void highlightTaskMarker(StyleContext &sc, LexAccessor &styler,
|
void highlightTaskMarker(StyleContext &sc, LexAccessor &styler,
|
||||||
int activity, WordList &markerList, bool caseSensitive){
|
int activity, const WordList &markerList, bool caseSensitive){
|
||||||
if ((isoperator(sc.chPrev) || IsASpace(sc.chPrev)) && markerList.Length()) {
|
if ((isoperator(sc.chPrev) || IsASpace(sc.chPrev)) && markerList.Length()) {
|
||||||
const int lengthMarker = 50;
|
constexpr Sci_PositionU lengthMarker = 50;
|
||||||
char marker[lengthMarker+1];
|
char marker[lengthMarker+1] = "";
|
||||||
Sci_Position currPos = (Sci_Position) sc.currentPos;
|
const Sci_PositionU currPos = sc.currentPos;
|
||||||
int i = 0;
|
Sci_PositionU i = 0;
|
||||||
while (i < lengthMarker) {
|
while (i < lengthMarker) {
|
||||||
char ch = styler.SafeGetCharAt(currPos + i);
|
const char ch = styler.SafeGetCharAt(currPos + i);
|
||||||
if (IsASpace(ch) || isoperator(ch)) {
|
if (IsASpace(ch) || isoperator(ch)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (caseSensitive)
|
if (caseSensitive)
|
||||||
marker[i] = ch;
|
marker[i] = ch;
|
||||||
else
|
else
|
||||||
marker[i] = static_cast<char>(tolower(ch));
|
marker[i] = MakeLowerCase(ch);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
marker[i] = '\0';
|
marker[i] = '\0';
|
||||||
|
|
@ -165,18 +163,14 @@ void highlightTaskMarker(StyleContext &sc, LexAccessor &styler,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct EscapeSequence {
|
class EscapeSequence {
|
||||||
int digitsLeft;
|
const CharacterSet setHexDigits = CharacterSet(CharacterSet::setDigits, "ABCDEFabcdef");
|
||||||
CharacterSet setHexDigits;
|
const CharacterSet setOctDigits = CharacterSet(CharacterSet::setNone, "01234567");
|
||||||
CharacterSet setOctDigits;
|
const CharacterSet setNoneNumeric;
|
||||||
CharacterSet setNoneNumeric;
|
const CharacterSet *escapeSetValid = nullptr;
|
||||||
CharacterSet *escapeSetValid;
|
int digitsLeft = 0;
|
||||||
EscapeSequence() {
|
public:
|
||||||
digitsLeft = 0;
|
EscapeSequence() = default;
|
||||||
escapeSetValid = 0;
|
|
||||||
setHexDigits = CharacterSet(CharacterSet::setDigits, "ABCDEFabcdef");
|
|
||||||
setOctDigits = CharacterSet(CharacterSet::setNone, "01234567");
|
|
||||||
}
|
|
||||||
void resetEscapeState(int nextChar) {
|
void resetEscapeState(int nextChar) {
|
||||||
digitsLeft = 0;
|
digitsLeft = 0;
|
||||||
escapeSetValid = &setNoneNumeric;
|
escapeSetValid = &setNoneNumeric;
|
||||||
|
|
@ -197,26 +191,39 @@ struct EscapeSequence {
|
||||||
bool atEscapeEnd(int currChar) const {
|
bool atEscapeEnd(int currChar) const {
|
||||||
return (digitsLeft <= 0) || !escapeSetValid->Contains(currChar);
|
return (digitsLeft <= 0) || !escapeSetValid->Contains(currChar);
|
||||||
}
|
}
|
||||||
|
void consumeDigit() noexcept {
|
||||||
|
digitsLeft--;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string GetRestOfLine(LexAccessor &styler, Sci_Position start, bool allowSpace) {
|
std::string GetRestOfLine(LexAccessor &styler, Sci_Position start, bool allowSpace) {
|
||||||
std::string restOfLine;
|
std::string restOfLine;
|
||||||
Sci_Position i =0;
|
Sci_Position line = styler.GetLine(start);
|
||||||
|
Sci_Position pos = start;
|
||||||
|
Sci_Position endLine = styler.LineEnd(line);
|
||||||
char ch = styler.SafeGetCharAt(start, '\n');
|
char ch = styler.SafeGetCharAt(start, '\n');
|
||||||
Sci_Position endLine = styler.LineEnd(styler.GetLine(start));
|
while (pos < endLine) {
|
||||||
while (((start+i) < endLine) && (ch != '\r')) {
|
if (ch == '\\' && ((pos + 1) == endLine)) {
|
||||||
char chNext = styler.SafeGetCharAt(start + i + 1, '\n');
|
// Continuation line
|
||||||
if (ch == '/' && (chNext == '/' || chNext == '*'))
|
line++;
|
||||||
break;
|
pos = styler.LineStart(line);
|
||||||
if (allowSpace || (ch != ' '))
|
endLine = styler.LineEnd(line);
|
||||||
restOfLine += ch;
|
ch = styler.SafeGetCharAt(pos, '\n');
|
||||||
i++;
|
} else {
|
||||||
ch = chNext;
|
const char chNext = styler.SafeGetCharAt(pos + 1, '\n');
|
||||||
|
if (ch == '/' && (chNext == '/' || chNext == '*'))
|
||||||
|
break;
|
||||||
|
if (allowSpace || (ch != ' ')) {
|
||||||
|
restOfLine += ch;
|
||||||
|
}
|
||||||
|
pos++;
|
||||||
|
ch = chNext;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return restOfLine;
|
return restOfLine;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsStreamCommentStyle(int style) {
|
constexpr bool IsStreamCommentStyle(int style) noexcept {
|
||||||
return style == SCE_C_COMMENT ||
|
return style == SCE_C_COMMENT ||
|
||||||
style == SCE_C_COMMENTDOC ||
|
style == SCE_C_COMMENTDOC ||
|
||||||
style == SCE_C_COMMENTDOCKEYWORD ||
|
style == SCE_C_COMMENTDOCKEYWORD ||
|
||||||
|
|
@ -234,26 +241,48 @@ struct PPDefinition {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
constexpr int inactiveFlag = 0x40;
|
||||||
|
|
||||||
class LinePPState {
|
class LinePPState {
|
||||||
int state;
|
// Track the state of preprocessor conditionals to allow showing active and inactive
|
||||||
int ifTaken;
|
// code in different styles.
|
||||||
int level;
|
// Only works up to 31 levels of conditional nesting.
|
||||||
bool ValidLevel() const {
|
|
||||||
return level >= 0 && level < 32;
|
// state is a bit mask with 1 bit per level
|
||||||
|
// bit is 1 for level if section inactive, so any bits set = inactive style
|
||||||
|
int state = 0;
|
||||||
|
// ifTaken is a bit mask with 1 bit per level
|
||||||
|
// bit is 1 for level if some branch at this level has been taken
|
||||||
|
int ifTaken = 0;
|
||||||
|
// level is the nesting level of #if constructs
|
||||||
|
int level = -1;
|
||||||
|
static const int maximumNestingLevel = 31;
|
||||||
|
bool ValidLevel() const noexcept {
|
||||||
|
return level >= 0 && level < maximumNestingLevel;
|
||||||
}
|
}
|
||||||
int maskLevel() const {
|
int maskLevel() const noexcept {
|
||||||
return 1 << level;
|
if (level >= 0) {
|
||||||
|
return 1 << level;
|
||||||
|
} else {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
LinePPState() : state(0), ifTaken(0), level(-1) {
|
LinePPState() noexcept {
|
||||||
}
|
}
|
||||||
bool IsInactive() const {
|
bool IsActive() const noexcept {
|
||||||
|
return state == 0;
|
||||||
|
}
|
||||||
|
bool IsInactive() const noexcept {
|
||||||
return state != 0;
|
return state != 0;
|
||||||
}
|
}
|
||||||
bool CurrentIfTaken() const {
|
int ActiveState() const noexcept {
|
||||||
|
return state ? inactiveFlag : 0;
|
||||||
|
}
|
||||||
|
bool CurrentIfTaken() const noexcept {
|
||||||
return (ifTaken & maskLevel()) != 0;
|
return (ifTaken & maskLevel()) != 0;
|
||||||
}
|
}
|
||||||
void StartSection(bool on) {
|
void StartSection(bool on) noexcept {
|
||||||
level++;
|
level++;
|
||||||
if (ValidLevel()) {
|
if (ValidLevel()) {
|
||||||
if (on) {
|
if (on) {
|
||||||
|
|
@ -265,14 +294,14 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void EndSection() {
|
void EndSection() noexcept {
|
||||||
if (ValidLevel()) {
|
if (ValidLevel()) {
|
||||||
state &= ~maskLevel();
|
state &= ~maskLevel();
|
||||||
ifTaken &= ~maskLevel();
|
ifTaken &= ~maskLevel();
|
||||||
}
|
}
|
||||||
level--;
|
level--;
|
||||||
}
|
}
|
||||||
void InvertCurrentLevel() {
|
void InvertCurrentLevel() noexcept {
|
||||||
if (ValidLevel()) {
|
if (ValidLevel()) {
|
||||||
state ^= maskLevel();
|
state ^= maskLevel();
|
||||||
ifTaken |= maskLevel();
|
ifTaken |= maskLevel();
|
||||||
|
|
@ -285,7 +314,7 @@ public:
|
||||||
class PPStates {
|
class PPStates {
|
||||||
std::vector<LinePPState> vlls;
|
std::vector<LinePPState> vlls;
|
||||||
public:
|
public:
|
||||||
LinePPState ForLine(Sci_Position line) const {
|
LinePPState ForLine(Sci_Position line) const noexcept {
|
||||||
if ((line > 0) && (vlls.size() > static_cast<size_t>(line))) {
|
if ((line > 0) && (vlls.size() > static_cast<size_t>(line))) {
|
||||||
return vlls[line];
|
return vlls[line];
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -355,7 +384,7 @@ const char *const cppWordLists[] = {
|
||||||
"Global classes and typedefs",
|
"Global classes and typedefs",
|
||||||
"Preprocessor definitions",
|
"Preprocessor definitions",
|
||||||
"Task marker and error marker keywords",
|
"Task marker and error marker keywords",
|
||||||
0,
|
nullptr,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct OptionSetCPP : public OptionSet<OptionsCPP> {
|
struct OptionSetCPP : public OptionSet<OptionsCPP> {
|
||||||
|
|
@ -432,13 +461,48 @@ struct OptionSetCPP : public OptionSet<OptionsCPP> {
|
||||||
|
|
||||||
const char styleSubable[] = {SCE_C_IDENTIFIER, SCE_C_COMMENTDOCKEYWORD, 0};
|
const char styleSubable[] = {SCE_C_IDENTIFIER, SCE_C_COMMENTDOCKEYWORD, 0};
|
||||||
|
|
||||||
|
LexicalClass lexicalClasses[] = {
|
||||||
|
// Lexer Cpp SCLEX_CPP SCE_C_:
|
||||||
|
0, "SCE_C_DEFAULT", "default", "White space",
|
||||||
|
1, "SCE_C_COMMENT", "comment", "Comment: /* */.",
|
||||||
|
2, "SCE_C_COMMENTLINE", "comment line", "Line Comment: //.",
|
||||||
|
3, "SCE_C_COMMENTDOC", "comment documentation", "Doc comment: block comments beginning with /** or /*!",
|
||||||
|
4, "SCE_C_NUMBER", "literal numeric", "Number",
|
||||||
|
5, "SCE_C_WORD", "keyword", "Keyword",
|
||||||
|
6, "SCE_C_STRING", "literal string", "Double quoted string",
|
||||||
|
7, "SCE_C_CHARACTER", "literal string character", "Single quoted string",
|
||||||
|
8, "SCE_C_UUID", "literal uuid", "UUIDs (only in IDL)",
|
||||||
|
9, "SCE_C_PREPROCESSOR", "preprocessor", "Preprocessor",
|
||||||
|
10, "SCE_C_OPERATOR", "operator", "Operators",
|
||||||
|
11, "SCE_C_IDENTIFIER", "identifier", "Identifiers",
|
||||||
|
12, "SCE_C_STRINGEOL", "error literal string", "End of line where string is not closed",
|
||||||
|
13, "SCE_C_VERBATIM", "literal string multiline raw", "Verbatim strings for C#",
|
||||||
|
14, "SCE_C_REGEX", "literal regex", "Regular expressions for JavaScript",
|
||||||
|
15, "SCE_C_COMMENTLINEDOC", "comment documentation line", "Doc Comment Line: line comments beginning with /// or //!.",
|
||||||
|
16, "SCE_C_WORD2", "identifier", "Keywords2",
|
||||||
|
17, "SCE_C_COMMENTDOCKEYWORD", "comment documentation keyword", "Comment keyword",
|
||||||
|
18, "SCE_C_COMMENTDOCKEYWORDERROR", "error comment documentation keyword", "Comment keyword error",
|
||||||
|
19, "SCE_C_GLOBALCLASS", "identifier", "Global class",
|
||||||
|
20, "SCE_C_STRINGRAW", "literal string multiline raw", "Raw strings for C++0x",
|
||||||
|
21, "SCE_C_TRIPLEVERBATIM", "literal string multiline raw", "Triple-quoted strings for Vala",
|
||||||
|
22, "SCE_C_HASHQUOTEDSTRING", "literal string", "Hash-quoted strings for Pike",
|
||||||
|
23, "SCE_C_PREPROCESSORCOMMENT", "comment preprocessor", "Preprocessor stream comment",
|
||||||
|
24, "SCE_C_PREPROCESSORCOMMENTDOC", "comment preprocessor documentation", "Preprocessor stream doc comment",
|
||||||
|
25, "SCE_C_USERLITERAL", "literal", "User defined literals",
|
||||||
|
26, "SCE_C_TASKMARKER", "comment taskmarker", "Task Marker",
|
||||||
|
27, "SCE_C_ESCAPESEQUENCE", "literal string escapesequence", "Escape sequence",
|
||||||
|
};
|
||||||
|
|
||||||
|
const int sizeLexicalClasses = static_cast<int>(Sci::size(lexicalClasses));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class LexerCPP : public ILexerWithSubStyles {
|
class LexerCPP : public ILexerWithIdentity {
|
||||||
bool caseSensitive;
|
bool caseSensitive;
|
||||||
CharacterSet setWord;
|
CharacterSet setWord;
|
||||||
CharacterSet setNegationOp;
|
CharacterSet setNegationOp;
|
||||||
CharacterSet setArithmethicOp;
|
CharacterSet setAddOp;
|
||||||
|
CharacterSet setMultOp;
|
||||||
CharacterSet setRelOp;
|
CharacterSet setRelOp;
|
||||||
CharacterSet setLogicalOp;
|
CharacterSet setLogicalOp;
|
||||||
CharacterSet setWordStart;
|
CharacterSet setWordStart;
|
||||||
|
|
@ -453,14 +517,15 @@ class LexerCPP : public ILexerWithSubStyles {
|
||||||
struct SymbolValue {
|
struct SymbolValue {
|
||||||
std::string value;
|
std::string value;
|
||||||
std::string arguments;
|
std::string arguments;
|
||||||
SymbolValue(const std::string &value_="", const std::string &arguments_="") : value(value_), arguments(arguments_) {
|
SymbolValue() = default;
|
||||||
|
SymbolValue(const std::string &value_, const std::string &arguments_) : value(value_), arguments(arguments_) {
|
||||||
}
|
}
|
||||||
SymbolValue &operator = (const std::string &value_) {
|
SymbolValue &operator = (const std::string &value_) {
|
||||||
value = value_;
|
value = value_;
|
||||||
arguments.clear();
|
arguments.clear();
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
bool IsMacro() const {
|
bool IsMacro() const noexcept {
|
||||||
return !arguments.empty();
|
return !arguments.empty();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
@ -470,81 +535,149 @@ class LexerCPP : public ILexerWithSubStyles {
|
||||||
OptionSetCPP osCPP;
|
OptionSetCPP osCPP;
|
||||||
EscapeSequence escapeSeq;
|
EscapeSequence escapeSeq;
|
||||||
SparseState<std::string> rawStringTerminators;
|
SparseState<std::string> rawStringTerminators;
|
||||||
enum { activeFlag = 0x40 };
|
|
||||||
enum { ssIdentifier, ssDocKeyword };
|
enum { ssIdentifier, ssDocKeyword };
|
||||||
SubStyles subStyles;
|
SubStyles subStyles;
|
||||||
|
std::string returnBuffer;
|
||||||
public:
|
public:
|
||||||
explicit LexerCPP(bool caseSensitive_) :
|
explicit LexerCPP(bool caseSensitive_) :
|
||||||
caseSensitive(caseSensitive_),
|
caseSensitive(caseSensitive_),
|
||||||
setWord(CharacterSet::setAlphaNum, "._", 0x80, true),
|
setWord(CharacterSet::setAlphaNum, "._", 0x80, true),
|
||||||
setNegationOp(CharacterSet::setNone, "!"),
|
setNegationOp(CharacterSet::setNone, "!"),
|
||||||
setArithmethicOp(CharacterSet::setNone, "+-/*%"),
|
setAddOp(CharacterSet::setNone, "+-"),
|
||||||
|
setMultOp(CharacterSet::setNone, "*/%"),
|
||||||
setRelOp(CharacterSet::setNone, "=!<>"),
|
setRelOp(CharacterSet::setNone, "=!<>"),
|
||||||
setLogicalOp(CharacterSet::setNone, "|&"),
|
setLogicalOp(CharacterSet::setNone, "|&"),
|
||||||
subStyles(styleSubable, 0x80, 0x40, activeFlag) {
|
subStyles(styleSubable, 0x80, 0x40, inactiveFlag) {
|
||||||
}
|
}
|
||||||
|
// Deleted so LexerCPP objects can not be copied.
|
||||||
|
LexerCPP(const LexerCPP &) = delete;
|
||||||
|
LexerCPP(LexerCPP &&) = delete;
|
||||||
|
void operator=(const LexerCPP &) = delete;
|
||||||
|
void operator=(LexerCPP &&) = delete;
|
||||||
virtual ~LexerCPP() {
|
virtual ~LexerCPP() {
|
||||||
}
|
}
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() noexcept override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const noexcept override {
|
||||||
return lvSubStyles;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return osCPP.PropertyNames();
|
return osCPP.PropertyNames();
|
||||||
}
|
}
|
||||||
int SCI_METHOD PropertyType(const char *name) {
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
return osCPP.PropertyType(name);
|
return osCPP.PropertyType(name);
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD DescribeProperty(const char *name) {
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
return osCPP.DescribeProperty(name);
|
return osCPP.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
const char * SCI_METHOD DescribeWordListSets() {
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
return osCPP.DescribeWordListSets();
|
return osCPP.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
void * SCI_METHOD PrivateCall(int, void *) noexcept override {
|
||||||
return 0;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD LineEndTypesSupported() {
|
int SCI_METHOD LineEndTypesSupported() noexcept override {
|
||||||
return SC_LINE_END_TYPE_UNICODE;
|
return SC_LINE_END_TYPE_UNICODE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD AllocateSubStyles(int styleBase, int numberStyles) {
|
int SCI_METHOD AllocateSubStyles(int styleBase, int numberStyles) override {
|
||||||
return subStyles.Allocate(styleBase, numberStyles);
|
return subStyles.Allocate(styleBase, numberStyles);
|
||||||
}
|
}
|
||||||
int SCI_METHOD SubStylesStart(int styleBase) {
|
int SCI_METHOD SubStylesStart(int styleBase) override {
|
||||||
return subStyles.Start(styleBase);
|
return subStyles.Start(styleBase);
|
||||||
}
|
}
|
||||||
int SCI_METHOD SubStylesLength(int styleBase) {
|
int SCI_METHOD SubStylesLength(int styleBase) override {
|
||||||
return subStyles.Length(styleBase);
|
return subStyles.Length(styleBase);
|
||||||
}
|
}
|
||||||
int SCI_METHOD StyleFromSubStyle(int subStyle) {
|
int SCI_METHOD StyleFromSubStyle(int subStyle) override {
|
||||||
int styleBase = subStyles.BaseStyle(MaskActive(subStyle));
|
const int styleBase = subStyles.BaseStyle(MaskActive(subStyle));
|
||||||
int active = subStyle & activeFlag;
|
const int inactive = subStyle & inactiveFlag;
|
||||||
return styleBase | active;
|
return styleBase | inactive;
|
||||||
}
|
}
|
||||||
int SCI_METHOD PrimaryStyleFromStyle(int style) {
|
int SCI_METHOD PrimaryStyleFromStyle(int style) noexcept override {
|
||||||
return MaskActive(style);
|
return MaskActive(style);
|
||||||
}
|
}
|
||||||
void SCI_METHOD FreeSubStyles() {
|
void SCI_METHOD FreeSubStyles() override {
|
||||||
subStyles.Free();
|
subStyles.Free();
|
||||||
}
|
}
|
||||||
void SCI_METHOD SetIdentifiers(int style, const char *identifiers) {
|
void SCI_METHOD SetIdentifiers(int style, const char *identifiers) override {
|
||||||
subStyles.SetIdentifiers(style, identifiers);
|
subStyles.SetIdentifiers(style, identifiers);
|
||||||
}
|
}
|
||||||
int SCI_METHOD DistanceToSecondaryStyles() {
|
int SCI_METHOD DistanceToSecondaryStyles() noexcept override {
|
||||||
return activeFlag;
|
return inactiveFlag;
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD GetSubStyleBases() {
|
const char * SCI_METHOD GetSubStyleBases() noexcept override {
|
||||||
return styleSubable;
|
return styleSubable;
|
||||||
}
|
}
|
||||||
|
int SCI_METHOD NamedStyles() override {
|
||||||
|
return std::max(subStyles.LastAllocated() + 1,
|
||||||
|
sizeLexicalClasses) +
|
||||||
|
inactiveFlag;
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD NameOfStyle(int style) override {
|
||||||
|
if (style >= NamedStyles())
|
||||||
|
return "";
|
||||||
|
if (style < sizeLexicalClasses)
|
||||||
|
return lexicalClasses[style].name;
|
||||||
|
// TODO: inactive and substyles
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD TagsOfStyle(int style) override {
|
||||||
|
if (style >= NamedStyles())
|
||||||
|
return "Excess";
|
||||||
|
returnBuffer.clear();
|
||||||
|
const int firstSubStyle = subStyles.FirstAllocated();
|
||||||
|
if (firstSubStyle >= 0) {
|
||||||
|
const int lastSubStyle = subStyles.LastAllocated();
|
||||||
|
if (((style >= firstSubStyle) && (style <= (lastSubStyle))) ||
|
||||||
|
((style >= firstSubStyle + inactiveFlag) && (style <= (lastSubStyle + inactiveFlag)))) {
|
||||||
|
int styleActive = style;
|
||||||
|
if (style > lastSubStyle) {
|
||||||
|
returnBuffer = "inactive ";
|
||||||
|
styleActive -= inactiveFlag;
|
||||||
|
}
|
||||||
|
const int styleMain = StyleFromSubStyle(styleActive);
|
||||||
|
returnBuffer += lexicalClasses[styleMain].tags;
|
||||||
|
return returnBuffer.c_str();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (style < sizeLexicalClasses)
|
||||||
|
return lexicalClasses[style].tags;
|
||||||
|
if (style >= inactiveFlag) {
|
||||||
|
returnBuffer = "inactive ";
|
||||||
|
const int styleActive = style - inactiveFlag;
|
||||||
|
if (styleActive < sizeLexicalClasses)
|
||||||
|
returnBuffer += lexicalClasses[styleActive].tags;
|
||||||
|
else
|
||||||
|
returnBuffer = "";
|
||||||
|
return returnBuffer.c_str();
|
||||||
|
}
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescriptionOfStyle(int style) override {
|
||||||
|
if (style >= NamedStyles())
|
||||||
|
return "";
|
||||||
|
if (style < sizeLexicalClasses)
|
||||||
|
return lexicalClasses[style].description;
|
||||||
|
// TODO: inactive and substyles
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
|
// ILexerWithIdentity methods
|
||||||
|
const char * SCI_METHOD GetName() override {
|
||||||
|
return caseSensitive ? "cpp" : "cppnocase";
|
||||||
|
}
|
||||||
|
int SCI_METHOD GetIdentifier() override {
|
||||||
|
return caseSensitive ? SCLEX_CPP : SCLEX_CPPNOCASE;
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD PropertyGet(const char *key) override;
|
||||||
|
|
||||||
static ILexer *LexerFactoryCPP() {
|
static ILexer *LexerFactoryCPP() {
|
||||||
return new LexerCPP(true);
|
return new LexerCPP(true);
|
||||||
|
|
@ -552,8 +685,8 @@ public:
|
||||||
static ILexer *LexerFactoryCPPInsensitive() {
|
static ILexer *LexerFactoryCPPInsensitive() {
|
||||||
return new LexerCPP(false);
|
return new LexerCPP(false);
|
||||||
}
|
}
|
||||||
static int MaskActive(int style) {
|
constexpr static int MaskActive(int style) noexcept {
|
||||||
return style & ~activeFlag;
|
return style & ~inactiveFlag;
|
||||||
}
|
}
|
||||||
void EvaluateTokens(std::vector<std::string> &tokens, const SymbolTable &preprocessorDefinitions);
|
void EvaluateTokens(std::vector<std::string> &tokens, const SymbolTable &preprocessorDefinitions);
|
||||||
std::vector<std::string> Tokenize(const std::string &expr) const;
|
std::vector<std::string> Tokenize(const std::string &expr) const;
|
||||||
|
|
@ -573,8 +706,12 @@ Sci_Position SCI_METHOD LexerCPP::PropertySet(const char *key, const char *val)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD LexerCPP::PropertyGet(const char *key) {
|
||||||
|
return osCPP.PropertyGet(key);
|
||||||
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD LexerCPP::WordListSet(int n, const char *wl) {
|
Sci_Position SCI_METHOD LexerCPP::WordListSet(int n, const char *wl) {
|
||||||
WordList *wordListN = 0;
|
WordList *wordListN = nullptr;
|
||||||
switch (n) {
|
switch (n) {
|
||||||
case 0:
|
case 0:
|
||||||
wordListN = &keywords;
|
wordListN = &keywords;
|
||||||
|
|
@ -611,8 +748,8 @@ Sci_Position SCI_METHOD LexerCPP::WordListSet(int n, const char *wl) {
|
||||||
if (cpEquals) {
|
if (cpEquals) {
|
||||||
std::string name(cpDefinition, cpEquals - cpDefinition);
|
std::string name(cpDefinition, cpEquals - cpDefinition);
|
||||||
std::string val(cpEquals+1);
|
std::string val(cpEquals+1);
|
||||||
size_t bracket = name.find('(');
|
const size_t bracket = name.find('(');
|
||||||
size_t bracketEnd = name.find(')');
|
const size_t bracketEnd = name.find(')');
|
||||||
if ((bracket != std::string::npos) && (bracketEnd != std::string::npos)) {
|
if ((bracket != std::string::npos) && (bracketEnd != std::string::npos)) {
|
||||||
// Macro
|
// Macro
|
||||||
std::string args = name.substr(bracket + 1, bracketEnd - bracket - 1);
|
std::string args = name.substr(bracket + 1, bracketEnd - bracket - 1);
|
||||||
|
|
@ -633,15 +770,6 @@ Sci_Position SCI_METHOD LexerCPP::WordListSet(int n, const char *wl) {
|
||||||
return firstModification;
|
return firstModification;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Functor used to truncate history
|
|
||||||
struct After {
|
|
||||||
Sci_Position line;
|
|
||||||
explicit After(Sci_Position line_) : line(line_) {}
|
|
||||||
bool operator()(PPDefinition &p) const {
|
|
||||||
return p.line > line;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) {
|
void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) {
|
||||||
LexAccessor styler(pAccess);
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
|
|
@ -675,7 +803,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
(MaskActive(initStyle) == SCE_C_COMMENTLINEDOC)) {
|
(MaskActive(initStyle) == SCE_C_COMMENTLINEDOC)) {
|
||||||
// Set continuationLine if last character of previous line is '\'
|
// Set continuationLine if last character of previous line is '\'
|
||||||
if (lineCurrent > 0) {
|
if (lineCurrent > 0) {
|
||||||
Sci_Position endLinePrevious = styler.LineEnd(lineCurrent - 1);
|
const Sci_Position endLinePrevious = styler.LineEnd(lineCurrent - 1);
|
||||||
if (endLinePrevious > 0) {
|
if (endLinePrevious > 0) {
|
||||||
continuationLine = styler.SafeGetCharAt(endLinePrevious-1) == '\\';
|
continuationLine = styler.SafeGetCharAt(endLinePrevious-1) == '\\';
|
||||||
}
|
}
|
||||||
|
|
@ -702,29 +830,30 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
if (!options.updatePreprocessor)
|
if (!options.updatePreprocessor)
|
||||||
ppDefineHistory.clear();
|
ppDefineHistory.clear();
|
||||||
|
|
||||||
std::vector<PPDefinition>::iterator itInvalid = std::find_if(ppDefineHistory.begin(), ppDefineHistory.end(), After(lineCurrent-1));
|
std::vector<PPDefinition>::iterator itInvalid = std::find_if(ppDefineHistory.begin(), ppDefineHistory.end(),
|
||||||
|
[lineCurrent](const PPDefinition &p) noexcept { return p.line >= lineCurrent; });
|
||||||
if (itInvalid != ppDefineHistory.end()) {
|
if (itInvalid != ppDefineHistory.end()) {
|
||||||
ppDefineHistory.erase(itInvalid, ppDefineHistory.end());
|
ppDefineHistory.erase(itInvalid, ppDefineHistory.end());
|
||||||
definitionsChanged = true;
|
definitionsChanged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
SymbolTable preprocessorDefinitions = preprocessorDefinitionsStart;
|
SymbolTable preprocessorDefinitions = preprocessorDefinitionsStart;
|
||||||
for (std::vector<PPDefinition>::iterator itDef = ppDefineHistory.begin(); itDef != ppDefineHistory.end(); ++itDef) {
|
for (const PPDefinition &ppDef : ppDefineHistory) {
|
||||||
if (itDef->isUndef)
|
if (ppDef.isUndef)
|
||||||
preprocessorDefinitions.erase(itDef->key);
|
preprocessorDefinitions.erase(ppDef.key);
|
||||||
else
|
else
|
||||||
preprocessorDefinitions[itDef->key] = SymbolValue(itDef->value, itDef->arguments);
|
preprocessorDefinitions[ppDef.key] = SymbolValue(ppDef.value, ppDef.arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string rawStringTerminator = rawStringTerminators.ValueAt(lineCurrent-1);
|
std::string rawStringTerminator = rawStringTerminators.ValueAt(lineCurrent-1);
|
||||||
SparseState<std::string> rawSTNew(lineCurrent);
|
SparseState<std::string> rawSTNew(lineCurrent);
|
||||||
|
|
||||||
int activitySet = preproc.IsInactive() ? activeFlag : 0;
|
int activitySet = preproc.ActiveState();
|
||||||
|
|
||||||
const WordClassifier &classifierIdentifiers = subStyles.Classifier(SCE_C_IDENTIFIER);
|
const WordClassifier &classifierIdentifiers = subStyles.Classifier(SCE_C_IDENTIFIER);
|
||||||
const WordClassifier &classifierDocKeyWords = subStyles.Classifier(SCE_C_COMMENTDOCKEYWORD);
|
const WordClassifier &classifierDocKeyWords = subStyles.Classifier(SCE_C_COMMENTDOCKEYWORD);
|
||||||
|
|
||||||
Sci_Position lineEndNext = styler.LineEnd(lineCurrent);
|
Sci_PositionU lineEndNext = styler.LineEnd(lineCurrent);
|
||||||
|
|
||||||
for (; sc.More();) {
|
for (; sc.More();) {
|
||||||
|
|
||||||
|
|
@ -746,7 +875,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
isIncludePreprocessor = false;
|
isIncludePreprocessor = false;
|
||||||
inRERange = false;
|
inRERange = false;
|
||||||
if (preproc.IsInactive()) {
|
if (preproc.IsInactive()) {
|
||||||
activitySet = activeFlag;
|
activitySet = inactiveFlag;
|
||||||
sc.SetState(sc.state | activitySet);
|
sc.SetState(sc.state | activitySet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -762,7 +891,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
|
|
||||||
// Handle line continuation generically.
|
// Handle line continuation generically.
|
||||||
if (sc.ch == '\\') {
|
if (sc.ch == '\\') {
|
||||||
if (static_cast<Sci_Position>((sc.currentPos+1)) >= lineEndNext) {
|
if ((sc.currentPos+1) >= lineEndNext) {
|
||||||
lineCurrent++;
|
lineCurrent++;
|
||||||
lineEndNext = styler.LineEnd(lineCurrent);
|
lineEndNext = styler.LineEnd(lineCurrent);
|
||||||
vlls.Add(lineCurrent, preproc);
|
vlls.Add(lineCurrent, preproc);
|
||||||
|
|
@ -829,7 +958,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
const bool raw = literalString && sc.chPrev == 'R' && !setInvalidRawFirst.Contains(sc.chNext);
|
const bool raw = literalString && sc.chPrev == 'R' && !setInvalidRawFirst.Contains(sc.chNext);
|
||||||
if (raw)
|
if (raw)
|
||||||
s[lenS--] = '\0';
|
s[lenS--] = '\0';
|
||||||
bool valid =
|
const bool valid =
|
||||||
(lenS == 0) ||
|
(lenS == 0) ||
|
||||||
((lenS == 1) && ((s[0] == 'L') || (s[0] == 'u') || (s[0] == 'U'))) ||
|
((lenS == 1) && ((s[0] == 'L') || (s[0] == 'u') || (s[0] == 'U'))) ||
|
||||||
((lenS == 2) && literalString && (s[0] == 'u') && (s[1] == '8'));
|
((lenS == 2) && literalString && (s[0] == 'u') && (s[1] == '8'));
|
||||||
|
|
@ -856,7 +985,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
break;
|
break;
|
||||||
case SCE_C_PREPROCESSOR:
|
case SCE_C_PREPROCESSOR:
|
||||||
if (options.stylingWithinPreprocessor) {
|
if (options.stylingWithinPreprocessor) {
|
||||||
if (IsASpace(sc.ch)) {
|
if (IsASpace(sc.ch) || (sc.ch == '(')) {
|
||||||
sc.SetState(SCE_C_DEFAULT|activitySet);
|
sc.SetState(SCE_C_DEFAULT|activitySet);
|
||||||
}
|
}
|
||||||
} else if (isStringInPreprocessor && (sc.Match('>') || sc.Match('\"') || sc.atLineEnd)) {
|
} else if (isStringInPreprocessor && (sc.Match('>') || sc.Match('\"') || sc.atLineEnd)) {
|
||||||
|
|
@ -977,7 +1106,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SCE_C_ESCAPESEQUENCE:
|
case SCE_C_ESCAPESEQUENCE:
|
||||||
escapeSeq.digitsLeft--;
|
escapeSeq.consumeDigit();
|
||||||
if (!escapeSeq.atEscapeEnd(sc.ch)) {
|
if (!escapeSeq.atEscapeEnd(sc.ch)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -1029,12 +1158,12 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
case SCE_C_REGEX:
|
case SCE_C_REGEX:
|
||||||
if (sc.atLineStart) {
|
if (sc.atLineStart) {
|
||||||
sc.SetState(SCE_C_DEFAULT|activitySet);
|
sc.SetState(SCE_C_DEFAULT|activitySet);
|
||||||
} else if (! inRERange && sc.ch == '/') {
|
} else if (!inRERange && sc.ch == '/') {
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
while ((sc.ch < 0x80) && islower(sc.ch))
|
while (IsLowerCase(sc.ch))
|
||||||
sc.Forward(); // gobble regex flags
|
sc.Forward(); // gobble regex flags
|
||||||
sc.SetState(SCE_C_DEFAULT|activitySet);
|
sc.SetState(SCE_C_DEFAULT|activitySet);
|
||||||
} else if (sc.ch == '\\' && (static_cast<Sci_Position>(sc.currentPos+1) < lineEndNext)) {
|
} else if (sc.ch == '\\' && ((sc.currentPos+1) < lineEndNext)) {
|
||||||
// Gobble up the escaped character
|
// Gobble up the escaped character
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
} else if (sc.ch == '[') {
|
} else if (sc.ch == '[') {
|
||||||
|
|
@ -1060,7 +1189,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SCE_C_TRIPLEVERBATIM:
|
case SCE_C_TRIPLEVERBATIM:
|
||||||
if (sc.Match("\"\"\"")) {
|
if (sc.Match(R"(""")")) {
|
||||||
while (sc.Match('"')) {
|
while (sc.Match('"')) {
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
}
|
}
|
||||||
|
|
@ -1091,7 +1220,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
if (sc.Match('@', '\"')) {
|
if (sc.Match('@', '\"')) {
|
||||||
sc.SetState(SCE_C_VERBATIM|activitySet);
|
sc.SetState(SCE_C_VERBATIM|activitySet);
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
} else if (options.triplequotedStrings && sc.Match("\"\"\"")) {
|
} else if (options.triplequotedStrings && sc.Match(R"(""")")) {
|
||||||
sc.SetState(SCE_C_TRIPLEVERBATIM|activitySet);
|
sc.SetState(SCE_C_TRIPLEVERBATIM|activitySet);
|
||||||
sc.Forward(2);
|
sc.Forward(2);
|
||||||
} else if (options.hashquotedStrings && sc.Match('#', '\"')) {
|
} else if (options.hashquotedStrings && sc.Match('#', '\"')) {
|
||||||
|
|
@ -1141,7 +1270,7 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
sc.SetState(SCE_C_STRINGRAW|activitySet);
|
sc.SetState(SCE_C_STRINGRAW|activitySet);
|
||||||
rawStringTerminator = ")";
|
rawStringTerminator = ")";
|
||||||
for (Sci_Position termPos = sc.currentPos + 1;; termPos++) {
|
for (Sci_Position termPos = sc.currentPos + 1;; termPos++) {
|
||||||
char chTerminator = styler.SafeGetCharAt(termPos, '(');
|
const char chTerminator = styler.SafeGetCharAt(termPos, '(');
|
||||||
if (chTerminator == '(')
|
if (chTerminator == '(')
|
||||||
break;
|
break;
|
||||||
rawStringTerminator += chTerminator;
|
rawStringTerminator += chTerminator;
|
||||||
|
|
@ -1171,58 +1300,71 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
isIncludePreprocessor = true;
|
isIncludePreprocessor = true;
|
||||||
} else {
|
} else {
|
||||||
if (options.trackPreprocessor) {
|
if (options.trackPreprocessor) {
|
||||||
|
// If #if is nested too deeply (>31 levels) the active/inactive appearance
|
||||||
|
// will stop reflecting the code.
|
||||||
if (sc.Match("ifdef") || sc.Match("ifndef")) {
|
if (sc.Match("ifdef") || sc.Match("ifndef")) {
|
||||||
bool isIfDef = sc.Match("ifdef");
|
const bool isIfDef = sc.Match("ifdef");
|
||||||
int i = isIfDef ? 5 : 6;
|
const int startRest = isIfDef ? 5 : 6;
|
||||||
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + i + 1, false);
|
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + startRest + 1, false);
|
||||||
bool foundDef = preprocessorDefinitions.find(restOfLine) != preprocessorDefinitions.end();
|
bool foundDef = preprocessorDefinitions.find(restOfLine) != preprocessorDefinitions.end();
|
||||||
preproc.StartSection(isIfDef == foundDef);
|
preproc.StartSection(isIfDef == foundDef);
|
||||||
} else if (sc.Match("if")) {
|
} else if (sc.Match("if")) {
|
||||||
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 2, true);
|
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 2, true);
|
||||||
bool ifGood = EvaluateExpression(restOfLine, preprocessorDefinitions);
|
const bool ifGood = EvaluateExpression(restOfLine, preprocessorDefinitions);
|
||||||
preproc.StartSection(ifGood);
|
preproc.StartSection(ifGood);
|
||||||
} else if (sc.Match("else")) {
|
} else if (sc.Match("else")) {
|
||||||
|
// #else is shown as active if either preceding or following section is active
|
||||||
|
// as that means that it contributed to the result.
|
||||||
if (!preproc.CurrentIfTaken()) {
|
if (!preproc.CurrentIfTaken()) {
|
||||||
|
// Inactive, may become active if parent scope active
|
||||||
|
assert(sc.state == (SCE_C_PREPROCESSOR|inactiveFlag));
|
||||||
preproc.InvertCurrentLevel();
|
preproc.InvertCurrentLevel();
|
||||||
activitySet = preproc.IsInactive() ? activeFlag : 0;
|
activitySet = preproc.ActiveState();
|
||||||
|
// If following is active then show "else" as active
|
||||||
if (!activitySet)
|
if (!activitySet)
|
||||||
sc.ChangeState(SCE_C_PREPROCESSOR|activitySet);
|
sc.ChangeState(SCE_C_PREPROCESSOR);
|
||||||
} else if (!preproc.IsInactive()) {
|
} else if (preproc.IsActive()) {
|
||||||
|
// Active -> inactive
|
||||||
|
assert(sc.state == SCE_C_PREPROCESSOR);
|
||||||
preproc.InvertCurrentLevel();
|
preproc.InvertCurrentLevel();
|
||||||
activitySet = preproc.IsInactive() ? activeFlag : 0;
|
activitySet = preproc.ActiveState();
|
||||||
if (!activitySet)
|
// Continue to show "else" as active as it ends active section.
|
||||||
sc.ChangeState(SCE_C_PREPROCESSOR|activitySet);
|
|
||||||
}
|
}
|
||||||
} else if (sc.Match("elif")) {
|
} else if (sc.Match("elif")) {
|
||||||
// Ensure only one chosen out of #if .. #elif .. #elif .. #else .. #endif
|
// Ensure only one chosen out of #if .. #elif .. #elif .. #else .. #endif
|
||||||
|
// #elif is shown as active if either preceding or following section is active
|
||||||
|
// as that means that it contributed to the result.
|
||||||
if (!preproc.CurrentIfTaken()) {
|
if (!preproc.CurrentIfTaken()) {
|
||||||
|
// Inactive, if expression true then may become active if parent scope active
|
||||||
|
assert(sc.state == (SCE_C_PREPROCESSOR|inactiveFlag));
|
||||||
// Similar to #if
|
// Similar to #if
|
||||||
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 2, true);
|
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 4, true);
|
||||||
bool ifGood = EvaluateExpression(restOfLine, preprocessorDefinitions);
|
const bool ifGood = EvaluateExpression(restOfLine, preprocessorDefinitions);
|
||||||
if (ifGood) {
|
if (ifGood) {
|
||||||
preproc.InvertCurrentLevel();
|
preproc.InvertCurrentLevel();
|
||||||
activitySet = preproc.IsInactive() ? activeFlag : 0;
|
activitySet = preproc.ActiveState();
|
||||||
if (!activitySet)
|
if (!activitySet)
|
||||||
sc.ChangeState(SCE_C_PREPROCESSOR|activitySet);
|
sc.ChangeState(SCE_C_PREPROCESSOR);
|
||||||
}
|
}
|
||||||
} else if (!preproc.IsInactive()) {
|
} else if (preproc.IsActive()) {
|
||||||
|
// Active -> inactive
|
||||||
|
assert(sc.state == SCE_C_PREPROCESSOR);
|
||||||
preproc.InvertCurrentLevel();
|
preproc.InvertCurrentLevel();
|
||||||
activitySet = preproc.IsInactive() ? activeFlag : 0;
|
activitySet = preproc.ActiveState();
|
||||||
if (!activitySet)
|
// Continue to show "elif" as active as it ends active section.
|
||||||
sc.ChangeState(SCE_C_PREPROCESSOR|activitySet);
|
|
||||||
}
|
}
|
||||||
} else if (sc.Match("endif")) {
|
} else if (sc.Match("endif")) {
|
||||||
preproc.EndSection();
|
preproc.EndSection();
|
||||||
activitySet = preproc.IsInactive() ? activeFlag : 0;
|
activitySet = preproc.ActiveState();
|
||||||
sc.ChangeState(SCE_C_PREPROCESSOR|activitySet);
|
sc.ChangeState(SCE_C_PREPROCESSOR|activitySet);
|
||||||
} else if (sc.Match("define")) {
|
} else if (sc.Match("define")) {
|
||||||
if (options.updatePreprocessor && !preproc.IsInactive()) {
|
if (options.updatePreprocessor && preproc.IsActive()) {
|
||||||
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 6, true);
|
std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 6, true);
|
||||||
size_t startName = 0;
|
size_t startName = 0;
|
||||||
while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName]))
|
while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName]))
|
||||||
startName++;
|
startName++;
|
||||||
size_t endName = startName;
|
size_t endName = startName;
|
||||||
while ((endName < restOfLine.length()) && setWord.Contains(static_cast<unsigned char>(restOfLine[endName])))
|
while ((endName < restOfLine.length()) && setWord.Contains(restOfLine[endName]))
|
||||||
endName++;
|
endName++;
|
||||||
std::string key = restOfLine.substr(startName, endName-startName);
|
std::string key = restOfLine.substr(startName, endName-startName);
|
||||||
if ((endName < restOfLine.length()) && (restOfLine.at(endName) == '(')) {
|
if ((endName < restOfLine.length()) && (restOfLine.at(endName) == '(')) {
|
||||||
|
|
@ -1246,13 +1388,15 @@ void SCI_METHOD LexerCPP::Lex(Sci_PositionU startPos, Sci_Position length, int i
|
||||||
while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue]))
|
while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue]))
|
||||||
startValue++;
|
startValue++;
|
||||||
std::string value = restOfLine.substr(startValue);
|
std::string value = restOfLine.substr(startValue);
|
||||||
|
if (OnlySpaceOrTab(value))
|
||||||
|
value = "1"; // No value defaults to 1
|
||||||
preprocessorDefinitions[key] = value;
|
preprocessorDefinitions[key] = value;
|
||||||
ppDefineHistory.push_back(PPDefinition(lineCurrent, key, value));
|
ppDefineHistory.push_back(PPDefinition(lineCurrent, key, value));
|
||||||
definitionsChanged = true;
|
definitionsChanged = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (sc.Match("undef")) {
|
} else if (sc.Match("undef")) {
|
||||||
if (options.updatePreprocessor && !preproc.IsInactive()) {
|
if (options.updatePreprocessor && preproc.IsActive()) {
|
||||||
const std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 5, false);
|
const std::string restOfLine = GetRestOfLine(styler, sc.currentPos + 5, false);
|
||||||
std::vector<std::string> tokens = Tokenize(restOfLine);
|
std::vector<std::string> tokens = Tokenize(restOfLine);
|
||||||
if (tokens.size() >= 1) {
|
if (tokens.size() >= 1) {
|
||||||
|
|
@ -1294,7 +1438,7 @@ void SCI_METHOD LexerCPP::Fold(Sci_PositionU startPos, Sci_Position length, int
|
||||||
|
|
||||||
LexAccessor styler(pAccess);
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
Sci_PositionU endPos = startPos + length;
|
const Sci_PositionU endPos = startPos + length;
|
||||||
int visibleChars = 0;
|
int visibleChars = 0;
|
||||||
bool inLineComment = false;
|
bool inLineComment = false;
|
||||||
Sci_Position lineCurrent = styler.GetLine(startPos);
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
|
|
@ -1309,12 +1453,12 @@ void SCI_METHOD LexerCPP::Fold(Sci_PositionU startPos, Sci_Position length, int
|
||||||
int style = MaskActive(initStyle);
|
int style = MaskActive(initStyle);
|
||||||
const bool userDefinedFoldMarkers = !options.foldExplicitStart.empty() && !options.foldExplicitEnd.empty();
|
const bool userDefinedFoldMarkers = !options.foldExplicitStart.empty() && !options.foldExplicitEnd.empty();
|
||||||
for (Sci_PositionU i = startPos; i < endPos; i++) {
|
for (Sci_PositionU i = startPos; i < endPos; i++) {
|
||||||
char ch = chNext;
|
const char ch = chNext;
|
||||||
chNext = styler.SafeGetCharAt(i + 1);
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
int stylePrev = style;
|
const int stylePrev = style;
|
||||||
style = styleNext;
|
style = styleNext;
|
||||||
styleNext = MaskActive(styler.StyleAt(i + 1));
|
styleNext = MaskActive(styler.StyleAt(i + 1));
|
||||||
bool atEOL = i == (lineStartNext-1);
|
const bool atEOL = i == (lineStartNext-1);
|
||||||
if ((style == SCE_C_COMMENTLINE) || (style == SCE_C_COMMENTLINEDOC))
|
if ((style == SCE_C_COMMENTLINE) || (style == SCE_C_COMMENTLINEDOC))
|
||||||
inLineComment = true;
|
inLineComment = true;
|
||||||
if (options.foldComment && options.foldCommentMultiline && IsStreamCommentStyle(style) && !inLineComment) {
|
if (options.foldComment && options.foldCommentMultiline && IsStreamCommentStyle(style) && !inLineComment) {
|
||||||
|
|
@ -1334,7 +1478,7 @@ void SCI_METHOD LexerCPP::Fold(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ((ch == '/') && (chNext == '/')) {
|
if ((ch == '/') && (chNext == '/')) {
|
||||||
char chNext2 = styler.SafeGetCharAt(i + 2);
|
const char chNext2 = styler.SafeGetCharAt(i + 2);
|
||||||
if (chNext2 == '{') {
|
if (chNext2 == '{') {
|
||||||
levelNext++;
|
levelNext++;
|
||||||
} else if (chNext2 == '}') {
|
} else if (chNext2 == '}') {
|
||||||
|
|
@ -1433,6 +1577,7 @@ void LexerCPP::EvaluateTokens(std::vector<std::string> &tokens, const SymbolTabl
|
||||||
if (it != preprocessorDefinitions.end()) {
|
if (it != preprocessorDefinitions.end()) {
|
||||||
val = "1";
|
val = "1";
|
||||||
}
|
}
|
||||||
|
tokens.erase(tokens.begin() + i + 1, tokens.begin() + i + 2);
|
||||||
}
|
}
|
||||||
tokens[i] = val;
|
tokens[i] = val;
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -1441,11 +1586,11 @@ void LexerCPP::EvaluateTokens(std::vector<std::string> &tokens, const SymbolTabl
|
||||||
}
|
}
|
||||||
|
|
||||||
// Evaluate identifiers
|
// Evaluate identifiers
|
||||||
const size_t maxIterations = 100;
|
constexpr size_t maxIterations = 100;
|
||||||
size_t iterations = 0; // Limit number of iterations in case there is a recursive macro.
|
size_t iterations = 0; // Limit number of iterations in case there is a recursive macro.
|
||||||
for (size_t i = 0; (i<tokens.size()) && (iterations < maxIterations);) {
|
for (size_t i = 0; (i<tokens.size()) && (iterations < maxIterations);) {
|
||||||
iterations++;
|
iterations++;
|
||||||
if (setWordStart.Contains(static_cast<unsigned char>(tokens[i][0]))) {
|
if (setWordStart.Contains(tokens[i][0])) {
|
||||||
SymbolTable::const_iterator it = preprocessorDefinitions.find(tokens[i]);
|
SymbolTable::const_iterator it = preprocessorDefinitions.find(tokens[i]);
|
||||||
if (it != preprocessorDefinitions.end()) {
|
if (it != preprocessorDefinitions.end()) {
|
||||||
// Tokenize value
|
// Tokenize value
|
||||||
|
|
@ -1472,7 +1617,7 @@ void LexerCPP::EvaluateTokens(std::vector<std::string> &tokens, const SymbolTabl
|
||||||
macroTokens.erase(std::remove_if(macroTokens.begin(), macroTokens.end(), OnlySpaceOrTab), macroTokens.end());
|
macroTokens.erase(std::remove_if(macroTokens.begin(), macroTokens.end(), OnlySpaceOrTab), macroTokens.end());
|
||||||
|
|
||||||
for (size_t iMacro = 0; iMacro < macroTokens.size();) {
|
for (size_t iMacro = 0; iMacro < macroTokens.size();) {
|
||||||
if (setWordStart.Contains(static_cast<unsigned char>(macroTokens[iMacro][0]))) {
|
if (setWordStart.Contains(macroTokens[iMacro][0])) {
|
||||||
std::map<std::string, std::string>::const_iterator itFind = arguments.find(macroTokens[iMacro]);
|
std::map<std::string, std::string>::const_iterator itFind = arguments.find(macroTokens[iMacro]);
|
||||||
if (itFind != arguments.end()) {
|
if (itFind != arguments.end()) {
|
||||||
// TODO: Possible that value will be expression so should insert tokenized form
|
// TODO: Possible that value will be expression so should insert tokenized form
|
||||||
|
|
@ -1495,8 +1640,8 @@ void LexerCPP::EvaluateTokens(std::vector<std::string> &tokens, const SymbolTabl
|
||||||
tokens.insert(tokens.begin() + i, macroTokens.begin(), macroTokens.end());
|
tokens.insert(tokens.begin() + i, macroTokens.begin(), macroTokens.end());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Identifier not found
|
// Identifier not found and value defaults to zero
|
||||||
tokens.erase(tokens.begin() + i);
|
tokens[i] = "0";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
i++;
|
i++;
|
||||||
|
|
@ -1533,18 +1678,20 @@ void LexerCPP::EvaluateTokens(std::vector<std::string> &tokens, const SymbolTabl
|
||||||
}
|
}
|
||||||
|
|
||||||
// Evaluate expressions in precedence order
|
// Evaluate expressions in precedence order
|
||||||
enum precedence { precArithmetic, precRelative, precLogical };
|
enum precedence { precMult, precAdd, precRelative
|
||||||
for (int prec=precArithmetic; prec <= precLogical; prec++) {
|
, precLogical, /* end marker */ precLast };
|
||||||
|
for (int prec = precMult; prec < precLast; prec++) {
|
||||||
// Looking at 3 tokens at a time so end at 2 before end
|
// Looking at 3 tokens at a time so end at 2 before end
|
||||||
for (size_t k=0; (k+2)<tokens.size();) {
|
for (size_t k=0; (k+2)<tokens.size();) {
|
||||||
char chOp = tokens[k+1][0];
|
const char chOp = tokens[k+1][0];
|
||||||
if (
|
if (
|
||||||
((prec==precArithmetic) && setArithmethicOp.Contains(chOp)) ||
|
((prec==precMult) && setMultOp.Contains(chOp)) ||
|
||||||
|
((prec==precAdd) && setAddOp.Contains(chOp)) ||
|
||||||
((prec==precRelative) && setRelOp.Contains(chOp)) ||
|
((prec==precRelative) && setRelOp.Contains(chOp)) ||
|
||||||
((prec==precLogical) && setLogicalOp.Contains(chOp))
|
((prec==precLogical) && setLogicalOp.Contains(chOp))
|
||||||
) {
|
) {
|
||||||
int valA = atoi(tokens[k].c_str());
|
const int valA = atoi(tokens[k].c_str());
|
||||||
int valB = atoi(tokens[k+2].c_str());
|
const int valB = atoi(tokens[k+2].c_str());
|
||||||
int result = 0;
|
int result = 0;
|
||||||
if (tokens[k+1] == "+")
|
if (tokens[k+1] == "+")
|
||||||
result = valA + valB;
|
result = valA + valB;
|
||||||
|
|
@ -1572,11 +1719,9 @@ void LexerCPP::EvaluateTokens(std::vector<std::string> &tokens, const SymbolTabl
|
||||||
result = valA || valB;
|
result = valA || valB;
|
||||||
else if (tokens[k+1] == "&&")
|
else if (tokens[k+1] == "&&")
|
||||||
result = valA && valB;
|
result = valA && valB;
|
||||||
char sResult[30];
|
|
||||||
sprintf(sResult, "%d", result);
|
|
||||||
std::vector<std::string>::iterator itInsert =
|
std::vector<std::string>::iterator itInsert =
|
||||||
tokens.erase(tokens.begin() + k, tokens.begin() + k + 3);
|
tokens.erase(tokens.begin() + k, tokens.begin() + k + 3);
|
||||||
tokens.insert(itInsert, sResult);
|
tokens.insert(itInsert, std::to_string(result));
|
||||||
} else {
|
} else {
|
||||||
k++;
|
k++;
|
||||||
}
|
}
|
||||||
|
|
@ -1590,9 +1735,9 @@ std::vector<std::string> LexerCPP::Tokenize(const std::string &expr) const {
|
||||||
const char *cp = expr.c_str();
|
const char *cp = expr.c_str();
|
||||||
while (*cp) {
|
while (*cp) {
|
||||||
std::string word;
|
std::string word;
|
||||||
if (setWord.Contains(static_cast<unsigned char>(*cp))) {
|
if (setWord.Contains(*cp)) {
|
||||||
// Identifiers and numbers
|
// Identifiers and numbers
|
||||||
while (setWord.Contains(static_cast<unsigned char>(*cp))) {
|
while (setWord.Contains(*cp)) {
|
||||||
word += *cp;
|
word += *cp;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
}
|
||||||
|
|
@ -1601,17 +1746,17 @@ std::vector<std::string> LexerCPP::Tokenize(const std::string &expr) const {
|
||||||
word += *cp;
|
word += *cp;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
}
|
||||||
} else if (setRelOp.Contains(static_cast<unsigned char>(*cp))) {
|
} else if (setRelOp.Contains(*cp)) {
|
||||||
word += *cp;
|
word += *cp;
|
||||||
cp++;
|
cp++;
|
||||||
if (setRelOp.Contains(static_cast<unsigned char>(*cp))) {
|
if (setRelOp.Contains(*cp)) {
|
||||||
word += *cp;
|
word += *cp;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
}
|
||||||
} else if (setLogicalOp.Contains(static_cast<unsigned char>(*cp))) {
|
} else if (setLogicalOp.Contains(*cp)) {
|
||||||
word += *cp;
|
word += *cp;
|
||||||
cp++;
|
cp++;
|
||||||
if (setLogicalOp.Contains(static_cast<unsigned char>(*cp))) {
|
if (setLogicalOp.Contains(*cp)) {
|
||||||
word += *cp;
|
word += *cp;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
}
|
||||||
|
|
@ -1631,7 +1776,7 @@ bool LexerCPP::EvaluateExpression(const std::string &expr, const SymbolTable &pr
|
||||||
EvaluateTokens(tokens, preprocessorDefinitions);
|
EvaluateTokens(tokens, preprocessorDefinitions);
|
||||||
|
|
||||||
// "0" or "" -> false else true
|
// "0" or "" -> false else true
|
||||||
bool isFalse = tokens.empty() ||
|
const bool isFalse = tokens.empty() ||
|
||||||
((tokens.size() == 1) && ((tokens[0] == "") || tokens[0] == "0"));
|
((tokens.size() == 1) && ((tokens[0] == "") || tokens[0] == "0"));
|
||||||
return !isFalse;
|
return !isFalse;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
|
// Encoding: UTF-8
|
||||||
/** @file LexCSS.cxx
|
/** @file LexCSS.cxx
|
||||||
** Lexer for Cascading Style Sheets
|
** Lexer for Cascading Style Sheets
|
||||||
** Written by Jakub Vrána
|
** Written by Jakub Vrána
|
||||||
** Improved by Philippe Lhoste (CSS2)
|
** Improved by Philippe Lhoste (CSS2)
|
||||||
** Improved by Ross McKay (SCSS mode; see http://sass-lang.com/ )
|
** Improved by Ross McKay (SCSS mode; see http://sass-lang.com/ )
|
||||||
**/
|
**/
|
||||||
|
|
@ -31,9 +32,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const unsigned int ch) {
|
static inline bool IsAWordChar(const unsigned int ch) {
|
||||||
|
|
@ -347,6 +346,7 @@ static void ColouriseCssDoc(Sci_PositionU startPos, Sci_Position length, int ini
|
||||||
case SCE_CSS_DEFAULT:
|
case SCE_CSS_DEFAULT:
|
||||||
if (isLessDocument) // give priority to pseudo elements
|
if (isLessDocument) // give priority to pseudo elements
|
||||||
break;
|
break;
|
||||||
|
// Falls through.
|
||||||
case SCE_CSS_VALUE:
|
case SCE_CSS_VALUE:
|
||||||
lastStateVar = sc.state;
|
lastStateVar = sc.state;
|
||||||
sc.SetState(SCE_CSS_VARIABLE);
|
sc.SetState(SCE_CSS_VARIABLE);
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,10 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
|
#if defined(__clang__)
|
||||||
|
#pragma clang diagnostic ignored "-Wcomma"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Since the Microsoft __iscsym[f] funcs are not ANSI...
|
// Since the Microsoft __iscsym[f] funcs are not ANSI...
|
||||||
inline int iscaml(int c) {return isalnum(c) || c == '_';}
|
inline int iscaml(int c) {return isalnum(c) || c == '_';}
|
||||||
inline int iscamlf(int c) {return isalpha(c) || c == '_';}
|
inline int iscamlf(int c) {return isalpha(c) || c == '_';}
|
||||||
|
|
@ -46,9 +50,7 @@ static const int baseT[24] = {
|
||||||
0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0,16 /* M - X */
|
0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0,16 /* M - X */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef BUILD_AS_EXTERNAL_LEXER
|
#ifdef BUILD_AS_EXTERNAL_LEXER
|
||||||
/*
|
/*
|
||||||
|
|
@ -368,6 +370,7 @@ void ColouriseCamlDoc(
|
||||||
break;
|
break;
|
||||||
}/* else
|
}/* else
|
||||||
// fall through for SML char literal (handle like string) */
|
// fall through for SML char literal (handle like string) */
|
||||||
|
// Falls through.
|
||||||
|
|
||||||
case SCE_CAML_STRING:
|
case SCE_CAML_STRING:
|
||||||
// [try to] interpret as [additional] [SML char/] string literal char
|
// [try to] interpret as [additional] [SML char/] string literal char
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool isCmakeNumber(char ch)
|
static bool isCmakeNumber(char ch)
|
||||||
{
|
{
|
||||||
|
|
@ -87,10 +85,11 @@ static int calculateFoldCmake(Sci_PositionU start, Sci_PositionU end, int foldle
|
||||||
|
|
||||||
if ( CompareCaseInsensitive(s, "IF") == 0 || CompareCaseInsensitive(s, "WHILE") == 0
|
if ( CompareCaseInsensitive(s, "IF") == 0 || CompareCaseInsensitive(s, "WHILE") == 0
|
||||||
|| CompareCaseInsensitive(s, "MACRO") == 0 || CompareCaseInsensitive(s, "FOREACH") == 0
|
|| CompareCaseInsensitive(s, "MACRO") == 0 || CompareCaseInsensitive(s, "FOREACH") == 0
|
||||||
|| CompareCaseInsensitive(s, "ELSEIF") == 0 )
|
|| CompareCaseInsensitive(s, "FUNCTION") == 0 || CompareCaseInsensitive(s, "ELSEIF") == 0)
|
||||||
newFoldlevel++;
|
newFoldlevel++;
|
||||||
else if ( CompareCaseInsensitive(s, "ENDIF") == 0 || CompareCaseInsensitive(s, "ENDWHILE") == 0
|
else if ( CompareCaseInsensitive(s, "ENDIF") == 0 || CompareCaseInsensitive(s, "ENDWHILE") == 0
|
||||||
|| CompareCaseInsensitive(s, "ENDMACRO") == 0 || CompareCaseInsensitive(s, "ENDFOREACH") == 0)
|
|| CompareCaseInsensitive(s, "ENDMACRO") == 0 || CompareCaseInsensitive(s, "ENDFOREACH") == 0
|
||||||
|
|| CompareCaseInsensitive(s, "ENDFUNCTION") == 0)
|
||||||
newFoldlevel--;
|
newFoldlevel--;
|
||||||
else if ( bElse && CompareCaseInsensitive(s, "ELSEIF") == 0 )
|
else if ( bElse && CompareCaseInsensitive(s, "ELSEIF") == 0 )
|
||||||
newFoldlevel++;
|
newFoldlevel++;
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,8 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "Platform.h"
|
#include <algorithm>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
#include "Scintilla.h"
|
#include "Scintilla.h"
|
||||||
#include "SciLexer.h"
|
#include "SciLexer.h"
|
||||||
|
|
@ -26,9 +27,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool IsSpaceEquiv(int state) {
|
static bool IsSpaceEquiv(int state) {
|
||||||
return (state == SCE_COFFEESCRIPT_DEFAULT
|
return (state == SCE_COFFEESCRIPT_DEFAULT
|
||||||
|
|
@ -427,7 +426,7 @@ static void FoldCoffeeScriptDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
|
|
||||||
const int levelAfterComments = indentNext & SC_FOLDLEVELNUMBERMASK;
|
const int levelAfterComments = indentNext & SC_FOLDLEVELNUMBERMASK;
|
||||||
const int levelBeforeComments = Platform::Maximum(indentCurrentLevel,levelAfterComments);
|
const int levelBeforeComments = std::max(indentCurrentLevel,levelAfterComments);
|
||||||
|
|
||||||
// Now set all the indent levels on the lines we skipped
|
// Now set all the indent levels on the lines we skipped
|
||||||
// Do this from end to start. Once we encounter one line
|
// Do this from end to start. Once we encounter one line
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static void ColouriseConfDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *keywordLists[], Accessor &styler)
|
static void ColouriseConfDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *keywordLists[], Accessor &styler)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static void ColouriseNncrontabDoc(Sci_PositionU startPos, Sci_Position length, int, WordList
|
static void ColouriseNncrontabDoc(Sci_PositionU startPos, Sci_Position length, int, WordList
|
||||||
*keywordLists[], Accessor &styler)
|
*keywordLists[], Accessor &styler)
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
return (ch < 0x80) && (isalnum(ch) || ch == '.' ||
|
return (ch < 0x80) && (isalnum(ch) || ch == '.' ||
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,9 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
#include "OptionSet.h"
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Nested comments require keeping the value of the nesting level for every
|
/* Nested comments require keeping the value of the nesting level for every
|
||||||
position in the document. But since scintilla always styles line by line,
|
position in the document. But since scintilla always styles line by line,
|
||||||
|
|
@ -145,7 +144,7 @@ struct OptionSetD : public OptionSet<OptionsD> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LexerD : public ILexer {
|
class LexerD : public DefaultLexer {
|
||||||
bool caseSensitive;
|
bool caseSensitive;
|
||||||
WordList keywords;
|
WordList keywords;
|
||||||
WordList keywords2;
|
WordList keywords2;
|
||||||
|
|
@ -158,34 +157,38 @@ class LexerD : public ILexer {
|
||||||
OptionSetD osD;
|
OptionSetD osD;
|
||||||
public:
|
public:
|
||||||
LexerD(bool caseSensitive_) :
|
LexerD(bool caseSensitive_) :
|
||||||
|
DefaultLexer("D", SCLEX_D),
|
||||||
caseSensitive(caseSensitive_) {
|
caseSensitive(caseSensitive_) {
|
||||||
}
|
}
|
||||||
virtual ~LexerD() {
|
virtual ~LexerD() {
|
||||||
}
|
}
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return osD.PropertyNames();
|
return osD.PropertyNames();
|
||||||
}
|
}
|
||||||
int SCI_METHOD PropertyType(const char *name) {
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
return osD.PropertyType(name);
|
return osD.PropertyType(name);
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD DescribeProperty(const char *name) {
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
return osD.DescribeProperty(name);
|
return osD.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
const char * SCI_METHOD DescribeWordListSets() {
|
const char * SCI_METHOD PropertyGet(const char *key) override {
|
||||||
|
return osD.PropertyGet(key);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
return osD.DescribeWordListSets();
|
return osD.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,7 @@
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
/***************************************/
|
/***************************************/
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
/***********************************************/
|
/***********************************************/
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,9 @@
|
||||||
#include "StyleContext.h"
|
#include "StyleContext.h"
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static const char *const DMISWordListDesc[] = {
|
static const char *const DMISWordListDesc[] = {
|
||||||
|
|
@ -38,7 +37,7 @@ static const char *const DMISWordListDesc[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class LexerDMIS : public ILexer
|
class LexerDMIS : public DefaultLexer
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
char *m_wordListSets;
|
char *m_wordListSets;
|
||||||
|
|
@ -56,33 +55,37 @@ class LexerDMIS : public ILexer
|
||||||
LexerDMIS(void);
|
LexerDMIS(void);
|
||||||
virtual ~LexerDMIS(void);
|
virtual ~LexerDMIS(void);
|
||||||
|
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD PropertyType(const char *) {
|
int SCI_METHOD PropertyType(const char *) override {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD DescribeProperty(const char *) {
|
const char * SCI_METHOD DescribeProperty(const char *) override {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *, const char *) {
|
Sci_Position SCI_METHOD PropertySet(const char *, const char *) override {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
const char * SCI_METHOD PropertyGet(const char *) override {
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
|
|
||||||
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -90,9 +93,9 @@ class LexerDMIS : public ILexer
|
||||||
return new LexerDMIS;
|
return new LexerDMIS;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD DescribeWordListSets();
|
const char * SCI_METHOD DescribeWordListSets() override;
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess) override;
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -130,7 +133,7 @@ void SCI_METHOD LexerDMIS::InitWordListSets(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
LexerDMIS::LexerDMIS(void) {
|
LexerDMIS::LexerDMIS(void) : DefaultLexer("DMIS", SCLEX_DMIS) {
|
||||||
this->InitWordListSets();
|
this->InitWordListSets();
|
||||||
|
|
||||||
this->m_majorWords.Clear();
|
this->m_majorWords.Clear();
|
||||||
|
|
|
||||||
614
src/stc/scintilla/lexers/LexDataflex.cxx
Normal file
614
src/stc/scintilla/lexers/LexDataflex.cxx
Normal file
|
|
@ -0,0 +1,614 @@
|
||||||
|
// Scintilla source code edit control
|
||||||
|
/** @file LexDataflex.cxx
|
||||||
|
** Lexer for DataFlex.
|
||||||
|
** Based on LexPascal.cxx
|
||||||
|
** Written by Wil van Antwerpen, June 2019
|
||||||
|
**/
|
||||||
|
|
||||||
|
/*
|
||||||
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
|
A few words about features of LexDataflex...
|
||||||
|
|
||||||
|
Generally speaking LexDataflex tries to support all available DataFlex features (up
|
||||||
|
to DataFlex 19.1 at this time).
|
||||||
|
|
||||||
|
~ FOLDING:
|
||||||
|
|
||||||
|
Folding is supported in the following cases:
|
||||||
|
|
||||||
|
- Folding of stream-like comments
|
||||||
|
- Folding of groups of consecutive line comments
|
||||||
|
- Folding of preprocessor blocks (the following preprocessor blocks are
|
||||||
|
supported: #IFDEF, #IFNDEF, #ENDIF and #HEADER / #ENDHEADER
|
||||||
|
blocks),
|
||||||
|
- Folding of code blocks on appropriate keywords (the following code blocks are
|
||||||
|
supported: "begin, struct, type, case / end" blocks, class & object
|
||||||
|
declarations and interface declarations)
|
||||||
|
|
||||||
|
Remarks:
|
||||||
|
|
||||||
|
- We pass 4 arrays to the lexer:
|
||||||
|
1. The DataFlex keyword list, these are normal DataFlex keywords
|
||||||
|
2. The Scope Open list, for example, begin / procedure / while
|
||||||
|
3. The Scope Close list, for example, end / end_procedure / loop
|
||||||
|
4. Operator list, for ex. + / - / * / Lt / iand
|
||||||
|
These lists are all mutually exclusive, scope open words should not be in the keyword list and vice versa
|
||||||
|
|
||||||
|
- Folding of code blocks tries to handle all special cases in which folding
|
||||||
|
should not occur.
|
||||||
|
|
||||||
|
~ KEYWORDS:
|
||||||
|
|
||||||
|
The list of keywords that can be used in dataflex.properties file (up to DataFlex
|
||||||
|
19.1):
|
||||||
|
|
||||||
|
- Keywords: .. snipped .. see dataflex.properties file.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "WordList.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "Accessor.h"
|
||||||
|
#include "StyleContext.h"
|
||||||
|
#include "CharacterSet.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
|
||||||
|
static void GetRangeLowered(Sci_PositionU start,
|
||||||
|
Sci_PositionU end,
|
||||||
|
Accessor &styler,
|
||||||
|
char *s,
|
||||||
|
Sci_PositionU len) {
|
||||||
|
Sci_PositionU i = 0;
|
||||||
|
while ((i < end - start + 1) && (i < len-1)) {
|
||||||
|
s[i] = static_cast<char>(tolower(styler[start + i]));
|
||||||
|
i++;
|
||||||
|
}
|
||||||
|
s[i] = '\0';
|
||||||
|
}
|
||||||
|
|
||||||
|
static void GetForwardRangeLowered(Sci_PositionU start,
|
||||||
|
CharacterSet &charSet,
|
||||||
|
Accessor &styler,
|
||||||
|
char *s,
|
||||||
|
Sci_PositionU len) {
|
||||||
|
Sci_PositionU i = 0;
|
||||||
|
while ((i < len-1) && charSet.Contains(styler.SafeGetCharAt(start + i))) {
|
||||||
|
s[i] = static_cast<char>(tolower(styler.SafeGetCharAt(start + i)));
|
||||||
|
i++;
|
||||||
|
}
|
||||||
|
s[i] = '\0';
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
enum {
|
||||||
|
stateInICode = 0x1000,
|
||||||
|
stateSingleQuoteOpen = 0x2000,
|
||||||
|
stateDoubleQuoteOpen = 0x4000,
|
||||||
|
stateFoldInPreprocessor = 0x0100,
|
||||||
|
stateFoldInCaseStatement = 0x0200,
|
||||||
|
stateFoldInPreprocessorLevelMask = 0x00FF,
|
||||||
|
stateFoldMaskAll = 0x0FFF
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
static bool IsFirstDataFlexWord(Sci_Position pos, Accessor &styler) {
|
||||||
|
Sci_Position line = styler.GetLine(pos);
|
||||||
|
Sci_Position start_pos = styler.LineStart(line);
|
||||||
|
for (Sci_Position i = start_pos; i < pos; i++) {
|
||||||
|
char ch = styler.SafeGetCharAt(i);
|
||||||
|
if (!(ch == ' ' || ch == '\t'))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
inline bool IsADataFlexField(int ch) {
|
||||||
|
return (ch == '.');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
size_t _strnlen(const char *s, size_t max) {
|
||||||
|
const char *end = (const char*)memchr((void *)s, 0, max);
|
||||||
|
return end ? (size_t)(end - s) : max;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void ClassifyDataFlexWord(WordList *keywordlists[], StyleContext &sc, Accessor &styler) {
|
||||||
|
WordList& keywords = *keywordlists[0];
|
||||||
|
WordList& scopeOpen = *keywordlists[1];
|
||||||
|
WordList& scopeClosed = *keywordlists[2];
|
||||||
|
WordList& operators = *keywordlists[3];
|
||||||
|
|
||||||
|
char s[100];
|
||||||
|
int oldState;
|
||||||
|
int newState;
|
||||||
|
size_t tokenlen;
|
||||||
|
|
||||||
|
oldState = sc.state;
|
||||||
|
newState = oldState;
|
||||||
|
sc.GetCurrentLowered(s, sizeof(s));
|
||||||
|
tokenlen = _strnlen(s,sizeof(s));
|
||||||
|
if (keywords.InList(s)) {
|
||||||
|
// keywords in DataFlex can be used as table column names (file.field) and as such they
|
||||||
|
// should not be characterized as a keyword. So test for that.
|
||||||
|
// for ex. somebody using date as field name.
|
||||||
|
if (!IsADataFlexField(sc.GetRelative(-static_cast<int>(tokenlen+1)))) {
|
||||||
|
newState = SCE_DF_WORD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (oldState == newState) {
|
||||||
|
if ((scopeOpen.InList(s) || scopeClosed.InList(s)) && (strcmp(s, "for") != 0) && (strcmp(s, "repeat") != 0)) {
|
||||||
|
// scope words in DataFlex can be used as table column names (file.field) and as such they
|
||||||
|
// should not be characterized as a scope word. So test for that.
|
||||||
|
// for ex. somebody using procedure for field name.
|
||||||
|
if (!IsADataFlexField(sc.GetRelative(-static_cast<int>(tokenlen+1)))) {
|
||||||
|
newState = SCE_DF_SCOPEWORD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// no code folding on the next words, but just want to paint them like keywords (as they are) (??? doesn't the code to the opposite?)
|
||||||
|
if (strcmp(s, "if") == 0 ||
|
||||||
|
strcmp(s, "ifnot") == 0 ||
|
||||||
|
strcmp(s, "case") == 0 ||
|
||||||
|
strcmp(s, "else") == 0 ) {
|
||||||
|
newState = SCE_DF_SCOPEWORD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (oldState != newState && newState == SCE_DF_WORD) {
|
||||||
|
// a for loop must have for at the start of the line, for is also used in "define abc for 123"
|
||||||
|
if ( (strcmp(s, "for") == 0) && (IsFirstDataFlexWord(sc.currentPos-3, styler)) ) {
|
||||||
|
newState = SCE_DF_SCOPEWORD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (oldState != newState && newState == SCE_DF_WORD) {
|
||||||
|
// a repeat loop must have repeat at the start of the line, repeat is also used in 'move (repeat("d",5)) to sFoo'
|
||||||
|
if ( (strcmp(s, "repeat") == 0) && (IsFirstDataFlexWord(sc.currentPos-6, styler)) ) {
|
||||||
|
newState = SCE_DF_SCOPEWORD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (oldState == newState) {
|
||||||
|
if (operators.InList(s)) {
|
||||||
|
newState = SCE_DF_OPERATOR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (oldState != newState) {
|
||||||
|
sc.ChangeState(newState);
|
||||||
|
}
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void ColouriseDataFlexDoc(Sci_PositionU startPos, Sci_Position length, int initStyle, WordList *keywordlists[],
|
||||||
|
Accessor &styler) {
|
||||||
|
// bool bSmartHighlighting = styler.GetPropertyInt("lexer.dataflex.smart.highlighting", 1) != 0;
|
||||||
|
|
||||||
|
CharacterSet setWordStart(CharacterSet::setAlpha, "_$#@", 0x80, true);
|
||||||
|
CharacterSet setWord(CharacterSet::setAlphaNum, "_$#@", 0x80, true);
|
||||||
|
CharacterSet setNumber(CharacterSet::setDigits, ".-+eE");
|
||||||
|
CharacterSet setHexNumber(CharacterSet::setDigits, "abcdefABCDEF");
|
||||||
|
CharacterSet setOperator(CharacterSet::setNone, "*+-/<=>^");
|
||||||
|
|
||||||
|
Sci_Position curLine = styler.GetLine(startPos);
|
||||||
|
int curLineState = curLine > 0 ? styler.GetLineState(curLine - 1) : 0;
|
||||||
|
|
||||||
|
StyleContext sc(startPos, length, initStyle, styler);
|
||||||
|
|
||||||
|
for (; sc.More(); sc.Forward()) {
|
||||||
|
if (sc.atLineEnd) {
|
||||||
|
// Update the line state, so it can be seen by next line
|
||||||
|
curLine = styler.GetLine(sc.currentPos);
|
||||||
|
styler.SetLineState(curLine, curLineState);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Determine if the current state should terminate.
|
||||||
|
switch (sc.state) {
|
||||||
|
case SCE_DF_NUMBER:
|
||||||
|
if (!setNumber.Contains(sc.ch) || (sc.ch == '.' && sc.chNext == '.')) {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
} else if (sc.ch == '-' || sc.ch == '+') {
|
||||||
|
if (sc.chPrev != 'E' && sc.chPrev != 'e') {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_IDENTIFIER:
|
||||||
|
if (!setWord.Contains(sc.ch)) {
|
||||||
|
ClassifyDataFlexWord(keywordlists, sc, styler);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_HEXNUMBER:
|
||||||
|
if (!(setHexNumber.Contains(sc.ch) || sc.ch == 'I') ) { // in |CI$22a we also want to color the "I"
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_METATAG:
|
||||||
|
if (sc.atLineStart || sc.chPrev == '}') {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_PREPROCESSOR:
|
||||||
|
if (sc.atLineStart || IsASpaceOrTab(sc.ch)) {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_IMAGE:
|
||||||
|
if (sc.atLineStart && sc.Match("/*")) {
|
||||||
|
sc.Forward(); // these characters are still part of the DF Image
|
||||||
|
sc.ForwardSetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_PREPROCESSOR2:
|
||||||
|
// we don't have inline comments or preprocessor2 commands
|
||||||
|
//if (sc.Match('*', ')')) {
|
||||||
|
// sc.Forward();
|
||||||
|
// sc.ForwardSetState(SCE_DF_DEFAULT);
|
||||||
|
//}
|
||||||
|
break;
|
||||||
|
case SCE_DF_COMMENTLINE:
|
||||||
|
if (sc.atLineStart) {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_STRING:
|
||||||
|
if (sc.atLineEnd) {
|
||||||
|
sc.ChangeState(SCE_DF_STRINGEOL);
|
||||||
|
} else if (sc.ch == '\'' && sc.chNext == '\'') {
|
||||||
|
sc.Forward();
|
||||||
|
} else if (sc.ch == '\"' && sc.chNext == '\"') {
|
||||||
|
sc.Forward();
|
||||||
|
} else if (sc.ch == '\'' || sc.ch == '\"') {
|
||||||
|
if (sc.ch == '\'' && (curLineState & stateSingleQuoteOpen) ) {
|
||||||
|
curLineState &= ~(stateSingleQuoteOpen);
|
||||||
|
sc.ForwardSetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
else if (sc.ch == '\"' && (curLineState & stateDoubleQuoteOpen) ) {
|
||||||
|
curLineState &= ~(stateDoubleQuoteOpen);
|
||||||
|
sc.ForwardSetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_STRINGEOL:
|
||||||
|
if (sc.atLineStart) {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case SCE_DF_SCOPEWORD:
|
||||||
|
//if (!setHexNumber.Contains(sc.ch) && sc.ch != '$') {
|
||||||
|
// sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
//}
|
||||||
|
break;
|
||||||
|
case SCE_DF_OPERATOR:
|
||||||
|
// if (bSmartHighlighting && sc.chPrev == ';') {
|
||||||
|
// curLineState &= ~(stateInProperty | stateInExport);
|
||||||
|
// }
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
break;
|
||||||
|
case SCE_DF_ICODE:
|
||||||
|
if (sc.atLineStart || IsASpace(sc.ch) || isoperator(sc.ch)) {
|
||||||
|
sc.SetState(SCE_DF_DEFAULT);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Determine if a new state should be entered.
|
||||||
|
if (sc.state == SCE_DF_DEFAULT) {
|
||||||
|
if (IsADigit(sc.ch)) {
|
||||||
|
sc.SetState(SCE_DF_NUMBER);
|
||||||
|
} else if (sc.Match('/', '/') || sc.Match("#REM")) {
|
||||||
|
sc.SetState(SCE_DF_COMMENTLINE);
|
||||||
|
} else if ((sc.ch == '#' && !sc.Match("#REM")) && IsFirstDataFlexWord(sc.currentPos, styler)) {
|
||||||
|
sc.SetState(SCE_DF_PREPROCESSOR);
|
||||||
|
// || (sc.ch == '|' && sc.chNext == 'C' && sc.GetRelativeCharacter(2) == 'I' && sc.GetRelativeCharacter(3) == '$') ) {
|
||||||
|
} else if ((sc.ch == '$' && ((!setWord.Contains(sc.chPrev)) || sc.chPrev == 'I' ) ) || (sc.Match("|CI$")) ) {
|
||||||
|
sc.SetState(SCE_DF_HEXNUMBER); // start with $ and previous character not in a..zA..Z0..9 excluding "I" OR start with |CI$
|
||||||
|
} else if (setWordStart.Contains(sc.ch)) {
|
||||||
|
sc.SetState(SCE_DF_IDENTIFIER);
|
||||||
|
} else if (sc.ch == '{') {
|
||||||
|
sc.SetState(SCE_DF_METATAG);
|
||||||
|
//} else if (sc.Match("(*$")) {
|
||||||
|
// sc.SetState(SCE_DF_PREPROCESSOR2);
|
||||||
|
} else if (sc.ch == '/' && setWord.Contains(sc.chNext) && sc.atLineStart) {
|
||||||
|
sc.SetState(SCE_DF_IMAGE);
|
||||||
|
// sc.Forward(); // Eat the * so it isn't used for the end of the comment
|
||||||
|
} else if (sc.ch == '\'' || sc.ch == '\"') {
|
||||||
|
if (sc.ch == '\'' && !(curLineState & stateDoubleQuoteOpen)) {
|
||||||
|
curLineState |= stateSingleQuoteOpen;
|
||||||
|
} else if (sc.ch == '\"' && !(curLineState & stateSingleQuoteOpen)) {
|
||||||
|
curLineState |= stateDoubleQuoteOpen;
|
||||||
|
}
|
||||||
|
sc.SetState(SCE_DF_STRING);
|
||||||
|
} else if (setOperator.Contains(sc.ch)) {
|
||||||
|
sc.SetState(SCE_DF_OPERATOR);
|
||||||
|
// } else if (curLineState & stateInICode) {
|
||||||
|
// ICode start ! in a string followed by close string mark is not icode
|
||||||
|
} else if ((sc.ch == '!') && !(sc.ch == '!' && ((sc.chNext == '\"') || (sc.ch == '\'')) )) {
|
||||||
|
sc.SetState(SCE_DF_ICODE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sc.state == SCE_DF_IDENTIFIER && setWord.Contains(sc.chPrev)) {
|
||||||
|
ClassifyDataFlexWord(keywordlists, sc, styler);
|
||||||
|
}
|
||||||
|
|
||||||
|
sc.Complete();
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool IsStreamCommentStyle(int style) {
|
||||||
|
return style == SCE_DF_IMAGE;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool IsCommentLine(Sci_Position line, Accessor &styler) {
|
||||||
|
Sci_Position pos = styler.LineStart(line);
|
||||||
|
Sci_Position eolPos = styler.LineStart(line + 1) - 1;
|
||||||
|
for (Sci_Position i = pos; i < eolPos; i++) {
|
||||||
|
char ch = styler[i];
|
||||||
|
char chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
int style = styler.StyleAt(i);
|
||||||
|
if (ch == '/' && chNext == '/' && style == SCE_DF_COMMENTLINE) {
|
||||||
|
return true;
|
||||||
|
} else if (!IsASpaceOrTab(ch)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) {
|
||||||
|
return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void SetFoldInPreprocessorLevelFlag(int &lineFoldStateCurrent, unsigned int nestLevel) {
|
||||||
|
lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask;
|
||||||
|
lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int ClassifyDataFlexPreprocessorFoldPoint(int &levelCurrent, int &lineFoldStateCurrent,
|
||||||
|
Sci_PositionU startPos, Accessor &styler) {
|
||||||
|
CharacterSet setWord(CharacterSet::setAlpha);
|
||||||
|
|
||||||
|
char s[100]; // Size of the longest possible keyword + one additional character + null
|
||||||
|
GetForwardRangeLowered(startPos, setWord, styler, s, sizeof(s));
|
||||||
|
size_t iLen = _strnlen(s,sizeof(s));
|
||||||
|
size_t iWordSize = 0;
|
||||||
|
|
||||||
|
unsigned int nestLevel = GetFoldInPreprocessorLevelFlag(lineFoldStateCurrent);
|
||||||
|
|
||||||
|
if (strcmp(s, "command") == 0 ||
|
||||||
|
// The #if/#ifdef etcetera commands are not currently foldable as it is easy to write code that
|
||||||
|
// breaks the collaps logic, so we keep things simple and not include that for now.
|
||||||
|
strcmp(s, "header") == 0) {
|
||||||
|
nestLevel++;
|
||||||
|
SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel);
|
||||||
|
lineFoldStateCurrent |= stateFoldInPreprocessor;
|
||||||
|
levelCurrent++;
|
||||||
|
iWordSize = iLen;
|
||||||
|
} else if (strcmp(s, "endcommand") == 0 ||
|
||||||
|
strcmp(s, "endheader") == 0) {
|
||||||
|
nestLevel--;
|
||||||
|
SetFoldInPreprocessorLevelFlag(lineFoldStateCurrent, nestLevel);
|
||||||
|
if (nestLevel == 0) {
|
||||||
|
lineFoldStateCurrent &= ~stateFoldInPreprocessor;
|
||||||
|
}
|
||||||
|
levelCurrent--;
|
||||||
|
iWordSize = iLen;
|
||||||
|
if (levelCurrent < SC_FOLDLEVELBASE) {
|
||||||
|
levelCurrent = SC_FOLDLEVELBASE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return static_cast<int>(iWordSize);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void ClassifyDataFlexWordFoldPoint(int &levelCurrent, int &lineFoldStateCurrent,
|
||||||
|
Sci_PositionU lastStart, Sci_PositionU currentPos, WordList *[], Accessor &styler) {
|
||||||
|
char s[100];
|
||||||
|
|
||||||
|
// property fold.dataflex.compilerlist
|
||||||
|
// Set to 1 for enabling the code folding feature in *.prn files
|
||||||
|
bool foldPRN = styler.GetPropertyInt("fold.dataflex.compilerlist",0) != 0;
|
||||||
|
|
||||||
|
GetRangeLowered(lastStart, currentPos, styler, s, sizeof(s));
|
||||||
|
|
||||||
|
if (strcmp(s, "case") == 0) {
|
||||||
|
lineFoldStateCurrent |= stateFoldInCaseStatement;
|
||||||
|
} else if (strcmp(s, "begin") == 0) {
|
||||||
|
levelCurrent++;
|
||||||
|
} else if (strcmp(s, "for") == 0 ||
|
||||||
|
strcmp(s, "while") == 0 ||
|
||||||
|
strcmp(s, "repeat") == 0 ||
|
||||||
|
strcmp(s, "for_all") == 0 ||
|
||||||
|
strcmp(s, "struct") == 0 ||
|
||||||
|
strcmp(s, "type") == 0 ||
|
||||||
|
strcmp(s, "begin_row") == 0 ||
|
||||||
|
strcmp(s, "item_list") == 0 ||
|
||||||
|
strcmp(s, "begin_constraints") == 0 ||
|
||||||
|
strcmp(s, "begin_transaction") == 0 ||
|
||||||
|
strcmp(s, "enum_list") == 0 ||
|
||||||
|
strcmp(s, "class") == 0 ||
|
||||||
|
strcmp(s, "object") == 0 ||
|
||||||
|
strcmp(s, "cd_popup_object") == 0 ||
|
||||||
|
strcmp(s, "procedure") == 0 ||
|
||||||
|
strcmp(s, "procedure_section") == 0 ||
|
||||||
|
strcmp(s, "function") == 0 ) {
|
||||||
|
if ((IsFirstDataFlexWord(lastStart, styler )) || foldPRN) {
|
||||||
|
levelCurrent++;
|
||||||
|
}
|
||||||
|
} else if (strcmp(s, "end") == 0) { // end is not always the first keyword, for example "case end"
|
||||||
|
levelCurrent--;
|
||||||
|
if (levelCurrent < SC_FOLDLEVELBASE) {
|
||||||
|
levelCurrent = SC_FOLDLEVELBASE;
|
||||||
|
}
|
||||||
|
} else if (strcmp(s, "loop") == 0 ||
|
||||||
|
strcmp(s, "until") == 0 ||
|
||||||
|
strcmp(s, "end_class") == 0 ||
|
||||||
|
strcmp(s, "end_object") == 0 ||
|
||||||
|
strcmp(s, "cd_end_object") == 0 ||
|
||||||
|
strcmp(s, "end_procedure") == 0 ||
|
||||||
|
strcmp(s, "end_function") == 0 ||
|
||||||
|
strcmp(s, "end_for_all") == 0 ||
|
||||||
|
strcmp(s, "end_struct") == 0 ||
|
||||||
|
strcmp(s, "end_type") == 0 ||
|
||||||
|
strcmp(s, "end_row") == 0 ||
|
||||||
|
strcmp(s, "end_item_list") == 0 ||
|
||||||
|
strcmp(s, "end_constraints") == 0 ||
|
||||||
|
strcmp(s, "end_transaction") == 0 ||
|
||||||
|
strcmp(s, "end_enum_list") == 0 ) {
|
||||||
|
// lineFoldStateCurrent &= ~stateFoldInRecord;
|
||||||
|
if ((IsFirstDataFlexWord(lastStart, styler )) || foldPRN) {
|
||||||
|
levelCurrent--;
|
||||||
|
if (levelCurrent < SC_FOLDLEVELBASE) {
|
||||||
|
levelCurrent = SC_FOLDLEVELBASE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void ClassifyDataFlexMetaDataFoldPoint(int &levelCurrent,
|
||||||
|
Sci_PositionU lastStart, Sci_PositionU currentPos, WordList *[], Accessor &styler) {
|
||||||
|
char s[100];
|
||||||
|
|
||||||
|
GetRangeLowered(lastStart, currentPos, styler, s, sizeof(s));
|
||||||
|
|
||||||
|
if (strcmp(s, "#beginsection") == 0) {
|
||||||
|
levelCurrent++;
|
||||||
|
} else if (strcmp(s, "#endsection") == 0) {
|
||||||
|
levelCurrent--;
|
||||||
|
if (levelCurrent < SC_FOLDLEVELBASE) {
|
||||||
|
levelCurrent = SC_FOLDLEVELBASE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
static void FoldDataFlexDoc(Sci_PositionU startPos, Sci_Position length, int initStyle, WordList *keywordlists[],
|
||||||
|
Accessor &styler) {
|
||||||
|
bool foldComment = styler.GetPropertyInt("fold.comment") != 0;
|
||||||
|
bool foldPreprocessor = styler.GetPropertyInt("fold.preprocessor") != 0;
|
||||||
|
bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
||||||
|
Sci_PositionU endPos = startPos + length;
|
||||||
|
int visibleChars = 0;
|
||||||
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
|
int levelPrev = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
||||||
|
int levelCurrent = levelPrev;
|
||||||
|
int lineFoldStateCurrent = lineCurrent > 0 ? styler.GetLineState(lineCurrent - 1) & stateFoldMaskAll : 0;
|
||||||
|
char chNext = styler[startPos];
|
||||||
|
int styleNext = styler.StyleAt(startPos);
|
||||||
|
int style = initStyle;
|
||||||
|
int iWordSize;
|
||||||
|
|
||||||
|
Sci_Position lastStart = 0;
|
||||||
|
CharacterSet setWord(CharacterSet::setAlphaNum, "_$#@", 0x80, true);
|
||||||
|
|
||||||
|
for (Sci_PositionU i = startPos; i < endPos; i++) {
|
||||||
|
char ch = chNext;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
int stylePrev = style;
|
||||||
|
style = styleNext;
|
||||||
|
styleNext = styler.StyleAt(i + 1);
|
||||||
|
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
||||||
|
|
||||||
|
if (foldComment && IsStreamCommentStyle(style)) {
|
||||||
|
if (!IsStreamCommentStyle(stylePrev)) {
|
||||||
|
levelCurrent++;
|
||||||
|
} else if (!IsStreamCommentStyle(styleNext)) {
|
||||||
|
levelCurrent--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (foldComment && atEOL && IsCommentLine(lineCurrent, styler))
|
||||||
|
{
|
||||||
|
if (!IsCommentLine(lineCurrent - 1, styler)
|
||||||
|
&& IsCommentLine(lineCurrent + 1, styler))
|
||||||
|
levelCurrent++;
|
||||||
|
else if (IsCommentLine(lineCurrent - 1, styler)
|
||||||
|
&& !IsCommentLine(lineCurrent+1, styler))
|
||||||
|
levelCurrent--;
|
||||||
|
}
|
||||||
|
if (foldPreprocessor) {
|
||||||
|
if (style == SCE_DF_PREPROCESSOR) {
|
||||||
|
iWordSize = ClassifyDataFlexPreprocessorFoldPoint(levelCurrent, lineFoldStateCurrent, i + 1, styler);
|
||||||
|
//} else if (style == SCE_DF_PREPROCESSOR2 && ch == '(' && chNext == '*'
|
||||||
|
// && styler.SafeGetCharAt(i + 2) == '$') {
|
||||||
|
// ClassifyDataFlexPreprocessorFoldPoint(levelCurrent, lineFoldStateCurrent, i + 3, styler);
|
||||||
|
i = i + iWordSize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (stylePrev != SCE_DF_SCOPEWORD && style == SCE_DF_SCOPEWORD)
|
||||||
|
{
|
||||||
|
// Store last word start point.
|
||||||
|
lastStart = i;
|
||||||
|
}
|
||||||
|
if (stylePrev == SCE_DF_SCOPEWORD) {
|
||||||
|
if(setWord.Contains(ch) && !setWord.Contains(chNext)) {
|
||||||
|
ClassifyDataFlexWordFoldPoint(levelCurrent, lineFoldStateCurrent, lastStart, i, keywordlists, styler);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (stylePrev == SCE_DF_METATAG && ch == '#')
|
||||||
|
{
|
||||||
|
// Store last word start point.
|
||||||
|
lastStart = i;
|
||||||
|
}
|
||||||
|
if (stylePrev == SCE_DF_METATAG) {
|
||||||
|
if(setWord.Contains(ch) && !setWord.Contains(chNext)) {
|
||||||
|
ClassifyDataFlexMetaDataFoldPoint(levelCurrent, lastStart, i, keywordlists, styler);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!IsASpace(ch))
|
||||||
|
visibleChars++;
|
||||||
|
|
||||||
|
if (atEOL) {
|
||||||
|
int lev = levelPrev;
|
||||||
|
if (visibleChars == 0 && foldCompact)
|
||||||
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
|
if ((levelCurrent > levelPrev) && (visibleChars > 0))
|
||||||
|
lev |= SC_FOLDLEVELHEADERFLAG;
|
||||||
|
if (lev != styler.LevelAt(lineCurrent)) {
|
||||||
|
styler.SetLevel(lineCurrent, lev);
|
||||||
|
}
|
||||||
|
int newLineState = (styler.GetLineState(lineCurrent) & ~stateFoldMaskAll) | lineFoldStateCurrent;
|
||||||
|
styler.SetLineState(lineCurrent, newLineState);
|
||||||
|
lineCurrent++;
|
||||||
|
levelPrev = levelCurrent;
|
||||||
|
visibleChars = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// If we didn't reach the EOL in previous loop, store line level and whitespace information.
|
||||||
|
// The rest will be filled in later...
|
||||||
|
int lev = levelPrev;
|
||||||
|
if (visibleChars == 0 && foldCompact)
|
||||||
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
|
styler.SetLevel(lineCurrent, lev);
|
||||||
|
}
|
||||||
|
|
||||||
|
static const char * const dataflexWordListDesc[] = {
|
||||||
|
"Keywords",
|
||||||
|
"Scope open",
|
||||||
|
"Scope close",
|
||||||
|
"Operators",
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
LexerModule lmDataflex(SCLEX_DATAFLEX, ColouriseDataFlexDoc, "dataflex", FoldDataFlexDoc, dataflexWordListDesc);
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
static inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
||||||
return (styler[i] == '\n') ||
|
return (styler[i] == '\n') ||
|
||||||
|
|
@ -51,8 +49,10 @@ static void ColouriseDiffLine(char *lineBuffer, Sci_Position endLine, Accessor &
|
||||||
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
||||||
else if (lineBuffer[3] == '\r' || lineBuffer[3] == '\n')
|
else if (lineBuffer[3] == '\r' || lineBuffer[3] == '\n')
|
||||||
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
||||||
else
|
else if (lineBuffer[3] == ' ')
|
||||||
styler.ColourTo(endLine, SCE_DIFF_HEADER);
|
styler.ColourTo(endLine, SCE_DIFF_HEADER);
|
||||||
|
else
|
||||||
|
styler.ColourTo(endLine, SCE_DIFF_DELETED);
|
||||||
} else if (0 == strncmp(lineBuffer, "+++ ", 4)) {
|
} else if (0 == strncmp(lineBuffer, "+++ ", 4)) {
|
||||||
// I don't know of any diff where "+++ " is a position marker, but for
|
// I don't know of any diff where "+++ " is a position marker, but for
|
||||||
// consistency, do the same as with "--- " and "*** ".
|
// consistency, do the same as with "--- " and "*** ".
|
||||||
|
|
@ -78,6 +78,14 @@ static void ColouriseDiffLine(char *lineBuffer, Sci_Position endLine, Accessor &
|
||||||
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
||||||
} else if (lineBuffer[0] >= '0' && lineBuffer[0] <= '9') {
|
} else if (lineBuffer[0] >= '0' && lineBuffer[0] <= '9') {
|
||||||
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
styler.ColourTo(endLine, SCE_DIFF_POSITION);
|
||||||
|
} else if (0 == strncmp(lineBuffer, "++", 2)) {
|
||||||
|
styler.ColourTo(endLine, SCE_DIFF_PATCH_ADD);
|
||||||
|
} else if (0 == strncmp(lineBuffer, "+-", 2)) {
|
||||||
|
styler.ColourTo(endLine, SCE_DIFF_PATCH_DELETE);
|
||||||
|
} else if (0 == strncmp(lineBuffer, "-+", 2)) {
|
||||||
|
styler.ColourTo(endLine, SCE_DIFF_REMOVED_PATCH_ADD);
|
||||||
|
} else if (0 == strncmp(lineBuffer, "--", 2)) {
|
||||||
|
styler.ColourTo(endLine, SCE_DIFF_REMOVED_PATCH_DELETE);
|
||||||
} else if (lineBuffer[0] == '-' || lineBuffer[0] == '<') {
|
} else if (lineBuffer[0] == '-' || lineBuffer[0] == '<') {
|
||||||
styler.ColourTo(endLine, SCE_DIFF_DELETED);
|
styler.ColourTo(endLine, SCE_DIFF_DELETED);
|
||||||
} else if (lineBuffer[0] == '+' || lineBuffer[0] == '>') {
|
} else if (lineBuffer[0] == '+' || lineBuffer[0] == '>') {
|
||||||
|
|
@ -124,7 +132,7 @@ static void FoldDiffDoc(Sci_PositionU startPos, Sci_Position length, int, WordLi
|
||||||
int nextLevel;
|
int nextLevel;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
int lineType = styler.StyleAt(curLineStart);
|
const int lineType = styler.StyleAt(curLineStart);
|
||||||
if (lineType == SCE_DIFF_COMMAND)
|
if (lineType == SCE_DIFF_COMMAND)
|
||||||
nextLevel = SC_FOLDLEVELBASE | SC_FOLDLEVELHEADERFLAG;
|
nextLevel = SC_FOLDLEVELBASE | SC_FOLDLEVELHEADERFLAG;
|
||||||
else if (lineType == SCE_DIFF_HEADER)
|
else if (lineType == SCE_DIFF_HEADER)
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,7 @@
|
||||||
#define SET_UPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
#define SET_UPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
#define SET_DIGITS "0123456789"
|
#define SET_DIGITS "0123456789"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool IsSpaceEquiv(int state) {
|
static bool IsSpaceEquiv(int state) {
|
||||||
switch (state) {
|
switch (state) {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
// Scintilla Lexer for EDIFACT
|
// Scintilla Lexer for EDIFACT
|
||||||
|
// @file LexEDIFACT.cxx
|
||||||
// Written by Iain Clarke, IMCSoft & Inobiz AB.
|
// Written by Iain Clarke, IMCSoft & Inobiz AB.
|
||||||
// EDIFACT documented here: https://www.unece.org/cefact/edifact/welcome.html
|
// EDIFACT documented here: https://www.unece.org/cefact/edifact/welcome.html
|
||||||
// and more readably here: https://en.wikipedia.org/wiki/EDIFACT
|
// and more readably here: https://en.wikipedia.org/wiki/EDIFACT
|
||||||
|
|
@ -12,18 +13,19 @@
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
#include "Scintilla.h"
|
#include "Scintilla.h"
|
||||||
#include "SciLexer.h"
|
#include "SciLexer.h"
|
||||||
|
|
||||||
#include "LexAccessor.h"
|
#include "LexAccessor.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
class LexerEDIFACT : public ILexer
|
class LexerEDIFACT : public DefaultLexer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LexerEDIFACT();
|
LexerEDIFACT();
|
||||||
|
|
@ -33,48 +35,72 @@ public:
|
||||||
return new LexerEDIFACT;
|
return new LexerEDIFACT;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual int SCI_METHOD Version() const
|
int SCI_METHOD Version() const override
|
||||||
{
|
{
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
virtual void SCI_METHOD Release()
|
void SCI_METHOD Release() override
|
||||||
{
|
{
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD PropertyNames()
|
const char * SCI_METHOD PropertyNames() override
|
||||||
{
|
{
|
||||||
return "fold";
|
return "fold\nlexer.edifact.highlight.un.all";
|
||||||
}
|
}
|
||||||
int SCI_METHOD PropertyType(const char *)
|
int SCI_METHOD PropertyType(const char *) override
|
||||||
{
|
{
|
||||||
return SC_TYPE_BOOLEAN; // Only one property!
|
return SC_TYPE_BOOLEAN; // Only one property!
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD DescribeProperty(const char *name)
|
const char * SCI_METHOD DescribeProperty(const char *name) override
|
||||||
{
|
{
|
||||||
if (strcmp(name, "fold"))
|
if (!strcmp(name, "fold"))
|
||||||
return NULL;
|
return "Whether to apply folding to document or not";
|
||||||
return "Whether to apply folding to document or not";
|
if (!strcmp(name, "lexer.edifact.highlight.un.all"))
|
||||||
|
return "Whether to apply UN* highlighting to all UN segments, or just to UNH";
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual Sci_Position SCI_METHOD PropertySet(const char *key, const char *val)
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override
|
||||||
{
|
{
|
||||||
if (strcmp(key, "fold"))
|
if (!strcmp(key, "fold"))
|
||||||
return -1;
|
{
|
||||||
m_bFold = strcmp(val, "0") ? true : false;
|
m_bFold = strcmp(val, "0") ? true : false;
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
|
if (!strcmp(key, "lexer.edifact.highlight.un.all")) // GetProperty
|
||||||
|
{
|
||||||
|
m_bHighlightAllUN = strcmp(val, "0") ? true : false;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
const char * SCI_METHOD DescribeWordListSets()
|
|
||||||
|
const char * SCI_METHOD PropertyGet(const char *key) override
|
||||||
|
{
|
||||||
|
m_lastPropertyValue = "";
|
||||||
|
if (!strcmp(key, "fold"))
|
||||||
|
{
|
||||||
|
m_lastPropertyValue = m_bFold ? "1" : "0";
|
||||||
|
}
|
||||||
|
if (!strcmp(key, "lexer.edifact.highlight.un.all")) // GetProperty
|
||||||
|
{
|
||||||
|
m_lastPropertyValue = m_bHighlightAllUN ? "1" : "0";
|
||||||
|
}
|
||||||
|
return m_lastPropertyValue.c_str();
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
virtual Sci_Position SCI_METHOD WordListSet(int, const char *)
|
Sci_Position SCI_METHOD WordListSet(int, const char *) override
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
virtual void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
virtual void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
virtual void * SCI_METHOD PrivateCall(int, void *)
|
void * SCI_METHOD PrivateCall(int, void *) override
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
@ -86,11 +112,18 @@ protected:
|
||||||
int DetectSegmentHeader(char SegmentHeader[3]) const;
|
int DetectSegmentHeader(char SegmentHeader[3]) const;
|
||||||
|
|
||||||
bool m_bFold;
|
bool m_bFold;
|
||||||
|
|
||||||
|
// property lexer.edifact.highlight.un.all
|
||||||
|
// Set to 0 to highlight only UNA segments, or 1 to highlight all UNx segments.
|
||||||
|
bool m_bHighlightAllUN;
|
||||||
|
|
||||||
char m_chComponent;
|
char m_chComponent;
|
||||||
char m_chData;
|
char m_chData;
|
||||||
char m_chDecimal;
|
char m_chDecimal;
|
||||||
char m_chRelease;
|
char m_chRelease;
|
||||||
char m_chSegment;
|
char m_chSegment;
|
||||||
|
|
||||||
|
std::string m_lastPropertyValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
LexerModule lmEDIFACT(SCLEX_EDIFACT, LexerEDIFACT::Factory, "edifact");
|
LexerModule lmEDIFACT(SCLEX_EDIFACT, LexerEDIFACT::Factory, "edifact");
|
||||||
|
|
@ -101,9 +134,10 @@ LexerModule lmEDIFACT(SCLEX_EDIFACT, LexerEDIFACT::Factory, "edifact");
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
LexerEDIFACT::LexerEDIFACT()
|
LexerEDIFACT::LexerEDIFACT() : DefaultLexer("edifact", SCLEX_EDIFACT)
|
||||||
{
|
{
|
||||||
m_bFold = false;
|
m_bFold = false;
|
||||||
|
m_bHighlightAllUN = false;
|
||||||
m_chComponent = ':';
|
m_chComponent = ':';
|
||||||
m_chData = '+';
|
m_chData = '+';
|
||||||
m_chDecimal = '.';
|
m_chDecimal = '.';
|
||||||
|
|
@ -111,9 +145,9 @@ LexerEDIFACT::LexerEDIFACT()
|
||||||
m_chSegment = '\'';
|
m_chSegment = '\'';
|
||||||
}
|
}
|
||||||
|
|
||||||
void LexerEDIFACT::Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int, IDocument *pAccess)
|
void LexerEDIFACT::Lex(Sci_PositionU startPos, Sci_Position length, int, IDocument *pAccess)
|
||||||
{
|
{
|
||||||
Sci_PositionU posFinish = startPos + lengthDoc;
|
Sci_PositionU posFinish = startPos + length;
|
||||||
InitialiseFromUNA(pAccess, posFinish);
|
InitialiseFromUNA(pAccess, posFinish);
|
||||||
|
|
||||||
// Look backwards for a ' or a document beginning
|
// Look backwards for a ' or a document beginning
|
||||||
|
|
@ -191,40 +225,85 @@ void LexerEDIFACT::Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int, IDoc
|
||||||
pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT);
|
pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void LexerEDIFACT::Fold(Sci_PositionU startPos, Sci_Position lengthDoc, int, IDocument *pAccess)
|
void LexerEDIFACT::Fold(Sci_PositionU startPos, Sci_Position length, int, IDocument *pAccess)
|
||||||
{
|
{
|
||||||
if (!m_bFold)
|
if (!m_bFold)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Fold at UNx lines. ie, UNx segments = 0, other segments = 1.
|
Sci_PositionU endPos = startPos + length;
|
||||||
// There's no sub folding, so we can be quite simple.
|
startPos = FindPreviousEnd(pAccess, startPos);
|
||||||
Sci_Position endPos = startPos + lengthDoc;
|
char c;
|
||||||
char SegmentHeader[4] = { 0 };
|
char SegmentHeader[4] = { 0 };
|
||||||
|
|
||||||
int iIndentPrevious = 0;
|
bool AwaitingSegment = true;
|
||||||
Sci_Position lineLast = pAccess->LineFromPosition(endPos);
|
Sci_PositionU currLine = pAccess->LineFromPosition(startPos);
|
||||||
|
int levelCurrentStyle = SC_FOLDLEVELBASE;
|
||||||
|
if (currLine > 0)
|
||||||
|
levelCurrentStyle = pAccess->GetLevel(currLine - 1); // bottom 12 bits are level
|
||||||
|
int indentCurrent = levelCurrentStyle & SC_FOLDLEVELNUMBERMASK;
|
||||||
|
int indentNext = indentCurrent;
|
||||||
|
|
||||||
for (Sci_Position lineCurrent = pAccess->LineFromPosition(startPos); lineCurrent <= lineLast; lineCurrent++)
|
while (startPos < endPos)
|
||||||
{
|
{
|
||||||
Sci_Position posLineStart = pAccess->LineStart(lineCurrent);
|
pAccess->GetCharRange(&c, startPos, 1);
|
||||||
posLineStart = ForwardPastWhitespace(pAccess, posLineStart, endPos);
|
switch (c)
|
||||||
Sci_Position lineDataStart = pAccess->LineFromPosition(posLineStart);
|
{
|
||||||
// Fill in whitespace lines?
|
case '\t':
|
||||||
for (; lineCurrent < lineDataStart; lineCurrent++)
|
case '\r':
|
||||||
pAccess->SetLevel(lineCurrent, SC_FOLDLEVELBASE | SC_FOLDLEVELWHITEFLAG | iIndentPrevious);
|
case ' ':
|
||||||
pAccess->GetCharRange(SegmentHeader, posLineStart, 3);
|
startPos++;
|
||||||
//if (DetectSegmentHeader(SegmentHeader) == SCE_EDI_BADSEGMENT) // Abort if this is not a proper segment header
|
continue;
|
||||||
|
case '\n':
|
||||||
|
currLine = pAccess->LineFromPosition(startPos);
|
||||||
|
pAccess->SetLevel(currLine, levelCurrentStyle | indentCurrent);
|
||||||
|
startPos++;
|
||||||
|
levelCurrentStyle = SC_FOLDLEVELBASE;
|
||||||
|
indentCurrent = indentNext;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (c == m_chRelease)
|
||||||
|
{
|
||||||
|
startPos += 2;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (c == m_chSegment)
|
||||||
|
{
|
||||||
|
AwaitingSegment = true;
|
||||||
|
startPos++;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
int level = 0;
|
if (!AwaitingSegment)
|
||||||
if (memcmp(SegmentHeader, "UNH", 3) == 0) // UNH starts blocks
|
{
|
||||||
level = SC_FOLDLEVELBASE | SC_FOLDLEVELHEADERFLAG;
|
startPos++;
|
||||||
// Check for UNA,B and Z. All others are inside messages
|
continue;
|
||||||
else if (!memcmp(SegmentHeader, "UNA", 3) || !memcmp(SegmentHeader, "UNB", 3) || !memcmp(SegmentHeader, "UNZ", 3))
|
}
|
||||||
level = SC_FOLDLEVELBASE;
|
|
||||||
else
|
// Segment!
|
||||||
level = SC_FOLDLEVELBASE | 1;
|
pAccess->GetCharRange(SegmentHeader, startPos, 3);
|
||||||
pAccess->SetLevel(lineCurrent, level);
|
if (SegmentHeader[0] != 'U' || SegmentHeader[1] != 'N')
|
||||||
iIndentPrevious = level & SC_FOLDLEVELNUMBERMASK;
|
{
|
||||||
|
startPos++;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
AwaitingSegment = false;
|
||||||
|
switch (SegmentHeader[2])
|
||||||
|
{
|
||||||
|
case 'H':
|
||||||
|
case 'G':
|
||||||
|
indentNext++;
|
||||||
|
levelCurrentStyle = SC_FOLDLEVELBASE | SC_FOLDLEVELHEADERFLAG;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 'T':
|
||||||
|
case 'E':
|
||||||
|
if (indentNext > 0)
|
||||||
|
indentNext--;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
startPos += 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -295,9 +374,14 @@ int LexerEDIFACT::DetectSegmentHeader(char SegmentHeader[3]) const
|
||||||
SegmentHeader[2] < 'A' || SegmentHeader[2] > 'Z')
|
SegmentHeader[2] < 'A' || SegmentHeader[2] > 'Z')
|
||||||
return SCE_EDI_BADSEGMENT;
|
return SCE_EDI_BADSEGMENT;
|
||||||
|
|
||||||
if (memcmp(SegmentHeader, "UNA", 3) == 0)
|
if (!memcmp(SegmentHeader, "UNA", 3))
|
||||||
return SCE_EDI_UNA;
|
return SCE_EDI_UNA;
|
||||||
if (memcmp(SegmentHeader, "UNH", 3) == 0)
|
|
||||||
|
if (m_bHighlightAllUN && !memcmp(SegmentHeader, "UN", 2))
|
||||||
|
return SCE_EDI_UNH;
|
||||||
|
else if (!memcmp(SegmentHeader, "UNH", 3))
|
||||||
|
return SCE_EDI_UNH;
|
||||||
|
else if (!memcmp(SegmentHeader, "UNG", 3))
|
||||||
return SCE_EDI_UNH;
|
return SCE_EDI_UNH;
|
||||||
|
|
||||||
return SCE_EDI_SEGMENTSTART;
|
return SCE_EDI_SEGMENTSTART;
|
||||||
|
|
@ -315,3 +399,5 @@ Sci_Position LexerEDIFACT::FindPreviousEnd(IDocument *pAccess, Sci_Position star
|
||||||
// We didn't find a ', so just go with the beginning
|
// We didn't find a ', so just go with the beginning
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
/** @file LexESCRIPT.cxx
|
/** @file LexEScript.cxx
|
||||||
** Lexer for ESCRIPT
|
** Lexer for ESCRIPT
|
||||||
**/
|
**/
|
||||||
// Copyright 2003 by Patrizio Bekerle (patrizio@bekerle.com)
|
// Copyright 2003 by Patrizio Bekerle (patrizio@bekerle.com)
|
||||||
|
|
@ -22,9 +22,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool isEiffelOperator(unsigned int ch) {
|
static inline bool isEiffelOperator(unsigned int ch) {
|
||||||
// '.' left out as it is used to make up numbers
|
// '.' left out as it is used to make up numbers
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,12 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
|
// Encoding: UTF-8
|
||||||
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
|
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
|
||||||
// The License.txt file describes the conditions under which this software may be distributed.
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
/** @file LexErlang.cxx
|
/** @file LexErlang.cxx
|
||||||
** Lexer for Erlang.
|
** Lexer for Erlang.
|
||||||
** Enhanced by Etienne 'Lenain' Girondel (lenaing@gmail.com)
|
** Enhanced by Etienne 'Lenain' Girondel (lenaing@gmail.com)
|
||||||
** Originally wrote by Peter-Henry Mander,
|
** Originally wrote by Peter-Henry Mander,
|
||||||
** based on Matlab lexer by José Fonseca.
|
** based on Matlab lexer by José Fonseca.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
@ -26,9 +27,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static int is_radix(int radix, int ch) {
|
static int is_radix(int radix, int ch) {
|
||||||
int digit;
|
int digit;
|
||||||
|
|
@ -116,6 +115,7 @@ static void ColouriseErlangDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// V--- Falling through!
|
// V--- Falling through!
|
||||||
|
// Falls through.
|
||||||
case COMMENT_FUNCTION : {
|
case COMMENT_FUNCTION : {
|
||||||
if (sc.ch != '%') {
|
if (sc.ch != '%') {
|
||||||
to_late_to_comment = true;
|
to_late_to_comment = true;
|
||||||
|
|
@ -128,6 +128,7 @@ static void ColouriseErlangDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// V--- Falling through!
|
// V--- Falling through!
|
||||||
|
// Falls through.
|
||||||
case COMMENT_MODULE : {
|
case COMMENT_MODULE : {
|
||||||
if (parse_state != COMMENT) {
|
if (parse_state != COMMENT) {
|
||||||
// Search for comment documentation
|
// Search for comment documentation
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
#include "Scintilla.h"
|
#include "Scintilla.h"
|
||||||
#include "SciLexer.h"
|
#include "SciLexer.h"
|
||||||
|
|
@ -23,32 +25,45 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool strstart(const char *haystack, const char *needle) {
|
namespace {
|
||||||
|
|
||||||
|
bool strstart(const char *haystack, const char *needle) noexcept {
|
||||||
return strncmp(haystack, needle, strlen(needle)) == 0;
|
return strncmp(haystack, needle, strlen(needle)) == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool Is0To9(char ch) {
|
constexpr bool Is0To9(char ch) noexcept {
|
||||||
return (ch >= '0') && (ch <= '9');
|
return (ch >= '0') && (ch <= '9');
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool Is1To9(char ch) {
|
constexpr bool Is1To9(char ch) noexcept {
|
||||||
return (ch >= '1') && (ch <= '9');
|
return (ch >= '1') && (ch <= '9');
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool IsAlphabetic(int ch) {
|
bool IsAlphabetic(int ch) {
|
||||||
return IsASCII(ch) && isalpha(ch);
|
return IsASCII(ch) && isalpha(ch);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
||||||
return (styler[i] == '\n') ||
|
return (styler[i] == '\n') ||
|
||||||
((styler[i] == '\r') && (styler.SafeGetCharAt(i + 1) != '\n'));
|
((styler[i] == '\r') && (styler.SafeGetCharAt(i + 1) != '\n'));
|
||||||
}
|
}
|
||||||
|
|
||||||
static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLine, Sci_Position &startValue) {
|
bool IsGccExcerpt(const char *s) noexcept {
|
||||||
|
while (*s) {
|
||||||
|
if (s[0] == ' ' && s[1] == '|' && (s[2] == ' ' || s[2] == '+')) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
if (!(s[0] == ' ' || s[0] == '+' || Is0To9(s[0]))) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
s++;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLine, Sci_Position &startValue) {
|
||||||
if (lineBuffer[0] == '>') {
|
if (lineBuffer[0] == '>') {
|
||||||
// Command or return status
|
// Command or return status
|
||||||
return SCE_ERR_CMD;
|
return SCE_ERR_CMD;
|
||||||
|
|
@ -106,7 +121,8 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
// perl error message:
|
// perl error message:
|
||||||
// <message> at <file> line <line>
|
// <message> at <file> line <line>
|
||||||
return SCE_ERR_PERL;
|
return SCE_ERR_PERL;
|
||||||
} else if ((memcmp(lineBuffer, " at ", 6) == 0) &&
|
} else if ((lengthLine >= 6) &&
|
||||||
|
(memcmp(lineBuffer, " at ", 6) == 0) &&
|
||||||
strstr(lineBuffer, ":line ")) {
|
strstr(lineBuffer, ":line ")) {
|
||||||
// A .NET traceback
|
// A .NET traceback
|
||||||
return SCE_ERR_NET;
|
return SCE_ERR_NET;
|
||||||
|
|
@ -131,6 +147,11 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
// Microsoft linker warning:
|
// Microsoft linker warning:
|
||||||
// {<object> : } warning LNK9999
|
// {<object> : } warning LNK9999
|
||||||
return SCE_ERR_MS;
|
return SCE_ERR_MS;
|
||||||
|
} else if (IsGccExcerpt(lineBuffer)) {
|
||||||
|
// GCC code excerpt and pointer to issue
|
||||||
|
// 73 | GTimeVal last_popdown;
|
||||||
|
// | ^~~~~~~~~~~~
|
||||||
|
return SCE_ERR_GCC_EXCERPT;
|
||||||
} else {
|
} else {
|
||||||
// Look for one of the following formats:
|
// Look for one of the following formats:
|
||||||
// GCC: <filename>:<line>:<message>
|
// GCC: <filename>:<line>:<message>
|
||||||
|
|
@ -141,7 +162,7 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
// CTags: <identifier>\t<filename>\t<message>
|
// CTags: <identifier>\t<filename>\t<message>
|
||||||
// Lua 5 traceback: \t<filename>:<line>:<message>
|
// Lua 5 traceback: \t<filename>:<line>:<message>
|
||||||
// Lua 5.1: <exe>: <filename>:<line>:<message>
|
// Lua 5.1: <exe>: <filename>:<line>:<message>
|
||||||
bool initialTab = (lineBuffer[0] == '\t');
|
const bool initialTab = (lineBuffer[0] == '\t');
|
||||||
bool initialColonPart = false;
|
bool initialColonPart = false;
|
||||||
bool canBeCtags = !initialTab; // For ctags must have an identifier with no spaces then a tab
|
bool canBeCtags = !initialTab; // For ctags must have an identifier with no spaces then a tab
|
||||||
enum { stInitial,
|
enum { stInitial,
|
||||||
|
|
@ -151,7 +172,7 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
stUnrecognized
|
stUnrecognized
|
||||||
} state = stInitial;
|
} state = stInitial;
|
||||||
for (Sci_PositionU i = 0; i < lengthLine; i++) {
|
for (Sci_PositionU i = 0; i < lengthLine; i++) {
|
||||||
char ch = lineBuffer[i];
|
const char ch = lineBuffer[i];
|
||||||
char chNext = ' ';
|
char chNext = ' ';
|
||||||
if ((i + 1) < lengthLine)
|
if ((i + 1) < lengthLine)
|
||||||
chNext = lineBuffer[i + 1];
|
chNext = lineBuffer[i + 1];
|
||||||
|
|
@ -176,7 +197,7 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
canBeCtags = false;
|
canBeCtags = false;
|
||||||
}
|
}
|
||||||
} else if (state == stGccStart) { // <filename>:
|
} else if (state == stGccStart) { // <filename>:
|
||||||
state = Is0To9(ch) ? stGccDigit : stUnrecognized;
|
state = ((ch == '-') || Is0To9(ch)) ? stGccDigit : stUnrecognized;
|
||||||
} else if (state == stGccDigit) { // <filename>:<line>
|
} else if (state == stGccDigit) { // <filename>:<line>
|
||||||
if (ch == ':') {
|
if (ch == ':') {
|
||||||
state = stGccColumn; // :9.*: is GCC
|
state = stGccColumn; // :9.*: is GCC
|
||||||
|
|
@ -207,14 +228,13 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
} else if ((ch == ':' && chNext == ' ') || (ch == ' ')) {
|
} else if ((ch == ':' && chNext == ' ') || (ch == ' ')) {
|
||||||
// Possibly Delphi.. don't test against chNext as it's one of the strings below.
|
// Possibly Delphi.. don't test against chNext as it's one of the strings below.
|
||||||
char word[512];
|
char word[512];
|
||||||
Sci_PositionU j, chPos;
|
|
||||||
unsigned numstep;
|
unsigned numstep;
|
||||||
chPos = 0;
|
|
||||||
if (ch == ' ')
|
if (ch == ' ')
|
||||||
numstep = 1; // ch was ' ', handle as if it's a delphi errorline, only add 1 to i.
|
numstep = 1; // ch was ' ', handle as if it's a delphi errorline, only add 1 to i.
|
||||||
else
|
else
|
||||||
numstep = 2; // otherwise add 2.
|
numstep = 2; // otherwise add 2.
|
||||||
for (j = i + numstep; j < lengthLine && IsAlphabetic(lineBuffer[j]) && chPos < sizeof(word) - 1; j++)
|
Sci_PositionU chPos = 0;
|
||||||
|
for (Sci_PositionU j = i + numstep; j < lengthLine && IsAlphabetic(lineBuffer[j]) && chPos < sizeof(word) - 1; j++)
|
||||||
word[chPos++] = lineBuffer[j];
|
word[chPos++] = lineBuffer[j];
|
||||||
word[chPos] = 0;
|
word[chPos] = 0;
|
||||||
if (!CompareCaseInsensitive(word, "error") || !CompareCaseInsensitive(word, "warning") ||
|
if (!CompareCaseInsensitive(word, "error") || !CompareCaseInsensitive(word, "warning") ||
|
||||||
|
|
@ -269,13 +289,11 @@ static int RecogniseErrorListLine(const char *lineBuffer, Sci_PositionU lengthLi
|
||||||
|
|
||||||
#define CSI "\033["
|
#define CSI "\033["
|
||||||
|
|
||||||
namespace {
|
constexpr bool SequenceEnd(int ch) noexcept {
|
||||||
|
|
||||||
bool SequenceEnd(int ch) {
|
|
||||||
return (ch == 0) || ((ch >= '@') && (ch <= '~'));
|
return (ch == 0) || ((ch >= '@') && (ch <= '~'));
|
||||||
}
|
}
|
||||||
|
|
||||||
int StyleFromSequence(const char *seq) {
|
int StyleFromSequence(const char *seq) noexcept {
|
||||||
int bold = 0;
|
int bold = 0;
|
||||||
int colour = 0;
|
int colour = 0;
|
||||||
while (!SequenceEnd(*seq)) {
|
while (!SequenceEnd(*seq)) {
|
||||||
|
|
@ -302,21 +320,19 @@ int StyleFromSequence(const char *seq) {
|
||||||
return SCE_ERR_ES_BLACK + bold * 8 + colour;
|
return SCE_ERR_ES_BLACK + bold * 8 + colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
void ColouriseErrorListLine(
|
||||||
|
const std::string &lineBuffer,
|
||||||
static void ColouriseErrorListLine(
|
|
||||||
char *lineBuffer,
|
|
||||||
Sci_PositionU lengthLine,
|
|
||||||
Sci_PositionU endPos,
|
Sci_PositionU endPos,
|
||||||
Accessor &styler,
|
Accessor &styler,
|
||||||
bool valueSeparate,
|
bool valueSeparate,
|
||||||
bool escapeSequences) {
|
bool escapeSequences) {
|
||||||
Sci_Position startValue = -1;
|
Sci_Position startValue = -1;
|
||||||
int style = RecogniseErrorListLine(lineBuffer, lengthLine, startValue);
|
const Sci_PositionU lengthLine = lineBuffer.length();
|
||||||
if (escapeSequences && strstr(lineBuffer, CSI)) {
|
const int style = RecogniseErrorListLine(lineBuffer.c_str(), lengthLine, startValue);
|
||||||
const int startPos = endPos - lengthLine;
|
if (escapeSequences && strstr(lineBuffer.c_str(), CSI)) {
|
||||||
const char *linePortion = lineBuffer;
|
const Sci_Position startPos = endPos - lengthLine;
|
||||||
int startPortion = startPos;
|
const char *linePortion = lineBuffer.c_str();
|
||||||
|
Sci_Position startPortion = startPos;
|
||||||
int portionStyle = style;
|
int portionStyle = style;
|
||||||
while (const char *startSeq = strstr(linePortion, CSI)) {
|
while (const char *startSeq = strstr(linePortion, CSI)) {
|
||||||
if (startSeq > linePortion) {
|
if (startSeq > linePortion) {
|
||||||
|
|
@ -325,7 +341,7 @@ static void ColouriseErrorListLine(
|
||||||
const char *endSeq = startSeq + 2;
|
const char *endSeq = startSeq + 2;
|
||||||
while (!SequenceEnd(*endSeq))
|
while (!SequenceEnd(*endSeq))
|
||||||
endSeq++;
|
endSeq++;
|
||||||
const int endSeqPosition = startPortion + static_cast<int>(endSeq - linePortion) + 1;
|
const Sci_Position endSeqPosition = startPortion + static_cast<Sci_Position>(endSeq - linePortion) + 1;
|
||||||
switch (*endSeq) {
|
switch (*endSeq) {
|
||||||
case 0:
|
case 0:
|
||||||
styler.ColourTo(endPos, SCE_ERR_ESCSEQ_UNKNOWN);
|
styler.ColourTo(endPos, SCE_ERR_ESCSEQ_UNKNOWN);
|
||||||
|
|
@ -355,40 +371,39 @@ static void ColouriseErrorListLine(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ColouriseErrorListDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *[], Accessor &styler) {
|
void ColouriseErrorListDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *[], Accessor &styler) {
|
||||||
char lineBuffer[10000];
|
std::string lineBuffer;
|
||||||
styler.StartAt(startPos);
|
styler.StartAt(startPos);
|
||||||
styler.StartSegment(startPos);
|
styler.StartSegment(startPos);
|
||||||
Sci_PositionU linePos = 0;
|
|
||||||
|
|
||||||
// property lexer.errorlist.value.separate
|
// property lexer.errorlist.value.separate
|
||||||
// For lines in the output pane that are matches from Find in Files or GCC-style
|
// For lines in the output pane that are matches from Find in Files or GCC-style
|
||||||
// diagnostics, style the path and line number separately from the rest of the
|
// diagnostics, style the path and line number separately from the rest of the
|
||||||
// line with style 21 used for the rest of the line.
|
// line with style 21 used for the rest of the line.
|
||||||
// This allows matched text to be more easily distinguished from its location.
|
// This allows matched text to be more easily distinguished from its location.
|
||||||
bool valueSeparate = styler.GetPropertyInt("lexer.errorlist.value.separate", 0) != 0;
|
const bool valueSeparate = styler.GetPropertyInt("lexer.errorlist.value.separate", 0) != 0;
|
||||||
|
|
||||||
// property lexer.errorlist.escape.sequences
|
// property lexer.errorlist.escape.sequences
|
||||||
// Set to 1 to interpret escape sequences.
|
// Set to 1 to interpret escape sequences.
|
||||||
const bool escapeSequences = styler.GetPropertyInt("lexer.errorlist.escape.sequences") != 0;
|
const bool escapeSequences = styler.GetPropertyInt("lexer.errorlist.escape.sequences") != 0;
|
||||||
|
|
||||||
for (Sci_PositionU i = startPos; i < startPos + length; i++) {
|
for (Sci_PositionU i = startPos; i < startPos + length; i++) {
|
||||||
lineBuffer[linePos++] = styler[i];
|
lineBuffer.push_back(styler[i]);
|
||||||
if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
|
if (AtEOL(styler, i)) {
|
||||||
// End of line (or of line buffer) met, colourise it
|
// End of line met, colourise it
|
||||||
lineBuffer[linePos] = '\0';
|
ColouriseErrorListLine(lineBuffer, i, styler, valueSeparate, escapeSequences);
|
||||||
ColouriseErrorListLine(lineBuffer, linePos, i, styler, valueSeparate, escapeSequences);
|
lineBuffer.clear();
|
||||||
linePos = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (linePos > 0) { // Last line does not have ending characters
|
if (!lineBuffer.empty()) { // Last line does not have ending characters
|
||||||
lineBuffer[linePos] = '\0';
|
ColouriseErrorListLine(lineBuffer, startPos + length - 1, styler, valueSeparate, escapeSequences);
|
||||||
ColouriseErrorListLine(lineBuffer, linePos, startPos + length - 1, styler, valueSeparate, escapeSequences);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *const emptyWordListDesc[] = {
|
const char *const emptyWordListDesc[] = {
|
||||||
0
|
nullptr
|
||||||
};
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
LexerModule lmErrorList(SCLEX_ERRORLIST, ColouriseErrorListDoc, "errorlist", 0, emptyWordListDesc);
|
LexerModule lmErrorList(SCLEX_ERRORLIST, ColouriseErrorListDoc, "errorlist", 0, emptyWordListDesc);
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
/** @file LexFlagShip.cxx
|
/** @file LexFlagship.cxx
|
||||||
** Lexer for Harbour and FlagShip.
|
** Lexer for Harbour and FlagShip.
|
||||||
** (Syntactically compatible to other xBase dialects, like Clipper, dBase, Clip, FoxPro etc.)
|
** (Syntactically compatible to other xBase dialects, like Clipper, dBase, Clip, FoxPro etc.)
|
||||||
**/
|
**/
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Extended to accept accented characters
|
// Extended to accept accented characters
|
||||||
static inline bool IsAWordChar(int ch)
|
static inline bool IsAWordChar(int ch)
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordStart(int ch) {
|
static inline bool IsAWordStart(int ch) {
|
||||||
return (ch < 0x80) && (isalnum(ch) || ch == '_' || ch == '.');
|
return (ch < 0x80) && (isalnum(ch) || ch == '_' || ch == '.');
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,7 @@
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
/***************************************/
|
/***************************************/
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
/***********************************************/
|
/***********************************************/
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
|
|
@ -120,14 +118,6 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/***************************************/
|
/***************************************/
|
||||||
// Hanndle preprocessor directives
|
|
||||||
if (sc.ch == '#' && numNonBlank == 1)
|
|
||||||
{
|
|
||||||
sc.SetState(SCE_F_PREPROCESSOR);
|
|
||||||
while (!sc.atLineEnd && sc.More())
|
|
||||||
sc.Forward(); // Until line end
|
|
||||||
}
|
|
||||||
/***************************************/
|
|
||||||
// Handle line continuation generically.
|
// Handle line continuation generically.
|
||||||
if (!isFixFormat && sc.ch == '&' && sc.state != SCE_F_COMMENT) {
|
if (!isFixFormat && sc.ch == '&' && sc.state != SCE_F_COMMENT) {
|
||||||
char chTemp = ' ';
|
char chTemp = ' ';
|
||||||
|
|
@ -143,7 +133,11 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
int currentState = sc.state;
|
int currentState = sc.state;
|
||||||
sc.SetState(SCE_F_CONTINUATION);
|
sc.SetState(SCE_F_CONTINUATION);
|
||||||
sc.ForwardSetState(SCE_F_DEFAULT);
|
sc.ForwardSetState(SCE_F_DEFAULT);
|
||||||
while (IsASpace(sc.ch) && sc.More()) sc.Forward();
|
while (IsASpace(sc.ch) && sc.More()) {
|
||||||
|
sc.Forward();
|
||||||
|
if (sc.atLineStart) numNonBlank = 0;
|
||||||
|
if (!IsASpaceOrTab(sc.ch)) numNonBlank ++;
|
||||||
|
}
|
||||||
if (sc.ch == '&') {
|
if (sc.ch == '&') {
|
||||||
sc.SetState(SCE_F_CONTINUATION);
|
sc.SetState(SCE_F_CONTINUATION);
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
|
|
@ -152,6 +146,14 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/***************************************/
|
/***************************************/
|
||||||
|
// Hanndle preprocessor directives
|
||||||
|
if (sc.ch == '#' && numNonBlank == 1)
|
||||||
|
{
|
||||||
|
sc.SetState(SCE_F_PREPROCESSOR);
|
||||||
|
while (!sc.atLineEnd && sc.More())
|
||||||
|
sc.Forward(); // Until line end
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
// Determine if the current state should terminate.
|
// Determine if the current state should terminate.
|
||||||
if (sc.state == SCE_F_OPERATOR) {
|
if (sc.state == SCE_F_OPERATOR) {
|
||||||
sc.SetState(SCE_F_DEFAULT);
|
sc.SetState(SCE_F_DEFAULT);
|
||||||
|
|
@ -223,7 +225,7 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
if (sc.state == SCE_F_DEFAULT) {
|
if (sc.state == SCE_F_DEFAULT) {
|
||||||
if (sc.ch == '!') {
|
if (sc.ch == '!') {
|
||||||
if (sc.MatchIgnoreCase("!dec$") || sc.MatchIgnoreCase("!dir$") ||
|
if (sc.MatchIgnoreCase("!dec$") || sc.MatchIgnoreCase("!dir$") ||
|
||||||
sc.MatchIgnoreCase("!ms$") || sc.chNext == '$') {
|
sc.MatchIgnoreCase("!ms$") || sc.chNext == '$') {
|
||||||
sc.SetState(SCE_F_PREPROCESSOR);
|
sc.SetState(SCE_F_PREPROCESSOR);
|
||||||
} else {
|
} else {
|
||||||
sc.SetState(SCE_F_COMMENT);
|
sc.SetState(SCE_F_COMMENT);
|
||||||
|
|
@ -233,7 +235,7 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
} else if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
|
} else if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
|
||||||
sc.SetState(SCE_F_NUMBER);
|
sc.SetState(SCE_F_NUMBER);
|
||||||
} else if ((tolower(sc.ch) == 'b' || tolower(sc.ch) == 'o' ||
|
} else if ((tolower(sc.ch) == 'b' || tolower(sc.ch) == 'o' ||
|
||||||
tolower(sc.ch) == 'z') && (sc.chNext == '\"' || sc.chNext == '\'')) {
|
tolower(sc.ch) == 'z') && (sc.chNext == '\"' || sc.chNext == '\'')) {
|
||||||
sc.SetState(SCE_F_NUMBER);
|
sc.SetState(SCE_F_NUMBER);
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
} else if (sc.ch == '.' && isalpha(sc.chNext)) {
|
} else if (sc.ch == '.' && isalpha(sc.chNext)) {
|
||||||
|
|
@ -252,6 +254,165 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
sc.Complete();
|
sc.Complete();
|
||||||
}
|
}
|
||||||
/***************************************/
|
/***************************************/
|
||||||
|
static void CheckLevelCommentLine(const unsigned int nComL,
|
||||||
|
Sci_Position nComColB[], Sci_Position nComColF[], Sci_Position &nComCur,
|
||||||
|
bool comLineB[], bool comLineF[], bool &comLineCur,
|
||||||
|
int &levelDeltaNext) {
|
||||||
|
levelDeltaNext = 0;
|
||||||
|
if (!comLineCur) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!comLineF[0] || nComColF[0] != nComCur) {
|
||||||
|
unsigned int i=0;
|
||||||
|
for (; i<nComL; i++) {
|
||||||
|
if (!comLineB[i] || nComColB[i] != nComCur) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (i == nComL) {
|
||||||
|
levelDeltaNext = -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (!comLineB[0] || nComColB[0] != nComCur) {
|
||||||
|
unsigned int i=0;
|
||||||
|
for (; i<nComL; i++) {
|
||||||
|
if (!comLineF[i] || nComColF[i] != nComCur) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (i == nComL) {
|
||||||
|
levelDeltaNext = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
static void GetIfLineComment(Accessor &styler, bool isFixFormat, const Sci_Position line, bool &isComLine, Sci_Position &comCol) {
|
||||||
|
Sci_Position col = 0;
|
||||||
|
isComLine = false;
|
||||||
|
Sci_Position pos = styler.LineStart(line);
|
||||||
|
Sci_Position len = styler.Length();
|
||||||
|
while(pos<len) {
|
||||||
|
char ch = styler.SafeGetCharAt(pos);
|
||||||
|
if (ch == '!' || (isFixFormat && col == 0 && (tolower(ch) == 'c' || ch == '*'))) {
|
||||||
|
isComLine = true;
|
||||||
|
comCol = col;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
else if (!IsABlank(ch) || IsALineEnd(ch)) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
pos++;
|
||||||
|
col++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
static void StepCommentLine(Accessor &styler, bool isFixFormat, Sci_Position lineCurrent, const unsigned int nComL,
|
||||||
|
Sci_Position nComColB[], Sci_Position nComColF[], Sci_Position &nComCur,
|
||||||
|
bool comLineB[], bool comLineF[], bool &comLineCur) {
|
||||||
|
Sci_Position nLineTotal = styler.GetLine(styler.Length()-1) + 1;
|
||||||
|
if (lineCurrent >= nLineTotal) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i=nComL-2; i>=0; i--) {
|
||||||
|
nComColB[i+1] = nComColB[i];
|
||||||
|
comLineB[i+1] = comLineB[i];
|
||||||
|
}
|
||||||
|
nComColB[0] = nComCur;
|
||||||
|
comLineB[0] = comLineCur;
|
||||||
|
nComCur = nComColF[0];
|
||||||
|
comLineCur = comLineF[0];
|
||||||
|
for (unsigned int i=0; i+1<nComL; i++) {
|
||||||
|
nComColF[i] = nComColF[i+1];
|
||||||
|
comLineF[i] = comLineF[i+1];
|
||||||
|
}
|
||||||
|
Sci_Position chL = lineCurrent + nComL;
|
||||||
|
if (chL < nLineTotal) {
|
||||||
|
GetIfLineComment(styler, isFixFormat, chL, comLineF[nComL-1], nComColF[nComL-1]);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
comLineF[nComL-1] = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
static void CheckBackComLines(Accessor &styler, bool isFixFormat, Sci_Position lineCurrent, const unsigned int nComL,
|
||||||
|
Sci_Position nComColB[], Sci_Position nComColF[], Sci_Position nComCur,
|
||||||
|
bool comLineB[], bool comLineF[], bool &comLineCur) {
|
||||||
|
unsigned int nLines = nComL + nComL + 1;
|
||||||
|
bool* comL = new bool[nLines];
|
||||||
|
Sci_Position* nComCol = new Sci_Position[nLines];
|
||||||
|
bool comL0;
|
||||||
|
Sci_Position nComCol0;
|
||||||
|
GetIfLineComment(styler, isFixFormat, lineCurrent-nComL-1, comL0, nComCol0);
|
||||||
|
for (unsigned int i=0; i<nComL; i++) {
|
||||||
|
unsigned copyTo = nComL - i - 1;
|
||||||
|
comL[copyTo] = comLineB[i];
|
||||||
|
nComCol[copyTo] = nComColB[i];
|
||||||
|
}
|
||||||
|
assert(nComL < nLines);
|
||||||
|
comL[nComL] = comLineCur;
|
||||||
|
nComCol[nComL] = nComCur;
|
||||||
|
for (unsigned int i=0; i<nComL; i++) {
|
||||||
|
unsigned copyTo = i + nComL + 1;
|
||||||
|
comL[copyTo] = comLineF[i];
|
||||||
|
nComCol[copyTo] = nComColF[i];
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position lineC = lineCurrent - nComL + 1;
|
||||||
|
Sci_PositionU iStart;
|
||||||
|
if (lineC <= 0) {
|
||||||
|
lineC = 0;
|
||||||
|
iStart = nComL - lineCurrent;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
iStart = 1;
|
||||||
|
}
|
||||||
|
bool levChanged = false;
|
||||||
|
int lev = styler.LevelAt(lineC) & SC_FOLDLEVELNUMBERMASK;
|
||||||
|
|
||||||
|
for (Sci_PositionU i=iStart; i<=nComL; i++) {
|
||||||
|
if (comL[i] && (!comL[i-1] || nComCol[i] != nComCol[i-1])) {
|
||||||
|
bool increase = true;
|
||||||
|
Sci_PositionU until = i + nComL;
|
||||||
|
for (Sci_PositionU j=i+1; j<=until; j++) {
|
||||||
|
if (!comL[j] || nComCol[j] != nComCol[i]) {
|
||||||
|
increase = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
lev = styler.LevelAt(lineC) & SC_FOLDLEVELNUMBERMASK;
|
||||||
|
if (increase) {
|
||||||
|
int levH = lev | SC_FOLDLEVELHEADERFLAG;
|
||||||
|
lev += 1;
|
||||||
|
if (levH != styler.LevelAt(lineC)) {
|
||||||
|
styler.SetLevel(lineC, levH);
|
||||||
|
}
|
||||||
|
for (Sci_Position j=lineC+1; j<=lineCurrent; j++) {
|
||||||
|
if (lev != styler.LevelAt(j)) {
|
||||||
|
styler.SetLevel(j, lev);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
if (lev != styler.LevelAt(lineC)) {
|
||||||
|
styler.SetLevel(lineC, lev);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
levChanged = true;
|
||||||
|
}
|
||||||
|
else if (levChanged && comL[i]) {
|
||||||
|
if (lev != styler.LevelAt(lineC)) {
|
||||||
|
styler.SetLevel(lineC, lev);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
lineC++;
|
||||||
|
}
|
||||||
|
delete[] comL;
|
||||||
|
delete[] nComCol;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
// To determine the folding level depending on keywords
|
// To determine the folding level depending on keywords
|
||||||
static int classifyFoldPointFortran(const char* s, const char* prevWord, const char chNextNonBlank) {
|
static int classifyFoldPointFortran(const char* s, const char* prevWord, const char chNextNonBlank) {
|
||||||
int lev = 0;
|
int lev = 0;
|
||||||
|
|
@ -282,7 +443,7 @@ static int classifyFoldPointFortran(const char* s, const char* prevWord, const c
|
||||||
|| strcmp(s, "endsubroutine") == 0 || strcmp(s, "endtype") == 0
|
|| strcmp(s, "endsubroutine") == 0 || strcmp(s, "endtype") == 0
|
||||||
|| strcmp(s, "endwhere") == 0 || strcmp(s, "endcritical") == 0
|
|| strcmp(s, "endwhere") == 0 || strcmp(s, "endcritical") == 0
|
||||||
|| (strcmp(prevWord, "module") == 0 && strcmp(s, "procedure") == 0) // Take care of the "module procedure" statement
|
|| (strcmp(prevWord, "module") == 0 && strcmp(s, "procedure") == 0) // Take care of the "module procedure" statement
|
||||||
|| strcmp(s, "endsubmodule") == 0) {
|
|| strcmp(s, "endsubmodule") == 0 || strcmp(s, "endteam") == 0) {
|
||||||
lev = -1;
|
lev = -1;
|
||||||
} else if (strcmp(prevWord, "end") == 0 && strcmp(s, "if") == 0){ // end if
|
} else if (strcmp(prevWord, "end") == 0 && strcmp(s, "if") == 0){ // end if
|
||||||
lev = 0;
|
lev = 0;
|
||||||
|
|
@ -291,6 +452,8 @@ static int classifyFoldPointFortran(const char* s, const char* prevWord, const c
|
||||||
} else if ((strcmp(prevWord, "end") == 0 && strcmp(s, "procedure") == 0)
|
} else if ((strcmp(prevWord, "end") == 0 && strcmp(s, "procedure") == 0)
|
||||||
|| strcmp(s, "endprocedure") == 0) {
|
|| strcmp(s, "endprocedure") == 0) {
|
||||||
lev = 1; // level back to 0, because no folding support for "module procedure" in submodule
|
lev = 1; // level back to 0, because no folding support for "module procedure" in submodule
|
||||||
|
} else if (strcmp(prevWord, "change") == 0 && strcmp(s, "team") == 0){ // change team
|
||||||
|
lev = 1;
|
||||||
}
|
}
|
||||||
return lev;
|
return lev;
|
||||||
}
|
}
|
||||||
|
|
@ -298,29 +461,62 @@ static int classifyFoldPointFortran(const char* s, const char* prevWord, const c
|
||||||
// Folding the code
|
// Folding the code
|
||||||
static void FoldFortranDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
static void FoldFortranDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
||||||
Accessor &styler, bool isFixFormat) {
|
Accessor &styler, bool isFixFormat) {
|
||||||
//
|
|
||||||
// bool foldComment = styler.GetPropertyInt("fold.comment") != 0;
|
bool foldComment = styler.GetPropertyInt("fold.comment", 1) != 0;
|
||||||
// Do not know how to fold the comment at the moment.
|
|
||||||
//
|
|
||||||
bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
||||||
Sci_PositionU endPos = startPos + length;
|
Sci_PositionU endPos = startPos + length;
|
||||||
int visibleChars = 0;
|
int visibleChars = 0;
|
||||||
Sci_Position lineCurrent = styler.GetLine(startPos);
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
int levelCurrent;
|
|
||||||
bool isPrevLine;
|
bool isPrevLine;
|
||||||
if (lineCurrent > 0) {
|
if (lineCurrent > 0) {
|
||||||
lineCurrent--;
|
lineCurrent--;
|
||||||
startPos = styler.LineStart(lineCurrent);
|
startPos = styler.LineStart(lineCurrent);
|
||||||
levelCurrent = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
|
||||||
isPrevLine = true;
|
isPrevLine = true;
|
||||||
} else {
|
} else {
|
||||||
levelCurrent = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
|
||||||
isPrevLine = false;
|
isPrevLine = false;
|
||||||
}
|
}
|
||||||
char chNext = styler[startPos];
|
char chNext = styler[startPos];
|
||||||
int styleNext = styler.StyleAt(startPos);
|
int styleNext = styler.StyleAt(startPos);
|
||||||
int style = initStyle;
|
int style = initStyle;
|
||||||
int levelDeltaNext = 0;
|
int levelDeltaNext = 0;
|
||||||
|
|
||||||
|
const unsigned int nComL = 3; // defines how many comment lines should be before they are folded
|
||||||
|
Sci_Position nComColB[nComL] = {};
|
||||||
|
Sci_Position nComColF[nComL] = {};
|
||||||
|
Sci_Position nComCur = 0;
|
||||||
|
bool comLineB[nComL] = {};
|
||||||
|
bool comLineF[nComL] = {};
|
||||||
|
bool comLineCur;
|
||||||
|
Sci_Position nLineTotal = styler.GetLine(styler.Length()-1) + 1;
|
||||||
|
if (foldComment) {
|
||||||
|
for (unsigned int i=0; i<nComL; i++) {
|
||||||
|
Sci_Position chL = lineCurrent-(i+1);
|
||||||
|
if (chL < 0) {
|
||||||
|
comLineB[i] = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
GetIfLineComment(styler, isFixFormat, chL, comLineB[i], nComColB[i]);
|
||||||
|
if (!comLineB[i]) {
|
||||||
|
for (unsigned int j=i+1; j<nComL; j++) {
|
||||||
|
comLineB[j] = false;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (unsigned int i=0; i<nComL; i++) {
|
||||||
|
Sci_Position chL = lineCurrent+i+1;
|
||||||
|
if (chL >= nLineTotal) {
|
||||||
|
comLineF[i] = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
GetIfLineComment(styler, isFixFormat, chL, comLineF[i], nComColF[i]);
|
||||||
|
}
|
||||||
|
GetIfLineComment(styler, isFixFormat, lineCurrent, comLineCur, nComCur);
|
||||||
|
CheckBackComLines(styler, isFixFormat, lineCurrent, nComL, nComColB, nComColF, nComCur,
|
||||||
|
comLineB, comLineF, comLineCur);
|
||||||
|
}
|
||||||
|
int levelCurrent = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
||||||
|
|
||||||
/***************************************/
|
/***************************************/
|
||||||
Sci_Position lastStart = 0;
|
Sci_Position lastStart = 0;
|
||||||
char prevWord[32] = "";
|
char prevWord[32] = "";
|
||||||
|
|
@ -463,6 +659,11 @@ static void FoldFortranDoc(Sci_PositionU startPos, Sci_Position length, int init
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (atEOL) {
|
if (atEOL) {
|
||||||
|
if (foldComment) {
|
||||||
|
int ldNext;
|
||||||
|
CheckLevelCommentLine(nComL, nComColB, nComColF, nComCur, comLineB, comLineF, comLineCur, ldNext);
|
||||||
|
levelDeltaNext += ldNext;
|
||||||
|
}
|
||||||
int lev = levelCurrent;
|
int lev = levelCurrent;
|
||||||
if (visibleChars == 0 && foldCompact)
|
if (visibleChars == 0 && foldCompact)
|
||||||
lev |= SC_FOLDLEVELWHITEFLAG;
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
|
|
@ -477,6 +678,11 @@ static void FoldFortranDoc(Sci_PositionU startPos, Sci_Position length, int init
|
||||||
visibleChars = 0;
|
visibleChars = 0;
|
||||||
strcpy(prevWord, "");
|
strcpy(prevWord, "");
|
||||||
isPrevLine = false;
|
isPrevLine = false;
|
||||||
|
|
||||||
|
if (foldComment) {
|
||||||
|
StepCommentLine(styler, isFixFormat, lineCurrent, nComL, nComColB, nComColF, nComCur,
|
||||||
|
comLineB, comLineF, comLineCur);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/***************************************/
|
/***************************************/
|
||||||
if (!isspacechar(ch)) visibleChars++;
|
if (!isspacechar(ch)) visibleChars++;
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsGAPOperator(char ch) {
|
static inline bool IsGAPOperator(char ch) {
|
||||||
if (IsASCII(ch) && isalnum(ch)) return false;
|
if (IsASCII(ch) && isalnum(ch)) return false;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
|
// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
|
||||||
|
// @file LexGui4Cli.cxx
|
||||||
/*
|
/*
|
||||||
This is the Lexer for Gui4Cli, included in SciLexer.dll
|
This is the Lexer for Gui4Cli, included in SciLexer.dll
|
||||||
- by d. Keletsekis, 2/10/2003
|
- by d. Keletsekis, 2/10/2003
|
||||||
|
|
@ -39,9 +40,7 @@ val SCE_GC_OPERATOR=9
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#define debug Platform::DebugPrintf
|
#define debug Platform::DebugPrintf
|
||||||
|
|
||||||
|
|
@ -68,7 +67,7 @@ inline bool isGCOperator(int ch)
|
||||||
#define isFoldPoint(x) ((styler.LevelAt(x) & SC_FOLDLEVELNUMBERMASK) == 1024)
|
#define isFoldPoint(x) ((styler.LevelAt(x) & SC_FOLDLEVELNUMBERMASK) == 1024)
|
||||||
|
|
||||||
static void colorFirstWord(WordList *keywordlists[], Accessor &styler,
|
static void colorFirstWord(WordList *keywordlists[], Accessor &styler,
|
||||||
StyleContext *sc, char *buff, Sci_Position length, int)
|
StyleContext *sc, char *buff, Sci_Position length, Sci_Position)
|
||||||
{
|
{
|
||||||
Sci_Position c = 0;
|
Sci_Position c = 0;
|
||||||
while (sc->More() && isSpaceOrNL(sc->ch))
|
while (sc->More() && isSpaceOrNL(sc->ch))
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -26,6 +26,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
|
|
@ -41,10 +42,9 @@
|
||||||
#include "CharacterCategory.h"
|
#include "CharacterCategory.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
#include "OptionSet.h"
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// See https://github.com/ghc/ghc/blob/master/compiler/parser/Lexer.x#L1682
|
// See https://github.com/ghc/ghc/blob/master/compiler/parser/Lexer.x#L1682
|
||||||
// Note, letter modifiers are prohibited.
|
// Note, letter modifiers are prohibited.
|
||||||
|
|
@ -269,7 +269,7 @@ struct OptionSetHaskell : public OptionSet<OptionsHaskell> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LexerHaskell : public ILexer {
|
class LexerHaskell : public DefaultLexer {
|
||||||
bool literate;
|
bool literate;
|
||||||
Sci_Position firstImportLine;
|
Sci_Position firstImportLine;
|
||||||
int firstImportIndent;
|
int firstImportIndent;
|
||||||
|
|
@ -390,45 +390,50 @@ class LexerHaskell : public ILexer {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LexerHaskell(bool literate_)
|
LexerHaskell(bool literate_)
|
||||||
: literate(literate_)
|
: DefaultLexer(literate_ ? "literatehaskell" : "haskell", literate_ ? SCLEX_LITERATEHASKELL : SCLEX_HASKELL)
|
||||||
|
, literate(literate_)
|
||||||
, firstImportLine(-1)
|
, firstImportLine(-1)
|
||||||
, firstImportIndent(0)
|
, firstImportIndent(0)
|
||||||
{}
|
{}
|
||||||
virtual ~LexerHaskell() {}
|
virtual ~LexerHaskell() {}
|
||||||
|
|
||||||
void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD PropertyNames() {
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
return osHaskell.PropertyNames();
|
return osHaskell.PropertyNames();
|
||||||
}
|
}
|
||||||
|
|
||||||
int SCI_METHOD PropertyType(const char *name) {
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
return osHaskell.PropertyType(name);
|
return osHaskell.PropertyType(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * SCI_METHOD DescribeProperty(const char *name) {
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
return osHaskell.DescribeProperty(name);
|
return osHaskell.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
|
|
||||||
const char * SCI_METHOD DescribeWordListSets() {
|
const char * SCI_METHOD PropertyGet(const char *key) override {
|
||||||
|
return osHaskell.PropertyGet(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
return osHaskell.DescribeWordListSets();
|
return osHaskell.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
|
|
||||||
Sci_Position SCI_METHOD WordListSet(int n, const char *wl);
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
|
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
void * SCI_METHOD PrivateCall(int, void *) {
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -118,9 +118,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// prototypes for general helper functions
|
// prototypes for general helper functions
|
||||||
static inline bool IsNewline(const int ch);
|
static inline bool IsNewline(const int ch);
|
||||||
|
|
@ -651,7 +649,9 @@ static void ColouriseSrecDoc(Sci_PositionU startPos, Sci_Position length, int in
|
||||||
|
|
||||||
while (sc.More()) {
|
while (sc.More()) {
|
||||||
Sci_PositionU recStartPos;
|
Sci_PositionU recStartPos;
|
||||||
int byteCount, reqByteCount, addrFieldSize, addrFieldType, dataFieldSize, dataFieldType;
|
Sci_Position reqByteCount;
|
||||||
|
Sci_Position dataFieldSize;
|
||||||
|
int byteCount, addrFieldSize, addrFieldType, dataFieldType;
|
||||||
int cs1, cs2;
|
int cs1, cs2;
|
||||||
|
|
||||||
switch (sc.state) {
|
switch (sc.state) {
|
||||||
|
|
|
||||||
516
src/stc/scintilla/lexers/LexHollywood.cxx
Normal file
516
src/stc/scintilla/lexers/LexHollywood.cxx
Normal file
|
|
@ -0,0 +1,516 @@
|
||||||
|
// Scintilla source code edit control
|
||||||
|
/** @file LexHollywood.cxx
|
||||||
|
** Lexer for Hollywood
|
||||||
|
** Written by Andreas Falkenhahn, based on the BlitzBasic/PureBasic/Lua lexers
|
||||||
|
** Thanks to Nicholai Benalal
|
||||||
|
** For more information on Hollywood, see http://www.hollywood-mal.com/
|
||||||
|
** Mail me (andreas <at> airsoftsoftwair <dot> de) for any bugs.
|
||||||
|
** This code is subject to the same license terms as the rest of the Scintilla project:
|
||||||
|
** The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
**/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "WordList.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "StyleContext.h"
|
||||||
|
#include "CharacterSet.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
/* Bits:
|
||||||
|
* 1 - whitespace
|
||||||
|
* 2 - operator
|
||||||
|
* 4 - identifier
|
||||||
|
* 8 - decimal digit
|
||||||
|
* 16 - hex digit
|
||||||
|
* 32 - bin digit
|
||||||
|
* 64 - letter
|
||||||
|
*/
|
||||||
|
static int character_classification[128] =
|
||||||
|
{
|
||||||
|
0, // NUL ($0)
|
||||||
|
0, // SOH ($1)
|
||||||
|
0, // STX ($2)
|
||||||
|
0, // ETX ($3)
|
||||||
|
0, // EOT ($4)
|
||||||
|
0, // ENQ ($5)
|
||||||
|
0, // ACK ($6)
|
||||||
|
0, // BEL ($7)
|
||||||
|
0, // BS ($8)
|
||||||
|
1, // HT ($9)
|
||||||
|
1, // LF ($A)
|
||||||
|
0, // VT ($B)
|
||||||
|
0, // FF ($C)
|
||||||
|
1, // CR ($D)
|
||||||
|
0, // SO ($E)
|
||||||
|
0, // SI ($F)
|
||||||
|
0, // DLE ($10)
|
||||||
|
0, // DC1 ($11)
|
||||||
|
0, // DC2 ($12)
|
||||||
|
0, // DC3 ($13)
|
||||||
|
0, // DC4 ($14)
|
||||||
|
0, // NAK ($15)
|
||||||
|
0, // SYN ($16)
|
||||||
|
0, // ETB ($17)
|
||||||
|
0, // CAN ($18)
|
||||||
|
0, // EM ($19)
|
||||||
|
0, // SUB ($1A)
|
||||||
|
0, // ESC ($1B)
|
||||||
|
0, // FS ($1C)
|
||||||
|
0, // GS ($1D)
|
||||||
|
0, // RS ($1E)
|
||||||
|
0, // US ($1F)
|
||||||
|
1, // space ($20)
|
||||||
|
4, // ! ($21)
|
||||||
|
0, // " ($22)
|
||||||
|
0, // # ($23)
|
||||||
|
4, // $ ($24)
|
||||||
|
2, // % ($25)
|
||||||
|
2, // & ($26)
|
||||||
|
2, // ' ($27)
|
||||||
|
2, // ( ($28)
|
||||||
|
2, // ) ($29)
|
||||||
|
2, // * ($2A)
|
||||||
|
2, // + ($2B)
|
||||||
|
2, // , ($2C)
|
||||||
|
2, // - ($2D)
|
||||||
|
// NB: we treat "." as an identifier although it is also an operator and a decimal digit
|
||||||
|
// the reason why we treat it as an identifier is to support syntax highlighting for
|
||||||
|
// plugin commands which always use a "." in their names, e.g. pdf.OpenDocument();
|
||||||
|
// we handle the decimal digit case manually below so that 3.1415 and .123 is styled correctly
|
||||||
|
// the collateral damage of treating "." as an identifier is that "." is never styled
|
||||||
|
// SCE_HOLLYWOOD_OPERATOR
|
||||||
|
4, // . ($2E)
|
||||||
|
2, // / ($2F)
|
||||||
|
28, // 0 ($30)
|
||||||
|
28, // 1 ($31)
|
||||||
|
28, // 2 ($32)
|
||||||
|
28, // 3 ($33)
|
||||||
|
28, // 4 ($34)
|
||||||
|
28, // 5 ($35)
|
||||||
|
28, // 6 ($36)
|
||||||
|
28, // 7 ($37)
|
||||||
|
28, // 8 ($38)
|
||||||
|
28, // 9 ($39)
|
||||||
|
2, // : ($3A)
|
||||||
|
2, // ; ($3B)
|
||||||
|
2, // < ($3C)
|
||||||
|
2, // = ($3D)
|
||||||
|
2, // > ($3E)
|
||||||
|
2, // ? ($3F)
|
||||||
|
0, // @ ($40)
|
||||||
|
84, // A ($41)
|
||||||
|
84, // B ($42)
|
||||||
|
84, // C ($43)
|
||||||
|
84, // D ($44)
|
||||||
|
84, // E ($45)
|
||||||
|
84, // F ($46)
|
||||||
|
68, // G ($47)
|
||||||
|
68, // H ($48)
|
||||||
|
68, // I ($49)
|
||||||
|
68, // J ($4A)
|
||||||
|
68, // K ($4B)
|
||||||
|
68, // L ($4C)
|
||||||
|
68, // M ($4D)
|
||||||
|
68, // N ($4E)
|
||||||
|
68, // O ($4F)
|
||||||
|
68, // P ($50)
|
||||||
|
68, // Q ($51)
|
||||||
|
68, // R ($52)
|
||||||
|
68, // S ($53)
|
||||||
|
68, // T ($54)
|
||||||
|
68, // U ($55)
|
||||||
|
68, // V ($56)
|
||||||
|
68, // W ($57)
|
||||||
|
68, // X ($58)
|
||||||
|
68, // Y ($59)
|
||||||
|
68, // Z ($5A)
|
||||||
|
2, // [ ($5B)
|
||||||
|
2, // \ ($5C)
|
||||||
|
2, // ] ($5D)
|
||||||
|
2, // ^ ($5E)
|
||||||
|
68, // _ ($5F)
|
||||||
|
2, // ` ($60)
|
||||||
|
84, // a ($61)
|
||||||
|
84, // b ($62)
|
||||||
|
84, // c ($63)
|
||||||
|
84, // d ($64)
|
||||||
|
84, // e ($65)
|
||||||
|
84, // f ($66)
|
||||||
|
68, // g ($67)
|
||||||
|
68, // h ($68)
|
||||||
|
68, // i ($69)
|
||||||
|
68, // j ($6A)
|
||||||
|
68, // k ($6B)
|
||||||
|
68, // l ($6C)
|
||||||
|
68, // m ($6D)
|
||||||
|
68, // n ($6E)
|
||||||
|
68, // o ($6F)
|
||||||
|
68, // p ($70)
|
||||||
|
68, // q ($71)
|
||||||
|
68, // r ($72)
|
||||||
|
68, // s ($73)
|
||||||
|
68, // t ($74)
|
||||||
|
68, // u ($75)
|
||||||
|
68, // v ($76)
|
||||||
|
68, // w ($77)
|
||||||
|
68, // x ($78)
|
||||||
|
68, // y ($79)
|
||||||
|
68, // z ($7A)
|
||||||
|
2, // { ($7B)
|
||||||
|
2, // | ($7C)
|
||||||
|
2, // } ($7D)
|
||||||
|
2, // ~ ($7E)
|
||||||
|
0, //  ($7F)
|
||||||
|
};
|
||||||
|
|
||||||
|
static bool IsSpace(int c) {
|
||||||
|
return c < 128 && (character_classification[c] & 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool IsOperator(int c) {
|
||||||
|
return c < 128 && (character_classification[c] & 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool IsIdentifier(int c) {
|
||||||
|
return c < 128 && (character_classification[c] & 4);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool IsDigit(int c) {
|
||||||
|
return c < 128 && (character_classification[c] & 8);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool IsHexDigit(int c) {
|
||||||
|
return c < 128 && (character_classification[c] & 16);
|
||||||
|
}
|
||||||
|
|
||||||
|
static int LowerCase(int c)
|
||||||
|
{
|
||||||
|
if (c >= 'A' && c <= 'Z')
|
||||||
|
return 'a' + c - 'A';
|
||||||
|
return c;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int CheckHollywoodFoldPoint(char const *token) {
|
||||||
|
if (!strcmp(token, "function")) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
if (!strcmp(token, "endfunction")) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// An individual named option for use in an OptionSet
|
||||||
|
|
||||||
|
// Options used for LexerHollywood
|
||||||
|
struct OptionsHollywood {
|
||||||
|
bool fold;
|
||||||
|
bool foldCompact;
|
||||||
|
OptionsHollywood() {
|
||||||
|
fold = false;
|
||||||
|
foldCompact = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const hollywoodWordListDesc[] = {
|
||||||
|
"Hollywood keywords",
|
||||||
|
"Hollywood standard API functions",
|
||||||
|
"Hollywood plugin API functions",
|
||||||
|
"Hollywood plugin methods",
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
struct OptionSetHollywood : public OptionSet<OptionsHollywood> {
|
||||||
|
OptionSetHollywood(const char * const wordListDescriptions[]) {
|
||||||
|
DefineProperty("fold", &OptionsHollywood::fold);
|
||||||
|
DefineProperty("fold.compact", &OptionsHollywood::foldCompact);
|
||||||
|
DefineWordListSets(wordListDescriptions);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
class LexerHollywood : public DefaultLexer {
|
||||||
|
int (*CheckFoldPoint)(char const *);
|
||||||
|
WordList keywordlists[4];
|
||||||
|
OptionsHollywood options;
|
||||||
|
OptionSetHollywood osHollywood;
|
||||||
|
public:
|
||||||
|
LexerHollywood(int (*CheckFoldPoint_)(char const *), const char * const wordListDescriptions[]) :
|
||||||
|
DefaultLexer("hollywood", SCLEX_HOLLYWOOD),
|
||||||
|
CheckFoldPoint(CheckFoldPoint_),
|
||||||
|
osHollywood(wordListDescriptions) {
|
||||||
|
}
|
||||||
|
virtual ~LexerHollywood() {
|
||||||
|
}
|
||||||
|
void SCI_METHOD Release() override {
|
||||||
|
delete this;
|
||||||
|
}
|
||||||
|
int SCI_METHOD Version() const override {
|
||||||
|
return lvIdentity;
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD PropertyNames() override {
|
||||||
|
return osHollywood.PropertyNames();
|
||||||
|
}
|
||||||
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
|
return osHollywood.PropertyType(name);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
|
return osHollywood.DescribeProperty(name);
|
||||||
|
}
|
||||||
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override;
|
||||||
|
const char * SCI_METHOD PropertyGet(const char* key) override {
|
||||||
|
return osHollywood.PropertyGet(key);
|
||||||
|
}
|
||||||
|
const char * SCI_METHOD DescribeWordListSets() override {
|
||||||
|
return osHollywood.DescribeWordListSets();
|
||||||
|
}
|
||||||
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override;
|
||||||
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
|
void * SCI_METHOD PrivateCall(int, void *) override {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
static ILexer *LexerFactoryHollywood() {
|
||||||
|
return new LexerHollywood(CheckHollywoodFoldPoint, hollywoodWordListDesc);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerHollywood::PropertySet(const char *key, const char *val) {
|
||||||
|
if (osHollywood.PropertySet(&options, key, val)) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerHollywood::WordListSet(int n, const char *wl) {
|
||||||
|
WordList *wordListN = 0;
|
||||||
|
switch (n) {
|
||||||
|
case 0:
|
||||||
|
wordListN = &keywordlists[0];
|
||||||
|
break;
|
||||||
|
case 1:
|
||||||
|
wordListN = &keywordlists[1];
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
wordListN = &keywordlists[2];
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
wordListN = &keywordlists[3];
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
Sci_Position firstModification = -1;
|
||||||
|
if (wordListN) {
|
||||||
|
WordList wlNew;
|
||||||
|
wlNew.Set(wl);
|
||||||
|
if (*wordListN != wlNew) {
|
||||||
|
wordListN->Set(wl);
|
||||||
|
firstModification = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return firstModification;
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerHollywood::Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) {
|
||||||
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
|
styler.StartAt(startPos);
|
||||||
|
bool inString = false;
|
||||||
|
|
||||||
|
StyleContext sc(startPos, length, initStyle, styler);
|
||||||
|
|
||||||
|
// Can't use sc.More() here else we miss the last character
|
||||||
|
for (; ; sc.Forward())
|
||||||
|
{
|
||||||
|
if (sc.atLineStart) inString = false;
|
||||||
|
|
||||||
|
if (sc.ch == '\"' && sc.chPrev != '\\') inString = !inString;
|
||||||
|
|
||||||
|
if (sc.state == SCE_HOLLYWOOD_IDENTIFIER) {
|
||||||
|
if (!IsIdentifier(sc.ch)) {
|
||||||
|
char s[100];
|
||||||
|
int kstates[4] = {
|
||||||
|
SCE_HOLLYWOOD_KEYWORD,
|
||||||
|
SCE_HOLLYWOOD_STDAPI,
|
||||||
|
SCE_HOLLYWOOD_PLUGINAPI,
|
||||||
|
SCE_HOLLYWOOD_PLUGINMETHOD,
|
||||||
|
};
|
||||||
|
sc.GetCurrentLowered(s, sizeof(s));
|
||||||
|
for (int i = 0; i < 4; i++) {
|
||||||
|
if (keywordlists[i].InList(s)) {
|
||||||
|
sc.ChangeState(kstates[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
}
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_OPERATOR) {
|
||||||
|
|
||||||
|
// always reset to default on operators because otherwise
|
||||||
|
// comments won't be recognized in sequences like "+/* Hello*/"
|
||||||
|
// --> "+/*" would be recognized as a sequence of operators
|
||||||
|
|
||||||
|
// if (!IsOperator(sc.ch)) sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_PREPROCESSOR) {
|
||||||
|
if (!IsIdentifier(sc.ch))
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_CONSTANT) {
|
||||||
|
if (!IsIdentifier(sc.ch))
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_NUMBER) {
|
||||||
|
if (!IsDigit(sc.ch) && sc.ch != '.')
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_HEXNUMBER) {
|
||||||
|
if (!IsHexDigit(sc.ch))
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_STRING) {
|
||||||
|
if (sc.ch == '"') {
|
||||||
|
sc.ForwardSetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
}
|
||||||
|
if (sc.atLineEnd) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
}
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_COMMENT) {
|
||||||
|
if (sc.atLineEnd) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
}
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_COMMENTBLOCK) {
|
||||||
|
if (sc.Match("*/") && !inString) {
|
||||||
|
sc.Forward();
|
||||||
|
sc.ForwardSetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
}
|
||||||
|
} else if (sc.state == SCE_HOLLYWOOD_STRINGBLOCK) {
|
||||||
|
if (sc.Match("]]") && !inString) {
|
||||||
|
sc.Forward();
|
||||||
|
sc.ForwardSetState(SCE_HOLLYWOOD_DEFAULT);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sc.state == SCE_HOLLYWOOD_DEFAULT) {
|
||||||
|
if (sc.Match(';')) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_COMMENT);
|
||||||
|
} else if (sc.Match("/*")) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_COMMENTBLOCK);
|
||||||
|
sc.Forward();
|
||||||
|
} else if (sc.Match("[[")) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_STRINGBLOCK);
|
||||||
|
sc.Forward();
|
||||||
|
} else if (sc.Match('"')) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_STRING);
|
||||||
|
} else if (sc.Match('$')) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_HEXNUMBER);
|
||||||
|
} else if (sc.Match("0x") || sc.Match("0X")) { // must be before IsDigit() because of 0x
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_HEXNUMBER);
|
||||||
|
sc.Forward();
|
||||||
|
} else if (sc.ch == '.' && (sc.chNext >= '0' && sc.chNext <= '9')) { // ".1234" style numbers
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_NUMBER);
|
||||||
|
sc.Forward();
|
||||||
|
} else if (IsDigit(sc.ch)) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_NUMBER);
|
||||||
|
} else if (sc.Match('#')) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_CONSTANT);
|
||||||
|
} else if (sc.Match('@')) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_PREPROCESSOR);
|
||||||
|
} else if (IsOperator(sc.ch)) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_OPERATOR);
|
||||||
|
} else if (IsIdentifier(sc.ch)) {
|
||||||
|
sc.SetState(SCE_HOLLYWOOD_IDENTIFIER);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!sc.More())
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
sc.Complete();
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerHollywood::Fold(Sci_PositionU startPos, Sci_Position length, int /* initStyle */, IDocument *pAccess) {
|
||||||
|
|
||||||
|
if (!options.fold)
|
||||||
|
return;
|
||||||
|
|
||||||
|
LexAccessor styler(pAccess);
|
||||||
|
|
||||||
|
Sci_PositionU lengthDoc = startPos + length;
|
||||||
|
int visibleChars = 0;
|
||||||
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
|
int levelPrev = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
||||||
|
int levelCurrent = levelPrev;
|
||||||
|
char chNext = styler[startPos];
|
||||||
|
int styleNext = styler.StyleAt(startPos);
|
||||||
|
int done = 0;
|
||||||
|
char word[256];
|
||||||
|
int wordlen = 0;
|
||||||
|
|
||||||
|
for (Sci_PositionU i = startPos; i < lengthDoc; i++) {
|
||||||
|
char ch = chNext;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
int style = styleNext;
|
||||||
|
styleNext = styler.StyleAt(i + 1);
|
||||||
|
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
||||||
|
if (!done) {
|
||||||
|
if (wordlen) { // are we scanning a token already?
|
||||||
|
word[wordlen] = static_cast<char>(LowerCase(ch));
|
||||||
|
if (!IsIdentifier(ch)) { // done with token
|
||||||
|
word[wordlen] = '\0';
|
||||||
|
levelCurrent += CheckFoldPoint(word);
|
||||||
|
done = 1;
|
||||||
|
} else if (wordlen < 255) {
|
||||||
|
wordlen++;
|
||||||
|
}
|
||||||
|
} else { // start scanning at first non-whitespace character
|
||||||
|
if (!IsSpace(ch)) {
|
||||||
|
if (style != SCE_HOLLYWOOD_COMMENTBLOCK && IsIdentifier(ch)) {
|
||||||
|
word[0] = static_cast<char>(LowerCase(ch));
|
||||||
|
wordlen = 1;
|
||||||
|
} else // done with this line
|
||||||
|
done = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (atEOL) {
|
||||||
|
int lev = levelPrev;
|
||||||
|
if (visibleChars == 0 && options.foldCompact) {
|
||||||
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
|
}
|
||||||
|
if ((levelCurrent > levelPrev) && (visibleChars > 0)) {
|
||||||
|
lev |= SC_FOLDLEVELHEADERFLAG;
|
||||||
|
}
|
||||||
|
if (lev != styler.LevelAt(lineCurrent)) {
|
||||||
|
styler.SetLevel(lineCurrent, lev);
|
||||||
|
}
|
||||||
|
lineCurrent++;
|
||||||
|
levelPrev = levelCurrent;
|
||||||
|
visibleChars = 0;
|
||||||
|
done = 0;
|
||||||
|
wordlen = 0;
|
||||||
|
}
|
||||||
|
if (!IsSpace(ch)) {
|
||||||
|
visibleChars++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Fill in the real level of the next line, keeping the current flags as they will be filled in later
|
||||||
|
|
||||||
|
int flagsNext = styler.LevelAt(lineCurrent) & ~SC_FOLDLEVELNUMBERMASK;
|
||||||
|
styler.SetLevel(lineCurrent, levelPrev | flagsNext);
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerModule lmHollywood(SCLEX_HOLLYWOOD, LexerHollywood::LexerFactoryHollywood, "hollywood", hollywoodWordListDesc);
|
||||||
71
src/stc/scintilla/lexers/LexIndent.cxx
Normal file
71
src/stc/scintilla/lexers/LexIndent.cxx
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
// Scintilla source code edit control
|
||||||
|
/** @file LexIndent.cxx
|
||||||
|
** Lexer for no language. Used for indentation-based folding of files.
|
||||||
|
**/
|
||||||
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "WordList.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "Accessor.h"
|
||||||
|
#include "StyleContext.h"
|
||||||
|
#include "CharacterSet.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
static void ColouriseIndentDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *[],
|
||||||
|
Accessor &styler) {
|
||||||
|
// Indent language means all style bytes are 0 so just mark the end - no need to fill in.
|
||||||
|
if (length > 0) {
|
||||||
|
styler.StartAt(startPos + length - 1);
|
||||||
|
styler.StartSegment(startPos + length - 1);
|
||||||
|
styler.ColourTo(startPos + length - 1, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static void FoldIndentDoc(Sci_PositionU startPos, Sci_Position length, int /* initStyle */, WordList *[], Accessor &styler) {
|
||||||
|
int visibleCharsCurrent, visibleCharsNext;
|
||||||
|
int levelCurrent, levelNext;
|
||||||
|
Sci_PositionU i, lineEnd;
|
||||||
|
Sci_PositionU lengthDoc = startPos + length;
|
||||||
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
|
|
||||||
|
i = styler.LineStart(lineCurrent );
|
||||||
|
lineEnd = styler.LineStart(lineCurrent+1)-1;
|
||||||
|
if(lineEnd>=lengthDoc) lineEnd = lengthDoc-1;
|
||||||
|
while(styler[lineEnd]=='\n' || styler[lineEnd]=='\r') lineEnd--;
|
||||||
|
for(visibleCharsCurrent=0, levelCurrent=SC_FOLDLEVELBASE; !visibleCharsCurrent && i<=lineEnd; i++){
|
||||||
|
if(isspacechar(styler[i])) levelCurrent++;
|
||||||
|
else visibleCharsCurrent=1;
|
||||||
|
}
|
||||||
|
|
||||||
|
for(; i<lengthDoc; lineCurrent++) {
|
||||||
|
i = styler.LineStart(lineCurrent+1);
|
||||||
|
lineEnd = styler.LineStart(lineCurrent+2)-1;
|
||||||
|
if(lineEnd>=lengthDoc) lineEnd = lengthDoc-1;
|
||||||
|
while(styler[lineEnd]=='\n' || styler[lineEnd]=='\r') lineEnd--;
|
||||||
|
for(visibleCharsNext=0, levelNext=SC_FOLDLEVELBASE; !visibleCharsNext && i<=lineEnd; i++){
|
||||||
|
if(isspacechar(styler[i])) levelNext++;
|
||||||
|
else visibleCharsNext=1;
|
||||||
|
}
|
||||||
|
int lev = levelCurrent;
|
||||||
|
if(!visibleCharsCurrent) lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
|
else if(levelNext > levelCurrent) lev |= SC_FOLDLEVELHEADERFLAG;
|
||||||
|
styler.SetLevel(lineCurrent, lev);
|
||||||
|
levelCurrent = levelNext;
|
||||||
|
visibleCharsCurrent = visibleCharsNext;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerModule lmIndent(SCLEX_INDENT, ColouriseIndentDoc, "indent", FoldIndentDoc);
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static void ColouriseInnoDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *keywordLists[], Accessor &styler) {
|
static void ColouriseInnoDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *keywordLists[], Accessor &styler) {
|
||||||
int state = SCE_INNO_DEFAULT;
|
int state = SCE_INNO_DEFAULT;
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,9 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
#include "OptionSet.h"
|
#include "OptionSet.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static const char *const JSONWordListDesc[] = {
|
static const char *const JSONWordListDesc[] = {
|
||||||
"JSON Keywords",
|
"JSON Keywords",
|
||||||
|
|
@ -128,7 +127,7 @@ struct OptionSetJSON : public OptionSet<OptionsJSON> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LexerJSON : public ILexer {
|
class LexerJSON : public DefaultLexer {
|
||||||
OptionsJSON options;
|
OptionsJSON options;
|
||||||
OptionSetJSON optSetJSON;
|
OptionSetJSON optSetJSON;
|
||||||
EscapeSequence escapeSeq;
|
EscapeSequence escapeSeq;
|
||||||
|
|
@ -202,34 +201,38 @@ class LexerJSON : public ILexer {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LexerJSON() :
|
LexerJSON() :
|
||||||
|
DefaultLexer("json", SCLEX_JSON),
|
||||||
setOperators(CharacterSet::setNone, "[{}]:,"),
|
setOperators(CharacterSet::setNone, "[{}]:,"),
|
||||||
setURL(CharacterSet::setAlphaNum, "-._~:/?#[]@!$&'()*+,),="),
|
setURL(CharacterSet::setAlphaNum, "-._~:/?#[]@!$&'()*+,),="),
|
||||||
setKeywordJSONLD(CharacterSet::setAlpha, ":@"),
|
setKeywordJSONLD(CharacterSet::setAlpha, ":@"),
|
||||||
setKeywordJSON(CharacterSet::setAlpha, "$_") {
|
setKeywordJSON(CharacterSet::setAlpha, "$_") {
|
||||||
}
|
}
|
||||||
virtual ~LexerJSON() {}
|
virtual ~LexerJSON() {}
|
||||||
virtual int SCI_METHOD Version() const {
|
int SCI_METHOD Version() const override {
|
||||||
return lvOriginal;
|
return lvIdentity;
|
||||||
}
|
}
|
||||||
virtual void SCI_METHOD Release() {
|
void SCI_METHOD Release() override {
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
virtual const char *SCI_METHOD PropertyNames() {
|
const char *SCI_METHOD PropertyNames() override {
|
||||||
return optSetJSON.PropertyNames();
|
return optSetJSON.PropertyNames();
|
||||||
}
|
}
|
||||||
virtual int SCI_METHOD PropertyType(const char *name) {
|
int SCI_METHOD PropertyType(const char *name) override {
|
||||||
return optSetJSON.PropertyType(name);
|
return optSetJSON.PropertyType(name);
|
||||||
}
|
}
|
||||||
virtual const char *SCI_METHOD DescribeProperty(const char *name) {
|
const char *SCI_METHOD DescribeProperty(const char *name) override {
|
||||||
return optSetJSON.DescribeProperty(name);
|
return optSetJSON.DescribeProperty(name);
|
||||||
}
|
}
|
||||||
virtual Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) {
|
Sci_Position SCI_METHOD PropertySet(const char *key, const char *val) override {
|
||||||
if (optSetJSON.PropertySet(&options, key, val)) {
|
if (optSetJSON.PropertySet(&options, key, val)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
virtual Sci_Position SCI_METHOD WordListSet(int n, const char *wl) {
|
const char * SCI_METHOD PropertyGet(const char *key) override {
|
||||||
|
return optSetJSON.PropertyGet(key);
|
||||||
|
}
|
||||||
|
Sci_Position SCI_METHOD WordListSet(int n, const char *wl) override {
|
||||||
WordList *wordListN = 0;
|
WordList *wordListN = 0;
|
||||||
switch (n) {
|
switch (n) {
|
||||||
case 0:
|
case 0:
|
||||||
|
|
@ -250,23 +253,23 @@ class LexerJSON : public ILexer {
|
||||||
}
|
}
|
||||||
return firstModification;
|
return firstModification;
|
||||||
}
|
}
|
||||||
virtual void *SCI_METHOD PrivateCall(int, void *) {
|
void *SCI_METHOD PrivateCall(int, void *) override {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static ILexer *LexerFactoryJSON() {
|
static ILexer *LexerFactoryJSON() {
|
||||||
return new LexerJSON;
|
return new LexerJSON;
|
||||||
}
|
}
|
||||||
virtual const char *SCI_METHOD DescribeWordListSets() {
|
const char *SCI_METHOD DescribeWordListSets() override {
|
||||||
return optSetJSON.DescribeWordListSets();
|
return optSetJSON.DescribeWordListSets();
|
||||||
}
|
}
|
||||||
virtual void SCI_METHOD Lex(Sci_PositionU startPos,
|
void SCI_METHOD Lex(Sci_PositionU startPos,
|
||||||
Sci_Position length,
|
Sci_Position length,
|
||||||
int initStyle,
|
int initStyle,
|
||||||
IDocument *pAccess);
|
IDocument *pAccess) override;
|
||||||
virtual void SCI_METHOD Fold(Sci_PositionU startPos,
|
void SCI_METHOD Fold(Sci_PositionU startPos,
|
||||||
Sci_Position length,
|
Sci_Position length,
|
||||||
int initStyle,
|
int initStyle,
|
||||||
IDocument *pAccess);
|
IDocument *pAccess) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
void SCI_METHOD LexerJSON::Lex(Sci_PositionU startPos,
|
void SCI_METHOD LexerJSON::Lex(Sci_PositionU startPos,
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* KVIrc Script syntactic rules: http://www.kvirc.net/doc/doc_syntactic_rules.html */
|
/* KVIrc Script syntactic rules: http://www.kvirc.net/doc/doc_syntactic_rules.html */
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Extended to accept accented characters
|
// Extended to accept accented characters
|
||||||
static inline bool IsAWordChar(int ch) {
|
static inline bool IsAWordChar(int ch) {
|
||||||
|
|
|
||||||
968
src/stc/scintilla/lexers/LexLPeg.cxx
Normal file
968
src/stc/scintilla/lexers/LexLPeg.cxx
Normal file
|
|
@ -0,0 +1,968 @@
|
||||||
|
/**
|
||||||
|
* Copyright 2006-2020 Mitchell mitchell.att.foicica.com. See License.txt.
|
||||||
|
*
|
||||||
|
* Lua-powered dynamic language lexer for Scintilla.
|
||||||
|
*
|
||||||
|
* For documentation on writing lexers, see *../doc/LPegLexer.html*.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if LPEG_LEXER
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
#if CURSES
|
||||||
|
#include <curses.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <set>
|
||||||
|
#include <sstream>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#if !_WIN32
|
||||||
|
#include <dirent.h>
|
||||||
|
#else
|
||||||
|
#include <io.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "PropSetSimple.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
#include "lua.h"
|
||||||
|
#include "lualib.h"
|
||||||
|
#include "lauxlib.h"
|
||||||
|
LUALIB_API int luaopen_lpeg(lua_State *L);
|
||||||
|
}
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
|
#define RECORD_STACK_TOP(l) int orig_stack_top = lua_gettop(l)
|
||||||
|
#define ASSERT_STACK_TOP(l) assert(lua_gettop(l) == orig_stack_top)
|
||||||
|
#else
|
||||||
|
#define RECORD_STACK_TOP(_) (void)0
|
||||||
|
#define ASSERT_STACK_TOP(_) (void)0
|
||||||
|
#endif
|
||||||
|
#if LUA_VERSION_NUM < 502
|
||||||
|
#define luaL_traceback(_,__,___,____) (void)0
|
||||||
|
#define luaL_requiref(l, s, f, _) \
|
||||||
|
(lua_pushcfunction(l, f), lua_pushstring(l, s), lua_call(l, 1, 1))
|
||||||
|
#define lua_rawlen lua_objlen
|
||||||
|
#define LUA_OK 0
|
||||||
|
#define lua_rawgetp(l, i, p) \
|
||||||
|
(lua_pushlightuserdata(l, p), lua_rawget(l, i), lua_type(l, -1))
|
||||||
|
#define lua_rawsetp(l, i, p) \
|
||||||
|
(lua_pushlightuserdata(l, p), lua_insert(l, -2), lua_rawset(l, i))
|
||||||
|
#endif
|
||||||
|
#if LUA_VERSION_NUM < 503
|
||||||
|
#define lua_getfield(l, i, k) (lua_getfield(l, i, k), lua_type(l, -1))
|
||||||
|
#define lua_rawget(l, i) (lua_rawget(l, i), lua_type(l, -1))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** The LPeg Scintilla lexer. */
|
||||||
|
class LexerLPeg : public DefaultLexer {
|
||||||
|
// Lexer property keys.
|
||||||
|
const char * const LexerErrorKey = "lexer.lpeg.error";
|
||||||
|
const char * const LexerHomeKey = "lexer.lpeg.home";
|
||||||
|
const char * const LexerNameKey = "lexer.lpeg.name";
|
||||||
|
const char * const LexerThemeKey = "lexer.lpeg.color.theme";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The lexer's Lua state.
|
||||||
|
* It is cleared each time the lexer language changes unless `ownLua` is
|
||||||
|
* `true`.
|
||||||
|
*/
|
||||||
|
lua_State *L;
|
||||||
|
/**
|
||||||
|
* The flag indicating whether or not the Lua State is owned by the lexer.
|
||||||
|
*/
|
||||||
|
bool ownLua = true;
|
||||||
|
/**
|
||||||
|
* The set of properties for the lexer.
|
||||||
|
* The LexerHomeKey and LexerNameKey properties must be defined before running
|
||||||
|
* the lexer.
|
||||||
|
*/
|
||||||
|
PropSetSimple props;
|
||||||
|
/** The function to send Scintilla messages with. */
|
||||||
|
SciFnDirect SS = nullptr;
|
||||||
|
/** The Scintilla object the lexer belongs to. */
|
||||||
|
sptr_t sci = 0;
|
||||||
|
/**
|
||||||
|
* The flag indicating whether or not the lexer needs to be re-initialized.
|
||||||
|
* Re-initialization is required after the lexer language changes.
|
||||||
|
*/
|
||||||
|
bool reinit = true;
|
||||||
|
/**
|
||||||
|
* The flag indicating whether or not the lexer language has embedded lexers.
|
||||||
|
*/
|
||||||
|
bool multilang = false;
|
||||||
|
/**
|
||||||
|
* The list of style numbers considered to be whitespace styles.
|
||||||
|
* This is used in multi-language lexers when backtracking to whitespace to
|
||||||
|
* determine which lexer grammar to use.
|
||||||
|
*/
|
||||||
|
bool ws[STYLE_MAX + 1];
|
||||||
|
/** List of known lexer names. */
|
||||||
|
std::set<std::string> lexerNames;
|
||||||
|
/** Style name to return for `NameOfStyle()`. */
|
||||||
|
std::string styleName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Searches the given directory for lexers and records their names.
|
||||||
|
* @param path Path to a directory containing lexers.
|
||||||
|
*/
|
||||||
|
void ReadLexerNames(const char *path);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the given error message or a Lua error message, prints it, and clears
|
||||||
|
* the stack.
|
||||||
|
* Error messages are logged to the LexerErrorKey property.
|
||||||
|
* @param L The Lua State.
|
||||||
|
* @param str The error message to log and print. If `nullptr`, logs and
|
||||||
|
* prints the Lua error message at the top of the stack.
|
||||||
|
*/
|
||||||
|
void LogError(lua_State *L, const char *str = nullptr);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Parses the given style string to set the properties for the given style
|
||||||
|
* number.
|
||||||
|
* Style strings mimic SciTE's "style.*.stylenumber" properties.
|
||||||
|
* (https://scintilla.org/SciTEDoc.html)
|
||||||
|
* @param num The style number to set properties for.
|
||||||
|
* @param style The style string containing properties to set.
|
||||||
|
*/
|
||||||
|
void SetStyle(int num, const char *style);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Iterates through the lexer's `_TOKENSTYLES`, setting the style properties
|
||||||
|
* for all defined styles.
|
||||||
|
*/
|
||||||
|
void SetStyles();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initializes the lexer once the LexerHomeKey and LexerNameKey properties are
|
||||||
|
* set.
|
||||||
|
*/
|
||||||
|
bool Init();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When *lparam* is `0`, returns the size of the buffer needed to store the
|
||||||
|
* given string *str* in; otherwise copies *str* into the buffer *lparam* and
|
||||||
|
* returns the number of bytes copied.
|
||||||
|
* @param lparam `0` to get the number of bytes needed to store *str* or a
|
||||||
|
* pointer to a buffer large enough to copy *str* into.
|
||||||
|
* @param str The string to copy.
|
||||||
|
* @return number of bytes needed to hold *str*
|
||||||
|
*/
|
||||||
|
void *StringResult(long lparam, const char *str);
|
||||||
|
|
||||||
|
public:
|
||||||
|
/** Constructor. */
|
||||||
|
LexerLPeg();
|
||||||
|
|
||||||
|
/** Destructor. */
|
||||||
|
virtual ~LexerLPeg() = default;
|
||||||
|
|
||||||
|
/** Destroys the lexer object. */
|
||||||
|
void SCI_METHOD Release() override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Lexes the Scintilla document.
|
||||||
|
* @param startPos The position in the document to start lexing at.
|
||||||
|
* @param lengthDoc The number of bytes in the document to lex.
|
||||||
|
* @param initStyle The initial style at position *startPos* in the document.
|
||||||
|
* @param buffer The document interface.
|
||||||
|
*/
|
||||||
|
void SCI_METHOD Lex(
|
||||||
|
Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle,
|
||||||
|
IDocument *buffer) override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Folds the Scintilla document.
|
||||||
|
* @param startPos The position in the document to start folding at.
|
||||||
|
* @param lengthDoc The number of bytes in the document to fold.
|
||||||
|
* @param initStyle The initial style at position *startPos* in the document.
|
||||||
|
* @param buffer The document interface.
|
||||||
|
*/
|
||||||
|
void SCI_METHOD Fold(
|
||||||
|
Sci_PositionU startPos, Sci_Position lengthDoc, int, IDocument *buffer)
|
||||||
|
override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the *key* lexer property to *value*.
|
||||||
|
* If *key* starts with "style.", also set the style for the token.
|
||||||
|
* @param key The string property key.
|
||||||
|
* @param val The string value.
|
||||||
|
*/
|
||||||
|
Sci_Position SCI_METHOD PropertySet(
|
||||||
|
const char *key, const char *value) override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allows for direct communication between the application and the lexer.
|
||||||
|
* The application uses this to set `SS`, `sci`, `L`, and lexer properties,
|
||||||
|
* and to retrieve style names.
|
||||||
|
* @param code The communication code.
|
||||||
|
* @param arg The argument.
|
||||||
|
* @return void *data
|
||||||
|
*/
|
||||||
|
void * SCI_METHOD PrivateCall(int code, void *arg) override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the style name for the given style number.
|
||||||
|
* Note: the returned pointer is not guaranteed to exist after the next call
|
||||||
|
* to `NameOfStyle()`, so its contents should be immediately copied.
|
||||||
|
* @param style The style number to get the style name for.
|
||||||
|
* @return style name or nullptr
|
||||||
|
*/
|
||||||
|
const char * SCI_METHOD NameOfStyle(int style) override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the lexer property for *key*.
|
||||||
|
* @param key The string property key.
|
||||||
|
*/
|
||||||
|
const char * SCI_METHOD PropertyGet(const char *key) override;
|
||||||
|
|
||||||
|
/** Constructs a new instance of the lexer. */
|
||||||
|
static ILexer *LexerFactoryLPeg();
|
||||||
|
};
|
||||||
|
|
||||||
|
/** Lua pcall error message handler that adds a traceback. */
|
||||||
|
static int lua_error_handler(lua_State *L) {
|
||||||
|
luaL_traceback(L, L, lua_tostring(L, -1), 1);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** lexer.property[key] metamethod. */
|
||||||
|
static int lexer_property_index(lua_State *L) {
|
||||||
|
const char *property = lua_tostring(L, lua_upvalueindex(1));
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
LexerLPeg *lexer = reinterpret_cast<LexerLPeg *>(lua_touserdata(L, -1));
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, lua_touserdata(L, -1));
|
||||||
|
lua_getfield(L, -1, "_BUFFER");
|
||||||
|
auto buffer = static_cast<IDocument *>(lua_touserdata(L, -1));
|
||||||
|
if (strcmp(property, "fold_level") == 0) {
|
||||||
|
luaL_argcheck(L, buffer, 1, "must be lexing or folding");
|
||||||
|
lua_pushinteger(L, buffer->GetLevel(luaL_checkinteger(L, 2) - 1));
|
||||||
|
} else if (strcmp(property, "indent_amount") == 0) {
|
||||||
|
luaL_argcheck(L, buffer, 1, "must be lexing or folding");
|
||||||
|
lua_pushinteger(L, buffer->GetLineIndentation(luaL_checkinteger(L, 2) - 1));
|
||||||
|
} else if (strcmp(property, "property") == 0) {
|
||||||
|
lua_pushstring(L, lexer->PropertyGet(luaL_checkstring(L, 2)));
|
||||||
|
} else if (strcmp(property, "property_int") == 0) {
|
||||||
|
lua_pushstring(L, lexer->PropertyGet(luaL_checkstring(L, 2)));
|
||||||
|
lua_pushinteger(L, lua_tointeger(L, -1));
|
||||||
|
} else if (strcmp(property, "style_at") == 0) {
|
||||||
|
luaL_argcheck(L, buffer, 1, "must be lexing or folding");
|
||||||
|
int style = buffer->StyleAt(luaL_checkinteger(L, 2) - 1);
|
||||||
|
lua_getfield(L, 4, "_TOKENSTYLES");
|
||||||
|
for (lua_pushnil(L); lua_next(L, -2); lua_pop(L, 1))
|
||||||
|
if (luaL_checkinteger(L, -1) - 1 == style) break;
|
||||||
|
lua_pop(L, 1); // style_num, leaving name on top
|
||||||
|
} else if (strcmp(property, "line_state") == 0) {
|
||||||
|
luaL_argcheck(L, buffer, 1, "must be lexing or folding");
|
||||||
|
lua_pushinteger(L, buffer->GetLineState(luaL_checkinteger(L, 2) - 1));
|
||||||
|
}
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** lexer.property[key] = value metamethod. */
|
||||||
|
static int lexer_property_newindex(lua_State *L) {
|
||||||
|
const char *property = lua_tostring(L, lua_upvalueindex(1));
|
||||||
|
luaL_argcheck(
|
||||||
|
L, strcmp(property, "fold_level") != 0 &&
|
||||||
|
strcmp(property, "indent_amount") != 0 &&
|
||||||
|
strcmp(property, "property_int") != 0 &&
|
||||||
|
strcmp(property, "style_at") != 0 &&
|
||||||
|
strcmp(property, "line_from_position") != 0, 3, "read-only property");
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
LexerLPeg *lexer = reinterpret_cast<LexerLPeg *>(lua_touserdata(L, -1));
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, lua_touserdata(L, -1));
|
||||||
|
if (strcmp(property, "property") == 0)
|
||||||
|
lexer->PropertySet(luaL_checkstring(L, 2), luaL_checkstring(L, 3));
|
||||||
|
else if (strcmp(property, "line_state") == 0) {
|
||||||
|
luaL_argcheck(
|
||||||
|
L, lua_getfield(L, -1, "_BUFFER"), 1, "must be lexing or folding");
|
||||||
|
auto buffer = static_cast<IDocument *>(lua_touserdata(L, -1));
|
||||||
|
buffer->SetLineState(luaL_checkinteger(L, 2) - 1, luaL_checkinteger(L, 3));
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** The lexer's `line_from_position` Lua function. */
|
||||||
|
static int line_from_position(lua_State *L) {
|
||||||
|
auto buffer = static_cast<IDocument *>(
|
||||||
|
lua_touserdata(L, lua_upvalueindex(1)));
|
||||||
|
lua_pushinteger(L, buffer->LineFromPosition(luaL_checkinteger(L, 1) - 1) + 1);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** lexer.property metamethod. */
|
||||||
|
static int lexer_index(lua_State *L) {
|
||||||
|
const char *key = lua_tostring(L, 2);
|
||||||
|
if (strcmp(key, "fold_level") == 0 || strcmp(key, "indent_amount") == 0 ||
|
||||||
|
strcmp(key, "property") == 0 || strcmp(key, "property_int") == 0 ||
|
||||||
|
strcmp(key, "style_at") == 0 || strcmp(key, "line_state") == 0) {
|
||||||
|
lua_newtable(L);
|
||||||
|
lua_createtable(L, 0, 2);
|
||||||
|
lua_pushvalue(L, 2), lua_pushcclosure(L, lexer_property_index, 1);
|
||||||
|
lua_setfield(L, -2, "__index");
|
||||||
|
lua_pushvalue(L, 2), lua_pushcclosure(L, lexer_property_newindex, 1);
|
||||||
|
lua_setfield(L, -2, "__newindex");
|
||||||
|
lua_setmetatable(L, -2);
|
||||||
|
} else if (strcmp(key, "line_from_position") == 0) {
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, lua_touserdata(L, -1));
|
||||||
|
luaL_argcheck(
|
||||||
|
L, lua_getfield(L, -1, "_BUFFER"), 2, "must be lexing or folding");
|
||||||
|
lua_pushcclosure(L, line_from_position, 1);
|
||||||
|
} else if (strncmp(key, "fold", 4) == 0) {
|
||||||
|
// Alias lexer.fold* to lexer.property['fold*'].
|
||||||
|
if (strcmp(key, "folding") == 0) key = "fold"; // lexer.fold() exists
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
LexerLPeg *lexer = reinterpret_cast<LexerLPeg *>(lua_touserdata(L, -1));
|
||||||
|
const char *value = lexer->PropertyGet(luaL_gsub(L, key, "_", "."));
|
||||||
|
lua_pushboolean(L, strcmp(value, "1") == 0);
|
||||||
|
} else lua_rawget(L, 1);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** lexer.property = value metamethod. */
|
||||||
|
static int lexer_newindex(lua_State *L) {
|
||||||
|
const char *key = lua_tostring(L, 2);
|
||||||
|
luaL_argcheck(
|
||||||
|
L, strcmp(key, "fold_level") != 0 && strcmp(key, "indent_amount") != 0 &&
|
||||||
|
strcmp(key, "property") != 0 && strcmp(key, "property_int") != 0 &&
|
||||||
|
strcmp(key, "style_at") != 0 && strcmp(key, "line_state") != 0 &&
|
||||||
|
strcmp(key, "line_from_position") != 0, 3, "read-only property");
|
||||||
|
if (strncmp(key, "fold", 4) == 0 && strcmp(key, "fold_level") != 0) {
|
||||||
|
// Alias lexer.fold* to lexer.property['fold*'].
|
||||||
|
if (strcmp(key, "folding") == 0) key = "fold"; // lexer.fold() exists
|
||||||
|
key = luaL_gsub(L, key, "_", ".");
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
LexerLPeg *lexer = reinterpret_cast<LexerLPeg *>(lua_touserdata(L, -1));
|
||||||
|
if (lua_toboolean(L, 3))
|
||||||
|
lexer->PropertySet(
|
||||||
|
key, (!lua_isnumber(L, 3) || lua_tonumber(L, 3) == 1) ? "1" : "0");
|
||||||
|
else
|
||||||
|
lexer->PropertySet(key, "0");
|
||||||
|
} else lua_rawset(L, 1);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replaces the string property key the top of the stack with its expanded
|
||||||
|
* value.
|
||||||
|
* Invokes `lexer.property_expanded[]` to perform the expansion.
|
||||||
|
* @param L The Lua State.
|
||||||
|
*/
|
||||||
|
static void expand_property(lua_State *L) {
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED"), lua_getfield(L, -1, "lexer");
|
||||||
|
lua_getfield(L, -1, "property_expanded");
|
||||||
|
lua_pushvalue(L, -4), lua_gettable(L, -2), lua_replace(L, -5);
|
||||||
|
lua_pop(L, 3); // property_expanded, lexer, _LOADED
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
}
|
||||||
|
|
||||||
|
void LexerLPeg::ReadLexerNames(const char *path) {
|
||||||
|
#if !_WIN32
|
||||||
|
DIR *dir = opendir(path);
|
||||||
|
if (!dir) return;
|
||||||
|
struct dirent *entry;
|
||||||
|
while ((entry = readdir(dir))) {
|
||||||
|
char *p = strstr(entry->d_name, ".lua");
|
||||||
|
if (p) lexerNames.emplace(entry->d_name, p - entry->d_name);
|
||||||
|
}
|
||||||
|
closedir(dir);
|
||||||
|
#else
|
||||||
|
struct _finddata_t file;
|
||||||
|
std::string glob(path);
|
||||||
|
glob += "/*";
|
||||||
|
intptr_t handle = _findfirst(glob.c_str(), &file);
|
||||||
|
if (handle == -1) return;
|
||||||
|
do {
|
||||||
|
char *p = strstr(file.name, ".lua");
|
||||||
|
if (p) lexerNames.emplace(file.name, p - file.name);
|
||||||
|
} while (_findnext(handle, &file) != -1);
|
||||||
|
_findclose(handle);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
void LexerLPeg::LogError(lua_State *L, const char *str) {
|
||||||
|
const char *value = str ? str : lua_tostring(L, -1);
|
||||||
|
PropertySet(LexerErrorKey, value);
|
||||||
|
fprintf(stderr, "Lua Error: %s.\n", value);
|
||||||
|
lua_settop(L, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
void LexerLPeg::SetStyle(int num, const char *style) {
|
||||||
|
auto style_copy = static_cast<char *>(malloc(strlen(style) + 1));
|
||||||
|
char *key = strcpy(style_copy, style), *next = nullptr, *val = nullptr;
|
||||||
|
while (key) {
|
||||||
|
if ((next = strchr(key, ','))) *next++ = '\0';
|
||||||
|
if ((val = strchr(key, ':'))) *val++ = '\0';
|
||||||
|
if (strcmp(key, "font") == 0 && val)
|
||||||
|
SS(sci, SCI_STYLESETFONT, num, reinterpret_cast<sptr_t>(val));
|
||||||
|
else if (strcmp(key, "size") == 0 && val)
|
||||||
|
SS(sci, SCI_STYLESETSIZE, num, static_cast<int>(atoi(val)));
|
||||||
|
else if (strcmp(key, "bold") == 0 || strcmp(key, "notbold") == 0 ||
|
||||||
|
strcmp(key, "weight") == 0) {
|
||||||
|
#if !CURSES
|
||||||
|
int weight = SC_WEIGHT_NORMAL;
|
||||||
|
if (*key == 'b')
|
||||||
|
weight = SC_WEIGHT_BOLD;
|
||||||
|
else if (*key == 'w' && val)
|
||||||
|
weight = atoi(val);
|
||||||
|
SS(sci, SCI_STYLESETWEIGHT, num, weight);
|
||||||
|
#else
|
||||||
|
// Scintilla curses requires font attributes to be stored in the "font
|
||||||
|
// weight" style attribute.
|
||||||
|
// First, clear any existing SC_WEIGHT_NORMAL, SC_WEIGHT_SEMIBOLD, or
|
||||||
|
// SC_WEIGHT_BOLD values stored in the lower 16 bits. Then set the
|
||||||
|
// appropriate curses attr.
|
||||||
|
sptr_t weight =
|
||||||
|
SS(sci, SCI_STYLEGETWEIGHT, num, 0) & ~(A_COLOR | A_CHARTEXT);
|
||||||
|
int bold =
|
||||||
|
*key == 'b' || (*key == 'w' && val && atoi(val) > SC_WEIGHT_NORMAL);
|
||||||
|
SS(
|
||||||
|
sci, SCI_STYLESETWEIGHT, num,
|
||||||
|
bold ? weight | A_BOLD : weight & ~A_BOLD);
|
||||||
|
#endif
|
||||||
|
} else if (strcmp(key, "italics") == 0 || strcmp(key, "notitalics") == 0)
|
||||||
|
SS(sci, SCI_STYLESETITALIC, num, *key == 'i');
|
||||||
|
else if (strcmp(key, "underlined") == 0 ||
|
||||||
|
strcmp(key, "notunderlined") == 0) {
|
||||||
|
#if !CURSES
|
||||||
|
SS(sci, SCI_STYLESETUNDERLINE, num, *key == 'u');
|
||||||
|
#else
|
||||||
|
// Scintilla curses requires font attributes to be stored in the "font
|
||||||
|
// weight" style attribute.
|
||||||
|
// First, clear any existing SC_WEIGHT_NORMAL, SC_WEIGHT_SEMIBOLD, or
|
||||||
|
// SC_WEIGHT_BOLD values stored in the lower 16 bits. Then set the
|
||||||
|
// appropriate curses attr.
|
||||||
|
sptr_t weight =
|
||||||
|
SS(sci, SCI_STYLEGETWEIGHT, num, 0) & ~(A_COLOR | A_CHARTEXT);
|
||||||
|
SS(
|
||||||
|
sci, SCI_STYLESETWEIGHT, num,
|
||||||
|
(*key == 'u') ? weight | A_UNDERLINE : weight & ~A_UNDERLINE);
|
||||||
|
#endif
|
||||||
|
} else if ((strcmp(key, "fore") == 0 || strcmp(key, "back") == 0) &&
|
||||||
|
val) {
|
||||||
|
int msg = (*key == 'f') ? SCI_STYLESETFORE : SCI_STYLESETBACK;
|
||||||
|
int color = static_cast<int>(strtol(val, nullptr, 0));
|
||||||
|
if (*val == '#') { // #RRGGBB format; Scintilla format is 0xBBGGRR
|
||||||
|
color = static_cast<int>(strtol(val + 1, nullptr, 16));
|
||||||
|
color =
|
||||||
|
((color & 0xFF0000) >> 16) | (color & 0xFF00) |
|
||||||
|
((color & 0xFF) << 16); // convert to 0xBBGGRR
|
||||||
|
}
|
||||||
|
SS(sci, msg, num, color);
|
||||||
|
} else if (strcmp(key, "eolfilled") == 0 ||
|
||||||
|
strcmp(key, "noteolfilled") == 0)
|
||||||
|
SS(sci, SCI_STYLESETEOLFILLED, num, *key == 'e');
|
||||||
|
else if (strcmp(key, "characterset") == 0 && val)
|
||||||
|
SS(sci, SCI_STYLESETCHARACTERSET, num, static_cast<int>(atoi(val)));
|
||||||
|
else if (strcmp(key, "case") == 0 && val) {
|
||||||
|
if (*val == 'u')
|
||||||
|
SS(sci, SCI_STYLESETCASE, num, SC_CASE_UPPER);
|
||||||
|
else if (*val == 'l')
|
||||||
|
SS(sci, SCI_STYLESETCASE, num, SC_CASE_LOWER);
|
||||||
|
} else if (strcmp(key, "visible") == 0 || strcmp(key, "notvisible") == 0)
|
||||||
|
SS(sci, SCI_STYLESETVISIBLE, num, *key == 'v');
|
||||||
|
else if (strcmp(key, "changeable") == 0 ||
|
||||||
|
strcmp(key, "notchangeable") == 0)
|
||||||
|
SS(sci, SCI_STYLESETCHANGEABLE, num, *key == 'c');
|
||||||
|
else if (strcmp(key, "hotspot") == 0 || strcmp(key, "nothotspot") == 0)
|
||||||
|
SS(sci, SCI_STYLESETHOTSPOT, num, *key == 'h');
|
||||||
|
key = next;
|
||||||
|
}
|
||||||
|
free(style_copy);
|
||||||
|
}
|
||||||
|
|
||||||
|
void LexerLPeg::SetStyles() {
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
// If the lexer defines additional styles, set their properties first (if
|
||||||
|
// the user has not already defined them).
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
lua_getfield(L, -1, "_EXTRASTYLES");
|
||||||
|
for (lua_pushnil(L); lua_next(L, -2); lua_pop(L, 1))
|
||||||
|
if (lua_isstring(L, -2) && lua_isstring(L, -1)) {
|
||||||
|
lua_pushstring(L, "style."), lua_pushvalue(L, -3), lua_concat(L, 2);
|
||||||
|
if (!*props.Get(lua_tostring(L, -1)))
|
||||||
|
PropertySet(lua_tostring(L, -1), lua_tostring(L, -2));
|
||||||
|
lua_pop(L, 1); // style name
|
||||||
|
}
|
||||||
|
lua_pop(L, 1); // _EXTRASTYLES
|
||||||
|
|
||||||
|
if (!SS || !sci) {
|
||||||
|
lua_pop(L, 1); // lexer object
|
||||||
|
// Skip, but do not report an error since `reinit` would remain `false`
|
||||||
|
// and subsequent calls to `Lex()` and `Fold()` would repeatedly call this
|
||||||
|
// function and error.
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
lua_pushstring(L, "style.default"), expand_property(L);
|
||||||
|
SetStyle(STYLE_DEFAULT, lua_tostring(L, -1));
|
||||||
|
lua_pop(L, 1); // style
|
||||||
|
SS(sci, SCI_STYLECLEARALL, 0, 0); // set default styles
|
||||||
|
lua_getfield(L, -1, "_TOKENSTYLES");
|
||||||
|
for (lua_pushnil(L); lua_next(L, -2); lua_pop(L, 1))
|
||||||
|
if (lua_isstring(L, -2) && lua_isnumber(L, -1) &&
|
||||||
|
lua_tointeger(L, -1) - 1 != STYLE_DEFAULT) {
|
||||||
|
lua_pushstring(L, "style."), lua_pushvalue(L, -3), lua_concat(L, 2);
|
||||||
|
expand_property(L);
|
||||||
|
SetStyle(lua_tointeger(L, -2) - 1, lua_tostring(L, -1));
|
||||||
|
lua_pop(L, 1); // style
|
||||||
|
}
|
||||||
|
lua_pop(L, 2); // _TOKENSTYLES, lexer object
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool LexerLPeg::Init() {
|
||||||
|
if (!props.GetExpanded(LexerHomeKey, nullptr) ||
|
||||||
|
!*props.Get(LexerNameKey) || !L)
|
||||||
|
return false;
|
||||||
|
char *_home = reinterpret_cast<char *>(
|
||||||
|
malloc(props.GetExpanded(LexerHomeKey, nullptr) + 1));
|
||||||
|
props.GetExpanded(LexerHomeKey, _home);
|
||||||
|
std::string home(_home);
|
||||||
|
free(_home);
|
||||||
|
const char *lexer = props.Get(LexerNameKey);
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
|
||||||
|
// Designate the currently running LexerLPeg instance.
|
||||||
|
// This needs to be done prior to calling any Lua lexer code, particularly
|
||||||
|
// when `ownLua` is `false`, as there may be multiple LexerLPeg instances
|
||||||
|
// floating around, and the lexer module methods and metamethods need to
|
||||||
|
// know which instance to use.
|
||||||
|
lua_pushlightuserdata(L, reinterpret_cast<void *>(this));
|
||||||
|
lua_setfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
|
||||||
|
// Determine where to look for the lexer module and themes.
|
||||||
|
std::vector<std::string> dirs;
|
||||||
|
size_t start = 0, end;
|
||||||
|
while ((end = home.find(';', start)) != std::string::npos) {
|
||||||
|
dirs.emplace_back(home, start, end - start);
|
||||||
|
start = end + 1;
|
||||||
|
}
|
||||||
|
dirs.emplace_back(home, start);
|
||||||
|
|
||||||
|
// If necessary, load the lexer module.
|
||||||
|
lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED");
|
||||||
|
if (lua_getfield(L, -1, "lexer") == LUA_TNIL) {
|
||||||
|
for (const std::string& dir : dirs) {
|
||||||
|
lua_pushstring(L, dir.c_str());
|
||||||
|
lua_pushstring(L, "/lexer.lua");
|
||||||
|
lua_concat(L, 2);
|
||||||
|
int status = luaL_loadfile(L, lua_tostring(L, -1));
|
||||||
|
if (status == LUA_ERRFILE) {
|
||||||
|
lua_pop(L, 2); // error message, filename
|
||||||
|
continue; // try next directory
|
||||||
|
}
|
||||||
|
lua_remove(L, -2); // filename
|
||||||
|
lua_pushcfunction(L, lua_error_handler);
|
||||||
|
lua_insert(L, -2);
|
||||||
|
if (status == LUA_OK && lua_pcall(L, 0, 1, -2) == LUA_OK) break;
|
||||||
|
return (LogError(L), false);
|
||||||
|
}
|
||||||
|
if (lua_isnil(L, -1))
|
||||||
|
return (LogError(L, "'lexer.lua' module not found"), false);
|
||||||
|
lua_remove(L, -2); // lua_error_handler
|
||||||
|
lua_replace(L, -2); // nil
|
||||||
|
lua_pushinteger(L, SC_FOLDLEVELBASE);
|
||||||
|
lua_setfield(L, -2, "FOLD_BASE");
|
||||||
|
lua_pushinteger(L, SC_FOLDLEVELWHITEFLAG);
|
||||||
|
lua_setfield(L, -2, "FOLD_BLANK");
|
||||||
|
lua_pushinteger(L, SC_FOLDLEVELHEADERFLAG);
|
||||||
|
lua_setfield(L, -2, "FOLD_HEADER");
|
||||||
|
lua_createtable(L, 0, 2);
|
||||||
|
lua_pushcfunction(L, lexer_index), lua_setfield(L, -2, "__index");
|
||||||
|
lua_pushcfunction(L, lexer_newindex), lua_setfield(L, -2, "__newindex");
|
||||||
|
lua_setmetatable(L, -2);
|
||||||
|
lua_pushvalue(L, -1), lua_setfield(L, -3, "lexer");
|
||||||
|
}
|
||||||
|
lua_replace(L, -2);
|
||||||
|
// Update the userdata needed by lexer metamethods.
|
||||||
|
lua_pushvalue(L, -1);
|
||||||
|
lua_rawsetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
|
||||||
|
// Load the language lexer.
|
||||||
|
if (lua_getfield(L, -1, "load") != LUA_TFUNCTION)
|
||||||
|
return (LogError(L, "'lexer.load' function not found"), false);
|
||||||
|
lua_pushcfunction(L, lua_error_handler), lua_insert(L, -2);
|
||||||
|
lua_pushstring(L, lexer), lua_pushnil(L), lua_pushboolean(L, 1);
|
||||||
|
if (lua_pcall(L, 3, 1, -5) != LUA_OK) return (LogError(L), false);
|
||||||
|
lua_remove(L, -2); // lua_error_handler
|
||||||
|
lua_remove(L, -2); // lexer module
|
||||||
|
lua_rawsetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
|
||||||
|
// Load the theme and set up styles.
|
||||||
|
if (props.GetExpanded(LexerThemeKey, nullptr)) {
|
||||||
|
char *theme = reinterpret_cast<char *>(
|
||||||
|
malloc(props.GetExpanded(LexerThemeKey, nullptr) + 1));
|
||||||
|
props.GetExpanded(LexerThemeKey, theme);
|
||||||
|
if (!strstr(theme, "/") && !strstr(theme, "\\")) { // theme name
|
||||||
|
for (const std::string& dir : dirs) {
|
||||||
|
lua_pushstring(L, dir.c_str());
|
||||||
|
lua_pushstring(L, "/themes/");
|
||||||
|
lua_pushstring(L, theme);
|
||||||
|
lua_pushstring(L, ".lua");
|
||||||
|
lua_concat(L, 4);
|
||||||
|
if (luaL_loadfile(L, lua_tostring(L, -1)) != LUA_ERRFILE ||
|
||||||
|
dir == dirs.back()) {
|
||||||
|
lua_pop(L, 1); // function, leaving filename on top
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
lua_pop(L, 2); // error message, filename
|
||||||
|
}
|
||||||
|
} else lua_pushstring(L, theme); // path to theme
|
||||||
|
lua_pushcfunction(L, lua_error_handler);
|
||||||
|
lua_insert(L, -2);
|
||||||
|
if (luaL_loadfile(L, lua_tostring(L, -1)) == LUA_OK &&
|
||||||
|
lua_pcall(L, 0, 0, -3) == LUA_OK)
|
||||||
|
lua_pop(L, 2); // theme, lua_error_handler
|
||||||
|
else
|
||||||
|
LogError(L);
|
||||||
|
free(theme);
|
||||||
|
}
|
||||||
|
SetStyles();
|
||||||
|
|
||||||
|
// If the lexer is a parent, it will have children in its _CHILDREN table.
|
||||||
|
// In that case, determine which styles are language whitespace styles
|
||||||
|
// ([lang]_whitespace). This is necessary for determining which language
|
||||||
|
// to start lexing with.
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
if (lua_getfield(L, -1, "_CHILDREN") == LUA_TTABLE) {
|
||||||
|
multilang = true;
|
||||||
|
for (int i = 0; i <= STYLE_MAX; i++)
|
||||||
|
ws[i] = strstr(NameOfStyle(i), "whitespace") ? true : false;
|
||||||
|
}
|
||||||
|
lua_pop(L, 2); // _CHILDREN, lexer object
|
||||||
|
|
||||||
|
reinit = false;
|
||||||
|
PropertySet(LexerErrorKey, "");
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void *LexerLPeg::StringResult(long lparam, const char *str) {
|
||||||
|
if (lparam) strcpy(reinterpret_cast<char *>(lparam), str);
|
||||||
|
return reinterpret_cast<void *>(strlen(str));
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerLPeg::LexerLPeg() : DefaultLexer("lpeg", SCLEX_LPEG), L(luaL_newstate()) {
|
||||||
|
// Initialize the Lua state, load libraries, and set platform variables.
|
||||||
|
if (!L) {
|
||||||
|
fprintf(stderr, "Lua failed to initialize.\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
#if LUA_VERSION_NUM < 502
|
||||||
|
luaL_requiref(L, "", luaopen_base, 1), lua_pop(L, 1);
|
||||||
|
#else
|
||||||
|
luaL_requiref(L, "_G", luaopen_base, 1), lua_pop(L, 1);
|
||||||
|
#endif
|
||||||
|
luaL_requiref(L, LUA_TABLIBNAME, luaopen_table, 1), lua_pop(L, 1);
|
||||||
|
luaL_requiref(L, LUA_STRLIBNAME, luaopen_string, 1), lua_pop(L, 1);
|
||||||
|
// TODO: figure out why lua_setglobal() is needed for lpeg.
|
||||||
|
luaL_requiref(L, "lpeg", luaopen_lpeg, 1), lua_setglobal(L, "lpeg");
|
||||||
|
#if _WIN32
|
||||||
|
lua_pushboolean(L, 1), lua_setglobal(L, "WIN32");
|
||||||
|
#endif
|
||||||
|
#if __APPLE__
|
||||||
|
lua_pushboolean(L, 1), lua_setglobal(L, "OSX");
|
||||||
|
#endif
|
||||||
|
#if GTK
|
||||||
|
lua_pushboolean(L, 1), lua_setglobal(L, "GTK");
|
||||||
|
#endif
|
||||||
|
#if CURSES
|
||||||
|
lua_pushboolean(L, 1), lua_setglobal(L, "CURSES");
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerLPeg::Release() {
|
||||||
|
if (ownLua && L)
|
||||||
|
lua_close(L);
|
||||||
|
else if (!ownLua) {
|
||||||
|
lua_pushnil(L);
|
||||||
|
lua_rawsetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
lua_pushnil(L), lua_setfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
}
|
||||||
|
delete this;
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerLPeg::Lex(
|
||||||
|
Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle,
|
||||||
|
IDocument *buffer)
|
||||||
|
{
|
||||||
|
LexAccessor styler(buffer);
|
||||||
|
if ((reinit && !Init()) || !L) {
|
||||||
|
// Style everything in the default style.
|
||||||
|
styler.StartAt(startPos);
|
||||||
|
styler.StartSegment(startPos);
|
||||||
|
styler.ColourTo(startPos + lengthDoc - 1, STYLE_DEFAULT);
|
||||||
|
styler.Flush();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
lua_pushlightuserdata(L, reinterpret_cast<void *>(this));
|
||||||
|
lua_setfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
lua_pushlightuserdata(L, reinterpret_cast<void *>(buffer));
|
||||||
|
lua_setfield(L, -2, "_BUFFER");
|
||||||
|
|
||||||
|
// Ensure the lexer has a grammar.
|
||||||
|
// This could be done in the lexer module's `lex()`, but for large files,
|
||||||
|
// passing string arguments from C to Lua is expensive.
|
||||||
|
if (!lua_getfield(L, -1, "_GRAMMAR")) {
|
||||||
|
lua_pop(L, 2); // _GRAMMAR, lexer object
|
||||||
|
// Style everything in the default style.
|
||||||
|
styler.StartAt(startPos);
|
||||||
|
styler.StartSegment(startPos);
|
||||||
|
styler.ColourTo(startPos + lengthDoc - 1, STYLE_DEFAULT);
|
||||||
|
styler.Flush();
|
||||||
|
return;
|
||||||
|
} else lua_pop(L, 1); // _GRAMMAR
|
||||||
|
|
||||||
|
// Start from the beginning of the current style so LPeg matches it.
|
||||||
|
// For multilang lexers, start at whitespace since embedded languages have
|
||||||
|
// [lang]_whitespace styles. This is so LPeg can start matching child
|
||||||
|
// languages instead of parent ones if necessary.
|
||||||
|
if (startPos > 0) {
|
||||||
|
Sci_PositionU i = startPos;
|
||||||
|
while (i > 0 && styler.StyleAt(i - 1) == initStyle) i--;
|
||||||
|
if (multilang)
|
||||||
|
while (i > 0 && !ws[static_cast<size_t>(styler.StyleAt(i))]) i--;
|
||||||
|
lengthDoc += startPos - i, startPos = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (lua_getfield(L, -1, "lex") != LUA_TFUNCTION)
|
||||||
|
return LogError(L, "'lexer.lex' function not found");
|
||||||
|
lua_pushcfunction(L, lua_error_handler), lua_insert(L, -2);
|
||||||
|
lua_pushvalue(L, -3);
|
||||||
|
lua_pushlstring(L, buffer->BufferPointer() + startPos, lengthDoc);
|
||||||
|
lua_pushinteger(L, styler.StyleAt(startPos) + 1);
|
||||||
|
if (lua_pcall(L, 3, 1, -5) != LUA_OK) return LogError(L);
|
||||||
|
if (!lua_istable(L, -1))
|
||||||
|
return LogError(L, "Table of tokens expected from 'lexer.lex'");
|
||||||
|
// Style the text from the token table returned.
|
||||||
|
int len = lua_rawlen(L, -1);
|
||||||
|
if (len > 0) {
|
||||||
|
int style = STYLE_DEFAULT;
|
||||||
|
styler.StartAt(startPos);
|
||||||
|
styler.StartSegment(startPos);
|
||||||
|
lua_getfield(L, -3, "_TOKENSTYLES");
|
||||||
|
// Loop through token-position pairs.
|
||||||
|
for (int i = 1; i < len; i += 2) {
|
||||||
|
style = STYLE_DEFAULT;
|
||||||
|
if (lua_rawgeti(L, -2, i), lua_rawget(L, -2))
|
||||||
|
style = lua_tointeger(L, -1) - 1;
|
||||||
|
lua_pop(L, 1); // _TOKENSTYLES[token]
|
||||||
|
lua_rawgeti(L, -2, i + 1); // pos
|
||||||
|
unsigned int position = lua_tointeger(L, -1) - 1;
|
||||||
|
lua_pop(L, 1); // pos
|
||||||
|
if (style >= 0 && style <= STYLE_MAX)
|
||||||
|
styler.ColourTo(startPos + position - 1, style);
|
||||||
|
else
|
||||||
|
lua_pushfstring(L, "Bad style number: %d", style), LogError(L);
|
||||||
|
if (position > startPos + lengthDoc) break;
|
||||||
|
}
|
||||||
|
lua_pop(L, 1); // _TOKENSTYLES
|
||||||
|
styler.ColourTo(startPos + lengthDoc - 1, style);
|
||||||
|
styler.Flush();
|
||||||
|
}
|
||||||
|
lua_pop(L, 3); // token table returned, lua_error_handler, lexer object
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SCI_METHOD LexerLPeg::Fold(
|
||||||
|
Sci_PositionU startPos, Sci_Position lengthDoc, int, IDocument *buffer)
|
||||||
|
{
|
||||||
|
if ((reinit && !Init()) || !L) return;
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
lua_pushlightuserdata(L, reinterpret_cast<void *>(this));
|
||||||
|
lua_setfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
lua_pushlightuserdata(L, reinterpret_cast<void *>(buffer));
|
||||||
|
lua_setfield(L, -2, "_BUFFER");
|
||||||
|
LexAccessor styler(buffer);
|
||||||
|
|
||||||
|
if (lua_getfield(L, -1, "fold") != LUA_TFUNCTION)
|
||||||
|
return LogError(L, "'lexer.fold' function not found");
|
||||||
|
lua_pushcfunction(L, lua_error_handler), lua_insert(L, -2);
|
||||||
|
lua_pushvalue(L, -3);
|
||||||
|
Sci_Position currentLine = styler.GetLine(startPos);
|
||||||
|
lua_pushlstring(L, buffer->BufferPointer() + startPos, lengthDoc);
|
||||||
|
lua_pushinteger(L, startPos + 1);
|
||||||
|
lua_pushinteger(L, currentLine + 1);
|
||||||
|
lua_pushinteger(L, styler.LevelAt(currentLine) & SC_FOLDLEVELNUMBERMASK);
|
||||||
|
if (lua_pcall(L, 5, 1, -7) != LUA_OK) return LogError(L);
|
||||||
|
if (!lua_istable(L, -1))
|
||||||
|
return LogError(L, "Table of folds expected from 'lexer.fold'");
|
||||||
|
// Fold the text from the fold table returned.
|
||||||
|
for (lua_pushnil(L); lua_next(L, -2); lua_pop(L, 1)) // line = level
|
||||||
|
styler.SetLevel(lua_tointeger(L, -2) - 1, lua_tointeger(L, -1));
|
||||||
|
lua_pop(L, 3); // fold table returned, lua_error_handler, lexer object
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
}
|
||||||
|
|
||||||
|
Sci_Position SCI_METHOD LexerLPeg::PropertySet(
|
||||||
|
const char *key, const char *value)
|
||||||
|
{
|
||||||
|
props.Set(key, value, strlen(key), strlen(value));
|
||||||
|
if (strcmp(key, LexerHomeKey) == 0 && lexerNames.empty())
|
||||||
|
ReadLexerNames(value); // not using SCI_LOADLEXERLIBRARY private call
|
||||||
|
if (reinit &&
|
||||||
|
(strcmp(key, LexerHomeKey) == 0 || strcmp(key, LexerNameKey) == 0))
|
||||||
|
Init();
|
||||||
|
else if (L && SS && sci && strncmp(key, "style.", 6) == 0) {
|
||||||
|
// The container is managing styles manually.
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
lua_pushlightuserdata(L, reinterpret_cast<void *>(this));
|
||||||
|
lua_setfield(L, LUA_REGISTRYINDEX, "sci_lexer_lpeg");
|
||||||
|
if (lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this))) {
|
||||||
|
lua_getfield(L, -1, "_TOKENSTYLES");
|
||||||
|
lua_pushstring(L, key + 6);
|
||||||
|
if (lua_rawget(L, -2) == LUA_TNUMBER) {
|
||||||
|
lua_pushstring(L, key), expand_property(L);
|
||||||
|
int style_num = lua_tointeger(L, -2) - 1;
|
||||||
|
SetStyle(style_num, lua_tostring(L, -1));
|
||||||
|
if (style_num == STYLE_DEFAULT)
|
||||||
|
// Assume a theme change, with the default style being set first.
|
||||||
|
// Subsequent style settings will be based on the default.
|
||||||
|
SS(sci, SCI_STYLECLEARALL, 0, 0);
|
||||||
|
lua_pop(L, 1); // style
|
||||||
|
}
|
||||||
|
lua_pop(L, 2); // style number, _TOKENSTYLES
|
||||||
|
}
|
||||||
|
lua_pop(L, 1); // lexer object or nil
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
}
|
||||||
|
return -1; // no need to re-lex
|
||||||
|
}
|
||||||
|
|
||||||
|
void * SCI_METHOD LexerLPeg::PrivateCall(int code, void *arg) {
|
||||||
|
auto lParam = reinterpret_cast<sptr_t>(arg);
|
||||||
|
switch(code) {
|
||||||
|
case SCI_GETDIRECTFUNCTION:
|
||||||
|
SS = reinterpret_cast<SciFnDirect>(lParam);
|
||||||
|
return nullptr;
|
||||||
|
case SCI_SETDOCPOINTER:
|
||||||
|
sci = lParam;
|
||||||
|
return nullptr;
|
||||||
|
case SCI_CHANGELEXERSTATE:
|
||||||
|
if (ownLua) lua_close(L);
|
||||||
|
L = reinterpret_cast<lua_State *>(arg), ownLua = false;
|
||||||
|
return nullptr;
|
||||||
|
case SCI_LOADLEXERLIBRARY: {
|
||||||
|
const char *path = reinterpret_cast<const char*>(arg);
|
||||||
|
ReadLexerNames(path);
|
||||||
|
std::string home(props.Get(LexerHomeKey));
|
||||||
|
if (!home.empty()) home.push_back(';');
|
||||||
|
home.append(path);
|
||||||
|
PropertySet(LexerHomeKey, home.c_str());
|
||||||
|
return nullptr;
|
||||||
|
} case SCI_PROPERTYNAMES: {
|
||||||
|
std::stringstream names;
|
||||||
|
for (const std::string& name : lexerNames) names << name << '\n';
|
||||||
|
return StringResult(lParam, names.str().c_str());
|
||||||
|
} case SCI_SETLEXERLANGUAGE:
|
||||||
|
if (strcmp(
|
||||||
|
props.Get(LexerNameKey),
|
||||||
|
reinterpret_cast<const char *>(arg)) != 0) {
|
||||||
|
reinit = true;
|
||||||
|
PropertySet(LexerErrorKey, "");
|
||||||
|
PropertySet(LexerNameKey, reinterpret_cast<const char *>(arg));
|
||||||
|
} else if (L)
|
||||||
|
ownLua ? SetStyles() : static_cast<void>(Init());
|
||||||
|
return nullptr;
|
||||||
|
case SCI_GETLEXERLANGUAGE: {
|
||||||
|
if (!L) return StringResult(lParam, "null");
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
lua_getfield(L, -1, "_NAME");
|
||||||
|
std::string val(lua_tostring(L, -1));
|
||||||
|
lua_pop(L, 2); // lexer name, lexer object
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
if (!SS || !sci || !multilang) return StringResult(lParam, val.c_str());
|
||||||
|
val.push_back('/');
|
||||||
|
int pos = SS(sci, SCI_GETCURRENTPOS, 0, 0);
|
||||||
|
while (pos >= 0 && !ws[SS(sci, SCI_GETSTYLEAT, pos, 0)]) pos--;
|
||||||
|
if (pos >= 0) {
|
||||||
|
const char *name = NameOfStyle(SS(sci, SCI_GETSTYLEAT, pos, 0)), *p;
|
||||||
|
if (name && (p = strstr(name, "_whitespace"))) {
|
||||||
|
val.append(name, p - name);
|
||||||
|
return StringResult(lParam, val.c_str());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
val.append(val, 0, val.length() - 1); // "lexer/lexer" fallback
|
||||||
|
return StringResult(lParam, val.c_str());
|
||||||
|
} case SCI_GETNAMEDSTYLES:
|
||||||
|
if (!L) return reinterpret_cast<void *>(STYLE_DEFAULT);
|
||||||
|
for (int i = 0; i < STYLE_MAX; i++)
|
||||||
|
if (strcmp(NameOfStyle(i), reinterpret_cast<const char *>(arg)) == 0)
|
||||||
|
return reinterpret_cast<void *>(i);
|
||||||
|
return reinterpret_cast<void *>(STYLE_DEFAULT);
|
||||||
|
case SCI_GETSTATUS:
|
||||||
|
return StringResult(lParam, props.Get(LexerErrorKey));
|
||||||
|
}
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD LexerLPeg::NameOfStyle(int style) {
|
||||||
|
if (style < 0 || style > STYLE_MAX || !L) return nullptr;
|
||||||
|
RECORD_STACK_TOP(L);
|
||||||
|
styleName = "Not Available";
|
||||||
|
lua_rawgetp(L, LUA_REGISTRYINDEX, reinterpret_cast<void *>(this));
|
||||||
|
lua_getfield(L, -1, "_TOKENSTYLES");
|
||||||
|
for (lua_pushnil(L); lua_next(L, -2); lua_pop(L, 1))
|
||||||
|
if (lua_tointeger(L, -1) - 1 == style) {
|
||||||
|
styleName = lua_tostring(L, -2);
|
||||||
|
lua_pop(L, 2); // value and key
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
lua_pop(L, 2); // _TOKENSTYLES, lexer object
|
||||||
|
ASSERT_STACK_TOP(L);
|
||||||
|
return styleName.c_str();
|
||||||
|
}
|
||||||
|
|
||||||
|
const char * SCI_METHOD LexerLPeg::PropertyGet(const char *key) {
|
||||||
|
return props.Get(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
ILexer *LexerLPeg::LexerFactoryLPeg() { return new LexerLPeg(); }
|
||||||
|
|
||||||
|
LexerModule lmLPeg(SCLEX_LPEG, LexerLPeg::LexerFactoryLPeg, "lpeg");
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "WordList.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "Accessor.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
static void LPegLex(Sci_PositionU, Sci_Position, int, WordList*[], Accessor&) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerModule lmLPeg(SCLEX_LPEG, LPegLex, "lpeg");
|
||||||
|
|
||||||
|
#endif // LPEG_LEXER
|
||||||
|
|
@ -26,11 +26,10 @@
|
||||||
#include "StyleContext.h"
|
#include "StyleContext.h"
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
#include "DefaultLexer.h"
|
||||||
#include "LexerBase.h"
|
#include "LexerBase.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
@ -41,8 +40,15 @@ struct latexFoldSave {
|
||||||
latexFoldSave(const latexFoldSave &save) : structLev(save.structLev) {
|
latexFoldSave(const latexFoldSave &save) : structLev(save.structLev) {
|
||||||
for (int i = 0; i < 8; ++i) openBegins[i] = save.openBegins[i];
|
for (int i = 0; i < 8; ++i) openBegins[i] = save.openBegins[i];
|
||||||
}
|
}
|
||||||
|
latexFoldSave &operator=(const latexFoldSave &save) {
|
||||||
|
if (this != &save) {
|
||||||
|
structLev = save.structLev;
|
||||||
|
for (int i = 0; i < 8; ++i) openBegins[i] = save.openBegins[i];
|
||||||
|
}
|
||||||
|
return *this;
|
||||||
|
}
|
||||||
int openBegins[8];
|
int openBegins[8];
|
||||||
int structLev;
|
Sci_Position structLev;
|
||||||
};
|
};
|
||||||
|
|
||||||
class LexerLaTeX : public LexerBase {
|
class LexerLaTeX : public LexerBase {
|
||||||
|
|
@ -81,8 +87,16 @@ public:
|
||||||
static ILexer *LexerFactoryLaTeX() {
|
static ILexer *LexerFactoryLaTeX() {
|
||||||
return new LexerLaTeX();
|
return new LexerLaTeX();
|
||||||
}
|
}
|
||||||
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess);
|
void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position length, int initStyle, IDocument *pAccess) override;
|
||||||
|
|
||||||
|
// ILexerWithIdentity methods
|
||||||
|
const char * SCI_METHOD GetName() override {
|
||||||
|
return "latex";
|
||||||
|
}
|
||||||
|
int SCI_METHOD GetIdentifier() override {
|
||||||
|
return SCLEX_LATEX;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool latexIsSpecial(int ch) {
|
static bool latexIsSpecial(int ch) {
|
||||||
|
|
@ -291,6 +305,8 @@ void SCI_METHOD LexerLaTeX::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
latexStateReset(mode, state);
|
latexStateReset(mode, state);
|
||||||
if (latexLastWordIs(i, styler, "{verbatim}")) {
|
if (latexLastWordIs(i, styler, "{verbatim}")) {
|
||||||
state = SCE_L_VERBATIM;
|
state = SCE_L_VERBATIM;
|
||||||
|
} else if (latexLastWordIs(i, styler, "{lstlisting}")) {
|
||||||
|
state = SCE_L_VERBATIM;
|
||||||
} else if (latexLastWordIs(i, styler, "{comment}")) {
|
} else if (latexLastWordIs(i, styler, "{comment}")) {
|
||||||
state = SCE_L_COMMENT2;
|
state = SCE_L_COMMENT2;
|
||||||
} else if (latexLastWordIs(i, styler, "{math}") && mode == 0) {
|
} else if (latexLastWordIs(i, styler, "{math}") && mode == 0) {
|
||||||
|
|
@ -439,6 +455,9 @@ void SCI_METHOD LexerLaTeX::Lex(Sci_PositionU startPos, Sci_Position length, int
|
||||||
if (latexLastWordIs(match, styler, "{verbatim}")) {
|
if (latexLastWordIs(match, styler, "{verbatim}")) {
|
||||||
styler.ColourTo(i - 1, state);
|
styler.ColourTo(i - 1, state);
|
||||||
state = SCE_L_COMMAND;
|
state = SCE_L_COMMAND;
|
||||||
|
} else if (latexLastWordIs(match, styler, "{lstlisting}")) {
|
||||||
|
styler.ColourTo(i - 1, state);
|
||||||
|
state = SCE_L_COMMAND;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SCE_LISP_CHARACTER 29
|
#define SCE_LISP_CHARACTER 29
|
||||||
#define SCE_LISP_MACRO 30
|
#define SCE_LISP_MACRO 30
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
return (ch < 0x80) && (isalpha(ch) || ch == '@' || ch == '_');
|
return (ch < 0x80) && (isalpha(ch) || ch == '@' || ch == '_');
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,13 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include "ILexer.h"
|
#include "ILexer.h"
|
||||||
#include "Scintilla.h"
|
#include "Scintilla.h"
|
||||||
#include "SciLexer.h"
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "StringCopy.h"
|
||||||
#include "WordList.h"
|
#include "WordList.h"
|
||||||
#include "LexAccessor.h"
|
#include "LexAccessor.h"
|
||||||
#include "Accessor.h"
|
#include "Accessor.h"
|
||||||
|
|
@ -25,9 +28,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// Test for [=[ ... ]=] delimiters, returns 0 if it's only a [ or ],
|
// Test for [=[ ... ]=] delimiters, returns 0 if it's only a [ or ],
|
||||||
// return 1 for [[ or ]], returns >=2 for [=[ or ]=] and so on.
|
// return 1 for [[ or ]], returns >=2 for [=[ or ]=] and so on.
|
||||||
|
|
@ -48,14 +49,14 @@ static void ColouriseLuaDoc(
|
||||||
WordList *keywordlists[],
|
WordList *keywordlists[],
|
||||||
Accessor &styler) {
|
Accessor &styler) {
|
||||||
|
|
||||||
WordList &keywords = *keywordlists[0];
|
const WordList &keywords = *keywordlists[0];
|
||||||
WordList &keywords2 = *keywordlists[1];
|
const WordList &keywords2 = *keywordlists[1];
|
||||||
WordList &keywords3 = *keywordlists[2];
|
const WordList &keywords3 = *keywordlists[2];
|
||||||
WordList &keywords4 = *keywordlists[3];
|
const WordList &keywords4 = *keywordlists[3];
|
||||||
WordList &keywords5 = *keywordlists[4];
|
const WordList &keywords5 = *keywordlists[4];
|
||||||
WordList &keywords6 = *keywordlists[5];
|
const WordList &keywords6 = *keywordlists[5];
|
||||||
WordList &keywords7 = *keywordlists[6];
|
const WordList &keywords7 = *keywordlists[6];
|
||||||
WordList &keywords8 = *keywordlists[7];
|
const WordList &keywords8 = *keywordlists[7];
|
||||||
|
|
||||||
// Accepts accented characters
|
// Accepts accented characters
|
||||||
CharacterSet setWordStart(CharacterSet::setAlpha, "_", 0x80, true);
|
CharacterSet setWordStart(CharacterSet::setAlpha, "_", 0x80, true);
|
||||||
|
|
@ -77,20 +78,26 @@ static void ColouriseLuaDoc(
|
||||||
int stringWs = 0;
|
int stringWs = 0;
|
||||||
if (initStyle == SCE_LUA_LITERALSTRING || initStyle == SCE_LUA_COMMENT ||
|
if (initStyle == SCE_LUA_LITERALSTRING || initStyle == SCE_LUA_COMMENT ||
|
||||||
initStyle == SCE_LUA_STRING || initStyle == SCE_LUA_CHARACTER) {
|
initStyle == SCE_LUA_STRING || initStyle == SCE_LUA_CHARACTER) {
|
||||||
int lineState = styler.GetLineState(currentLine - 1);
|
const int lineState = styler.GetLineState(currentLine - 1);
|
||||||
nestLevel = lineState >> 9;
|
nestLevel = lineState >> 9;
|
||||||
sepCount = lineState & 0xFF;
|
sepCount = lineState & 0xFF;
|
||||||
stringWs = lineState & 0x100;
|
stringWs = lineState & 0x100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// results of identifier/keyword matching
|
||||||
|
Sci_Position idenPos = 0;
|
||||||
|
Sci_Position idenWordPos = 0;
|
||||||
|
int idenStyle = SCE_LUA_IDENTIFIER;
|
||||||
|
bool foundGoto = false;
|
||||||
|
|
||||||
// Do not leak onto next line
|
// Do not leak onto next line
|
||||||
if (initStyle == SCE_LUA_STRINGEOL || initStyle == SCE_LUA_COMMENTLINE || initStyle == SCE_LUA_PREPROCESSOR) {
|
if (initStyle == SCE_LUA_STRINGEOL || initStyle == SCE_LUA_COMMENTLINE || initStyle == SCE_LUA_PREPROCESSOR) {
|
||||||
initStyle = SCE_LUA_DEFAULT;
|
initStyle = SCE_LUA_DEFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
StyleContext sc(startPos, length, initStyle, styler);
|
StyleContext sc(startPos, length, initStyle, styler);
|
||||||
if (startPos == 0 && sc.ch == '#') {
|
if (startPos == 0 && sc.ch == '#' && sc.chNext == '!') {
|
||||||
// shbang line: # is a comment only if first char of the script
|
// shbang line: "#!" is a comment only if located at the start of the script
|
||||||
sc.SetState(SCE_LUA_COMMENTLINE);
|
sc.SetState(SCE_LUA_COMMENTLINE);
|
||||||
}
|
}
|
||||||
for (; sc.More(); sc.Forward()) {
|
for (; sc.More(); sc.Forward()) {
|
||||||
|
|
@ -178,40 +185,32 @@ static void ColouriseLuaDoc(
|
||||||
sc.SetState(SCE_LUA_DEFAULT);
|
sc.SetState(SCE_LUA_DEFAULT);
|
||||||
}
|
}
|
||||||
} else if (sc.state == SCE_LUA_IDENTIFIER) {
|
} else if (sc.state == SCE_LUA_IDENTIFIER) {
|
||||||
if (!(setWord.Contains(sc.ch) || sc.ch == '.') || sc.Match('.', '.')) {
|
idenPos--; // commit already-scanned identitier/word parts
|
||||||
char s[100];
|
if (idenWordPos > 0) {
|
||||||
sc.GetCurrent(s, sizeof(s));
|
idenWordPos--;
|
||||||
if (keywords.InList(s)) {
|
sc.ChangeState(idenStyle);
|
||||||
sc.ChangeState(SCE_LUA_WORD);
|
sc.ForwardBytes(idenWordPos);
|
||||||
if (strcmp(s, "goto") == 0) { // goto <label> forward scan
|
idenPos -= idenWordPos;
|
||||||
sc.SetState(SCE_LUA_DEFAULT);
|
if (idenPos > 0) {
|
||||||
while (IsASpaceOrTab(sc.ch) && !sc.atLineEnd)
|
sc.SetState(SCE_LUA_IDENTIFIER);
|
||||||
sc.Forward();
|
sc.ForwardBytes(idenPos);
|
||||||
if (setWordStart.Contains(sc.ch)) {
|
}
|
||||||
sc.SetState(SCE_LUA_LABEL);
|
} else {
|
||||||
sc.Forward();
|
sc.ForwardBytes(idenPos);
|
||||||
while (setWord.Contains(sc.ch))
|
}
|
||||||
sc.Forward();
|
sc.SetState(SCE_LUA_DEFAULT);
|
||||||
sc.GetCurrent(s, sizeof(s));
|
if (foundGoto) { // goto <label> forward scan
|
||||||
if (keywords.InList(s))
|
while (IsASpaceOrTab(sc.ch) && !sc.atLineEnd)
|
||||||
sc.ChangeState(SCE_LUA_WORD);
|
sc.Forward();
|
||||||
}
|
if (setWordStart.Contains(sc.ch)) {
|
||||||
sc.SetState(SCE_LUA_DEFAULT);
|
sc.SetState(SCE_LUA_LABEL);
|
||||||
}
|
sc.Forward();
|
||||||
} else if (keywords2.InList(s)) {
|
while (setWord.Contains(sc.ch))
|
||||||
sc.ChangeState(SCE_LUA_WORD2);
|
sc.Forward();
|
||||||
} else if (keywords3.InList(s)) {
|
char s[100];
|
||||||
sc.ChangeState(SCE_LUA_WORD3);
|
sc.GetCurrent(s, sizeof(s));
|
||||||
} else if (keywords4.InList(s)) {
|
if (keywords.InList(s)) // labels cannot be keywords
|
||||||
sc.ChangeState(SCE_LUA_WORD4);
|
sc.ChangeState(SCE_LUA_WORD);
|
||||||
} else if (keywords5.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD5);
|
|
||||||
} else if (keywords6.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD6);
|
|
||||||
} else if (keywords7.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD7);
|
|
||||||
} else if (keywords8.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD8);
|
|
||||||
}
|
}
|
||||||
sc.SetState(SCE_LUA_DEFAULT);
|
sc.SetState(SCE_LUA_DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
@ -257,7 +256,7 @@ static void ColouriseLuaDoc(
|
||||||
}
|
}
|
||||||
} else if (sc.state == SCE_LUA_LITERALSTRING || sc.state == SCE_LUA_COMMENT) {
|
} else if (sc.state == SCE_LUA_LITERALSTRING || sc.state == SCE_LUA_COMMENT) {
|
||||||
if (sc.ch == '[') {
|
if (sc.ch == '[') {
|
||||||
int sep = LongDelimCheck(sc);
|
const int sep = LongDelimCheck(sc);
|
||||||
if (sep == 1 && sepCount == 1) { // [[-only allowed to nest
|
if (sep == 1 && sepCount == 1) { // [[-only allowed to nest
|
||||||
nestLevel++;
|
nestLevel++;
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
|
|
@ -285,6 +284,66 @@ static void ColouriseLuaDoc(
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
}
|
}
|
||||||
} else if (setWordStart.Contains(sc.ch)) {
|
} else if (setWordStart.Contains(sc.ch)) {
|
||||||
|
// For matching various identifiers with dots and colons, multiple
|
||||||
|
// matches are done as identifier segments are added. Longest match is
|
||||||
|
// set to a word style. The non-matched part is in identifier style.
|
||||||
|
std::string ident;
|
||||||
|
idenPos = 0;
|
||||||
|
idenWordPos = 0;
|
||||||
|
idenStyle = SCE_LUA_IDENTIFIER;
|
||||||
|
foundGoto = false;
|
||||||
|
int cNext;
|
||||||
|
do {
|
||||||
|
int c;
|
||||||
|
const Sci_Position idenPosOld = idenPos;
|
||||||
|
std::string identSeg;
|
||||||
|
identSeg += static_cast<char>(sc.GetRelative(idenPos++));
|
||||||
|
while (setWord.Contains(c = sc.GetRelative(idenPos))) {
|
||||||
|
identSeg += static_cast<char>(c);
|
||||||
|
idenPos++;
|
||||||
|
}
|
||||||
|
if (keywords.InList(identSeg.c_str()) && (idenPosOld > 0)) {
|
||||||
|
idenPos = idenPosOld - 1; // keywords cannot mix
|
||||||
|
ident.pop_back();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
ident += identSeg;
|
||||||
|
const char* s = ident.c_str();
|
||||||
|
int newStyle = SCE_LUA_IDENTIFIER;
|
||||||
|
if (keywords.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD;
|
||||||
|
} else if (keywords2.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD2;
|
||||||
|
} else if (keywords3.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD3;
|
||||||
|
} else if (keywords4.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD4;
|
||||||
|
} else if (keywords5.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD5;
|
||||||
|
} else if (keywords6.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD6;
|
||||||
|
} else if (keywords7.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD7;
|
||||||
|
} else if (keywords8.InList(s)) {
|
||||||
|
newStyle = SCE_LUA_WORD8;
|
||||||
|
}
|
||||||
|
if (newStyle != SCE_LUA_IDENTIFIER) {
|
||||||
|
idenStyle = newStyle;
|
||||||
|
idenWordPos = idenPos;
|
||||||
|
}
|
||||||
|
if (idenStyle == SCE_LUA_WORD) // keywords cannot mix
|
||||||
|
break;
|
||||||
|
cNext = sc.GetRelative(idenPos + 1);
|
||||||
|
if ((c == '.' || c == ':') && setWordStart.Contains(cNext)) {
|
||||||
|
ident += static_cast<char>(c);
|
||||||
|
idenPos++;
|
||||||
|
} else {
|
||||||
|
cNext = 0;
|
||||||
|
}
|
||||||
|
} while (cNext);
|
||||||
|
if ((idenStyle == SCE_LUA_WORD) && (ident.compare("goto") == 0)) {
|
||||||
|
foundGoto = true;
|
||||||
|
}
|
||||||
sc.SetState(SCE_LUA_IDENTIFIER);
|
sc.SetState(SCE_LUA_IDENTIFIER);
|
||||||
} else if (sc.ch == '\"') {
|
} else if (sc.ch == '\"') {
|
||||||
sc.SetState(SCE_LUA_STRING);
|
sc.SetState(SCE_LUA_STRING);
|
||||||
|
|
@ -322,48 +381,26 @@ static void ColouriseLuaDoc(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (setWord.Contains(sc.chPrev) || sc.chPrev == '.') {
|
|
||||||
char s[100];
|
|
||||||
sc.GetCurrent(s, sizeof(s));
|
|
||||||
if (keywords.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD);
|
|
||||||
} else if (keywords2.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD2);
|
|
||||||
} else if (keywords3.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD3);
|
|
||||||
} else if (keywords4.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD4);
|
|
||||||
} else if (keywords5.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD5);
|
|
||||||
} else if (keywords6.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD6);
|
|
||||||
} else if (keywords7.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD7);
|
|
||||||
} else if (keywords8.InList(s)) {
|
|
||||||
sc.ChangeState(SCE_LUA_WORD8);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
sc.Complete();
|
sc.Complete();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void FoldLuaDoc(Sci_PositionU startPos, Sci_Position length, int /* initStyle */, WordList *[],
|
static void FoldLuaDoc(Sci_PositionU startPos, Sci_Position length, int /* initStyle */, WordList *[],
|
||||||
Accessor &styler) {
|
Accessor &styler) {
|
||||||
Sci_PositionU lengthDoc = startPos + length;
|
const Sci_PositionU lengthDoc = startPos + length;
|
||||||
int visibleChars = 0;
|
int visibleChars = 0;
|
||||||
Sci_Position lineCurrent = styler.GetLine(startPos);
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
int levelPrev = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
int levelPrev = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK;
|
||||||
int levelCurrent = levelPrev;
|
int levelCurrent = levelPrev;
|
||||||
char chNext = styler[startPos];
|
char chNext = styler[startPos];
|
||||||
bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
const bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
||||||
int styleNext = styler.StyleAt(startPos);
|
int styleNext = styler.StyleAt(startPos);
|
||||||
|
|
||||||
for (Sci_PositionU i = startPos; i < lengthDoc; i++) {
|
for (Sci_PositionU i = startPos; i < lengthDoc; i++) {
|
||||||
char ch = chNext;
|
const char ch = chNext;
|
||||||
chNext = styler.SafeGetCharAt(i + 1);
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
int style = styleNext;
|
const int style = styleNext;
|
||||||
styleNext = styler.StyleAt(i + 1);
|
styleNext = styler.StyleAt(i + 1);
|
||||||
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
const bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
||||||
if (style == SCE_LUA_WORD) {
|
if (style == SCE_LUA_WORD) {
|
||||||
if (ch == 'i' || ch == 'd' || ch == 'f' || ch == 'e' || ch == 'r' || ch == 'u') {
|
if (ch == 'i' || ch == 'd' || ch == 'f' || ch == 'e' || ch == 'r' || ch == 'u') {
|
||||||
char s[10] = "";
|
char s[10] = "";
|
||||||
|
|
@ -433,4 +470,33 @@ static const char * const luaWordListDesc[] = {
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
LexerModule lmLua(SCLEX_LUA, ColouriseLuaDoc, "lua", FoldLuaDoc, luaWordListDesc);
|
namespace {
|
||||||
|
|
||||||
|
LexicalClass lexicalClasses[] = {
|
||||||
|
// Lexer Lua SCLEX_LUA SCE_LUA_:
|
||||||
|
0, "SCE_LUA_DEFAULT", "default", "White space: Visible only in View Whitespace mode (or if it has a back colour)",
|
||||||
|
1, "SCE_LUA_COMMENT", "comment", "Block comment (Lua 5.0)",
|
||||||
|
2, "SCE_LUA_COMMENTLINE", "comment line", "Line comment",
|
||||||
|
3, "SCE_LUA_COMMENTDOC", "comment documentation", "Doc comment -- Not used in Lua (yet?)",
|
||||||
|
4, "SCE_LUA_NUMBER", "literal numeric", "Number",
|
||||||
|
5, "SCE_LUA_WORD", "keyword", "Keyword",
|
||||||
|
6, "SCE_LUA_STRING", "literal string", "(Double quoted) String",
|
||||||
|
7, "SCE_LUA_CHARACTER", "literal string character", "Character (Single quoted string)",
|
||||||
|
8, "SCE_LUA_LITERALSTRING", "literal string", "Literal string",
|
||||||
|
9, "SCE_LUA_PREPROCESSOR", "preprocessor", "Preprocessor (obsolete in Lua 4.0 and up)",
|
||||||
|
10, "SCE_LUA_OPERATOR", "operator", "Operators",
|
||||||
|
11, "SCE_LUA_IDENTIFIER", "identifier", "Identifier (everything else...)",
|
||||||
|
12, "SCE_LUA_STRINGEOL", "error literal string", "End of line where string is not closed",
|
||||||
|
13, "SCE_LUA_WORD2", "identifier", "Other keywords",
|
||||||
|
14, "SCE_LUA_WORD3", "identifier", "Other keywords",
|
||||||
|
15, "SCE_LUA_WORD4", "identifier", "Other keywords",
|
||||||
|
16, "SCE_LUA_WORD5", "identifier", "Other keywords",
|
||||||
|
17, "SCE_LUA_WORD6", "identifier", "Other keywords",
|
||||||
|
18, "SCE_LUA_WORD7", "identifier", "Other keywords",
|
||||||
|
19, "SCE_LUA_WORD8", "identifier", "Other keywords",
|
||||||
|
20, "SCE_LUA_LABEL", "label", "Labels",
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerModule lmLua(SCLEX_LUA, ColouriseLuaDoc, "lua", FoldLuaDoc, luaWordListDesc, lexicalClasses, ELEMENTS(lexicalClasses));
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
|
// Encoding: UTF-8
|
||||||
/** @file LexMMIXAL.cxx
|
/** @file LexMMIXAL.cxx
|
||||||
** Lexer for MMIX Assembler Language.
|
** Lexer for MMIX Assembler Language.
|
||||||
** Written by Christoph Hösler <christoph.hoesler@student.uni-tuebingen.de>
|
** Written by Christoph Hösler <christoph.hoesler@student.uni-tuebingen.de>
|
||||||
** For information about MMIX visit http://www-cs-faculty.stanford.edu/~knuth/mmix.html
|
** For information about MMIX visit http://www-cs-faculty.stanford.edu/~knuth/mmix.html
|
||||||
**/
|
**/
|
||||||
// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
|
// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
|
||||||
|
|
@ -25,16 +26,14 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(const int ch) {
|
static inline bool IsAWordChar(const int ch) {
|
||||||
return (ch < 0x80) && (isalnum(ch) || ch == ':' || ch == '_');
|
return (ch < 0x80) && (isalnum(ch) || ch == ':' || ch == '_');
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool isMMIXALOperator(char ch) {
|
static inline bool isMMIXALOperator(char ch) {
|
||||||
if (IsASCII(ch) && isalnum(ch))
|
if (IsASCII(ch) && isalnum(ch))
|
||||||
return false;
|
return false;
|
||||||
if (ch == '+' || ch == '-' || ch == '|' || ch == '^' ||
|
if (ch == '+' || ch == '-' || ch == '|' || ch == '^' ||
|
||||||
|
|
@ -86,8 +85,6 @@ static void ColouriseMMIXALDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
} else if (sc.state == SCE_MMIXAL_NUMBER) { // NUMBER
|
} else if (sc.state == SCE_MMIXAL_NUMBER) { // NUMBER
|
||||||
if (!isdigit(sc.ch)) {
|
if (!isdigit(sc.ch)) {
|
||||||
if (IsAWordChar(sc.ch)) {
|
if (IsAWordChar(sc.ch)) {
|
||||||
char s[100];
|
|
||||||
sc.GetCurrent(s, sizeof(s));
|
|
||||||
sc.ChangeState(SCE_MMIXAL_REF);
|
sc.ChangeState(SCE_MMIXAL_REF);
|
||||||
sc.SetState(SCE_MMIXAL_REF);
|
sc.SetState(SCE_MMIXAL_REF);
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -100,12 +97,11 @@ static void ColouriseMMIXALDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
}
|
}
|
||||||
} else if (sc.state == SCE_MMIXAL_REF) { // REF
|
} else if (sc.state == SCE_MMIXAL_REF) { // REF
|
||||||
if (!IsAWordChar(sc.ch) ) {
|
if (!IsAWordChar(sc.ch) ) {
|
||||||
char s[100];
|
char s0[100];
|
||||||
sc.GetCurrent(s, sizeof(s));
|
sc.GetCurrent(s0, sizeof(s0));
|
||||||
|
const char *s = s0;
|
||||||
if (*s == ':') { // ignore base prefix for match
|
if (*s == ':') { // ignore base prefix for match
|
||||||
for (size_t i = 0; i != sizeof(s)-1; ++i) {
|
++s;
|
||||||
*(s+i) = *(s+i+1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (special_register.InList(s)) {
|
if (special_register.InList(s)) {
|
||||||
sc.ChangeState(SCE_MMIXAL_REGISTER);
|
sc.ChangeState(SCE_MMIXAL_REGISTER);
|
||||||
|
|
@ -155,9 +151,7 @@ static void ColouriseMMIXALDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
if (sc.state == SCE_MMIXAL_OPCODE_POST || // OPCODE_POST
|
if (sc.state == SCE_MMIXAL_OPCODE_POST || // OPCODE_POST
|
||||||
sc.state == SCE_MMIXAL_OPERANDS) { // OPERANDS
|
sc.state == SCE_MMIXAL_OPERANDS) { // OPERANDS
|
||||||
if (sc.state == SCE_MMIXAL_OPERANDS && isspace(sc.ch)) {
|
if (sc.state == SCE_MMIXAL_OPERANDS && isspace(sc.ch)) {
|
||||||
if (!sc.atLineEnd) {
|
sc.SetState(SCE_MMIXAL_COMMENT);
|
||||||
sc.SetState(SCE_MMIXAL_COMMENT);
|
|
||||||
}
|
|
||||||
} else if (isdigit(sc.ch)) {
|
} else if (isdigit(sc.ch)) {
|
||||||
sc.SetState(SCE_MMIXAL_NUMBER);
|
sc.SetState(SCE_MMIXAL_NUMBER);
|
||||||
} else if (IsAWordChar(sc.ch) || sc.Match('@')) {
|
} else if (IsAWordChar(sc.ch) || sc.Match('@')) {
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static int GetLotLineState(std::string &line) {
|
static int GetLotLineState(std::string &line) {
|
||||||
if (line.length()) {
|
if (line.length()) {
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#define KW_MSSQL_STATEMENTS 0
|
#define KW_MSSQL_STATEMENTS 0
|
||||||
#define KW_MSSQL_DATA_TYPES 1
|
#define KW_MSSQL_DATA_TYPES 1
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is it a core character (C isalpha(), exclamation and question mark)
|
* Is it a core character (C isalpha(), exclamation and question mark)
|
||||||
|
|
@ -84,7 +82,7 @@ static inline bool IsAlNumSym(int ch) {
|
||||||
* \param startPos Where to start scanning
|
* \param startPos Where to start scanning
|
||||||
* \param length Where to scan to
|
* \param length Where to scan to
|
||||||
* \param initStyle The style at the initial point, not used in this folder
|
* \param initStyle The style at the initial point, not used in this folder
|
||||||
* \param keywordslists The keywordslists, currently, number 5 is used
|
* \param keywordlists The keywordslists, currently, number 5 is used
|
||||||
* \param styler The styler
|
* \param styler The styler
|
||||||
*/
|
*/
|
||||||
static void ColouriseMagikDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
static void ColouriseMagikDoc(Sci_PositionU startPos, Sci_Position length, int initStyle,
|
||||||
|
|
@ -330,7 +328,7 @@ static const char * const magikWordListDesc[] = {
|
||||||
*
|
*
|
||||||
* \param keywordslist The list of keywords that are scanned, they should only
|
* \param keywordslist The list of keywords that are scanned, they should only
|
||||||
* contain the start keywords, not the end keywords
|
* contain the start keywords, not the end keywords
|
||||||
* \param The actual keyword
|
* \param keyword The actual keyword
|
||||||
* \return 1 if it is a folding start-keyword, -1 if it is a folding end-keyword
|
* \return 1 if it is a folding start-keyword, -1 if it is a folding end-keyword
|
||||||
* 0 otherwise
|
* 0 otherwise
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
static inline bool AtEOL(Accessor &styler, Sci_PositionU i) {
|
||||||
return (styler[i] == '\n') ||
|
return (styler[i] == '\n') ||
|
||||||
|
|
|
||||||
|
|
@ -51,9 +51,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsNewline(const int ch) {
|
static inline bool IsNewline(const int ch) {
|
||||||
return (ch == '\n' || ch == '\r');
|
return (ch == '\n' || ch == '\r');
|
||||||
|
|
@ -147,6 +145,7 @@ static void ColorizeMarkdownDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
WordList **, Accessor &styler) {
|
WordList **, Accessor &styler) {
|
||||||
Sci_PositionU endPos = startPos + length;
|
Sci_PositionU endPos = startPos + length;
|
||||||
int precharCount = 0;
|
int precharCount = 0;
|
||||||
|
bool isLinkNameDetecting = false;
|
||||||
// Don't advance on a new loop iteration and retry at the same position.
|
// Don't advance on a new loop iteration and retry at the same position.
|
||||||
// Useful in the corner case of having to start at the beginning file position
|
// Useful in the corner case of having to start at the beginning file position
|
||||||
// in the default state.
|
// in the default state.
|
||||||
|
|
@ -339,6 +338,27 @@ static void ColorizeMarkdownDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
++precharCount;
|
++precharCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Any link
|
||||||
|
if (sc.state == SCE_MARKDOWN_LINK) {
|
||||||
|
if (sc.Match("](") && sc.GetRelative(-1) != '\\') {
|
||||||
|
sc.Forward(2);
|
||||||
|
isLinkNameDetecting = true;
|
||||||
|
}
|
||||||
|
else if (sc.Match("]:") && sc.GetRelative(-1) != '\\') {
|
||||||
|
sc.Forward(2);
|
||||||
|
sc.SetState(SCE_MARKDOWN_DEFAULT);
|
||||||
|
}
|
||||||
|
else if (!isLinkNameDetecting && sc.ch == ']' && sc.GetRelative(-1) != '\\') {
|
||||||
|
sc.Forward();
|
||||||
|
sc.SetState(SCE_MARKDOWN_DEFAULT);
|
||||||
|
}
|
||||||
|
else if (isLinkNameDetecting && sc.ch == ')' && sc.GetRelative(-1) != '\\') {
|
||||||
|
sc.Forward();
|
||||||
|
sc.SetState(SCE_MARKDOWN_DEFAULT);
|
||||||
|
isLinkNameDetecting = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// New state anywhere in doc
|
// New state anywhere in doc
|
||||||
if (sc.state == SCE_MARKDOWN_DEFAULT) {
|
if (sc.state == SCE_MARKDOWN_DEFAULT) {
|
||||||
if (sc.atLineStart && sc.ch == '#') {
|
if (sc.atLineStart && sc.ch == '#') {
|
||||||
|
|
@ -346,38 +366,16 @@ static void ColorizeMarkdownDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
freezeCursor = true;
|
freezeCursor = true;
|
||||||
}
|
}
|
||||||
// Links and Images
|
// Links and Images
|
||||||
if (sc.Match("![") || sc.ch == '[') {
|
if (sc.Match("![")) {
|
||||||
Sci_Position i = 0, j = 0, k = 0;
|
sc.SetState(SCE_MARKDOWN_LINK);
|
||||||
Sci_Position len = endPos - sc.currentPos;
|
sc.Forward(2);
|
||||||
while (i < len && (sc.GetRelative(++i) != ']' || sc.GetRelative(i - 1) == '\\'))
|
}
|
||||||
;
|
else if (sc.ch == '[' && sc.GetRelative(-1) != '\\') {
|
||||||
if (sc.GetRelative(i) == ']') {
|
sc.SetState(SCE_MARKDOWN_LINK);
|
||||||
j = i;
|
sc.Forward();
|
||||||
if (sc.GetRelative(++i) == '(') {
|
|
||||||
while (i < len && (sc.GetRelative(++i) != ')' || sc.GetRelative(i - 1) == '\\'))
|
|
||||||
;
|
|
||||||
if (sc.GetRelative(i) == ')')
|
|
||||||
k = i;
|
|
||||||
}
|
|
||||||
else if (sc.GetRelative(i) == '[' || sc.GetRelative(++i) == '[') {
|
|
||||||
while (i < len && (sc.GetRelative(++i) != ']' || sc.GetRelative(i - 1) == '\\'))
|
|
||||||
;
|
|
||||||
if (sc.GetRelative(i) == ']')
|
|
||||||
k = i;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// At least a link text
|
|
||||||
if (j) {
|
|
||||||
sc.SetState(SCE_MARKDOWN_LINK);
|
|
||||||
sc.Forward(j);
|
|
||||||
// Also has a URL or reference portion
|
|
||||||
if (k)
|
|
||||||
sc.Forward(k - j);
|
|
||||||
sc.ForwardSetState(SCE_MARKDOWN_DEFAULT);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// Code - also a special case for alternate inside spacing
|
// Code - also a special case for alternate inside spacing
|
||||||
if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) {
|
else if (sc.Match("``") && sc.GetRelative(3) != ' ' && AtTermStart(sc)) {
|
||||||
sc.SetState(SCE_MARKDOWN_CODE2);
|
sc.SetState(SCE_MARKDOWN_CODE2);
|
||||||
sc.Forward();
|
sc.Forward();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
|
// Encoding: UTF-8
|
||||||
/** @file LexMatlab.cxx
|
/** @file LexMatlab.cxx
|
||||||
** Lexer for Matlab.
|
** Lexer for Matlab.
|
||||||
** Written by José Fonseca
|
** Written by José Fonseca
|
||||||
**
|
**
|
||||||
** Changes by Christoph Dalitz 2003/12/04:
|
** Changes by Christoph Dalitz 2003/12/04:
|
||||||
** - added support for Octave
|
** - added support for Octave
|
||||||
|
|
@ -18,6 +19,9 @@
|
||||||
**
|
**
|
||||||
** Changes by John Donoghue 2016/11/15
|
** Changes by John Donoghue 2016/11/15
|
||||||
** - update matlab code folding
|
** - update matlab code folding
|
||||||
|
**
|
||||||
|
** Changes by John Donoghue 2017/01/18
|
||||||
|
** - update matlab block comment detection
|
||||||
**/
|
**/
|
||||||
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
|
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
|
||||||
// The License.txt file describes the conditions under which this software may be distributed.
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
@ -40,9 +44,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool IsMatlabCommentChar(int c) {
|
static bool IsMatlabCommentChar(int c) {
|
||||||
return (c == '%') ;
|
return (c == '%') ;
|
||||||
|
|
@ -62,6 +64,7 @@ static int CheckKeywordFoldPoint(char *str) {
|
||||||
if (strcmp ("if", str) == 0 ||
|
if (strcmp ("if", str) == 0 ||
|
||||||
strcmp ("for", str) == 0 ||
|
strcmp ("for", str) == 0 ||
|
||||||
strcmp ("switch", str) == 0 ||
|
strcmp ("switch", str) == 0 ||
|
||||||
|
strcmp ("while", str) == 0 ||
|
||||||
strcmp ("try", str) == 0 ||
|
strcmp ("try", str) == 0 ||
|
||||||
strcmp ("do", str) == 0 ||
|
strcmp ("do", str) == 0 ||
|
||||||
strcmp ("parfor", str) == 0 ||
|
strcmp ("parfor", str) == 0 ||
|
||||||
|
|
@ -73,6 +76,15 @@ static int CheckKeywordFoldPoint(char *str) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static bool IsSpaceToEOL(Sci_Position startPos, Accessor &styler) {
|
||||||
|
Sci_Position line = styler.GetLine(startPos);
|
||||||
|
Sci_Position eol_pos = styler.LineStart(line + 1) - 1;
|
||||||
|
for (Sci_Position i = startPos; i < eol_pos; i++) {
|
||||||
|
char ch = styler[i];
|
||||||
|
if(!IsASpace(ch)) return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
static void ColouriseMatlabOctaveDoc(
|
static void ColouriseMatlabOctaveDoc(
|
||||||
Sci_PositionU startPos, Sci_Position length, int initStyle,
|
Sci_PositionU startPos, Sci_Position length, int initStyle,
|
||||||
|
|
@ -88,6 +100,9 @@ static void ColouriseMatlabOctaveDoc(
|
||||||
// of a string
|
// of a string
|
||||||
bool transpose = false;
|
bool transpose = false;
|
||||||
|
|
||||||
|
// count of brackets as boolean for when end could be an operator not a keyword
|
||||||
|
int allow_end_op = 0;
|
||||||
|
|
||||||
// approximate position of first non space character in a line
|
// approximate position of first non space character in a line
|
||||||
int nonSpaceColumn = -1;
|
int nonSpaceColumn = -1;
|
||||||
// approximate column position of the current character in a line
|
// approximate column position of the current character in a line
|
||||||
|
|
@ -140,8 +155,12 @@ static void ColouriseMatlabOctaveDoc(
|
||||||
} else if (sc.state == SCE_MATLAB_KEYWORD) {
|
} else if (sc.state == SCE_MATLAB_KEYWORD) {
|
||||||
if (!isalnum(sc.ch) && sc.ch != '_') {
|
if (!isalnum(sc.ch) && sc.ch != '_') {
|
||||||
char s[100];
|
char s[100];
|
||||||
sc.GetCurrentLowered(s, sizeof(s));
|
sc.GetCurrent(s, sizeof(s));
|
||||||
|
|
||||||
if (keywords.InList(s)) {
|
if (keywords.InList(s)) {
|
||||||
|
if (strcmp ("end", s) == 0 && allow_end_op) {
|
||||||
|
sc.ChangeState(SCE_MATLAB_NUMBER);
|
||||||
|
}
|
||||||
sc.SetState(SCE_MATLAB_DEFAULT);
|
sc.SetState(SCE_MATLAB_DEFAULT);
|
||||||
transpose = false;
|
transpose = false;
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -180,7 +199,7 @@ static void ColouriseMatlabOctaveDoc(
|
||||||
}
|
}
|
||||||
} else if (sc.state == SCE_MATLAB_COMMENT) {
|
} else if (sc.state == SCE_MATLAB_COMMENT) {
|
||||||
// end or start of a nested a block comment?
|
// end or start of a nested a block comment?
|
||||||
if( IsCommentChar(sc.ch) && sc.chNext == '}' && nonSpaceColumn == column) {
|
if( IsCommentChar(sc.ch) && sc.chNext == '}' && nonSpaceColumn == column && IsSpaceToEOL(sc.currentPos+2, styler)) {
|
||||||
if(commentDepth > 0) commentDepth --;
|
if(commentDepth > 0) commentDepth --;
|
||||||
|
|
||||||
curLine = styler.GetLine(sc.currentPos);
|
curLine = styler.GetLine(sc.currentPos);
|
||||||
|
|
@ -192,7 +211,7 @@ static void ColouriseMatlabOctaveDoc(
|
||||||
transpose = false;
|
transpose = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if( IsCommentChar(sc.ch) && sc.chNext == '{' && nonSpaceColumn == column)
|
else if( IsCommentChar(sc.ch) && sc.chNext == '{' && nonSpaceColumn == column && IsSpaceToEOL(sc.currentPos+2, styler))
|
||||||
{
|
{
|
||||||
commentDepth ++;
|
commentDepth ++;
|
||||||
|
|
||||||
|
|
@ -214,8 +233,11 @@ static void ColouriseMatlabOctaveDoc(
|
||||||
if (sc.state == SCE_MATLAB_DEFAULT) {
|
if (sc.state == SCE_MATLAB_DEFAULT) {
|
||||||
if (IsCommentChar(sc.ch)) {
|
if (IsCommentChar(sc.ch)) {
|
||||||
// ncrement depth if we are a block comment
|
// ncrement depth if we are a block comment
|
||||||
if(sc.chNext == '{' && nonSpaceColumn == column)
|
if(sc.chNext == '{' && nonSpaceColumn == column) {
|
||||||
commentDepth ++;
|
if(IsSpaceToEOL(sc.currentPos+2, styler)) {
|
||||||
|
commentDepth ++;
|
||||||
|
}
|
||||||
|
}
|
||||||
curLine = styler.GetLine(sc.currentPos);
|
curLine = styler.GetLine(sc.currentPos);
|
||||||
styler.SetLineState(curLine, commentDepth);
|
styler.SetLineState(curLine, commentDepth);
|
||||||
sc.SetState(SCE_MATLAB_COMMENT);
|
sc.SetState(SCE_MATLAB_COMMENT);
|
||||||
|
|
@ -238,6 +260,12 @@ static void ColouriseMatlabOctaveDoc(
|
||||||
} else if (isalpha(sc.ch)) {
|
} else if (isalpha(sc.ch)) {
|
||||||
sc.SetState(SCE_MATLAB_KEYWORD);
|
sc.SetState(SCE_MATLAB_KEYWORD);
|
||||||
} else if (isoperator(static_cast<char>(sc.ch)) || sc.ch == '@' || sc.ch == '\\') {
|
} else if (isoperator(static_cast<char>(sc.ch)) || sc.ch == '@' || sc.ch == '\\') {
|
||||||
|
if (sc.ch == '(' || sc.ch == '[' || sc.ch == '{') {
|
||||||
|
allow_end_op ++;
|
||||||
|
} else if ((sc.ch == ')' || sc.ch == ']' || sc.ch == '}') && (allow_end_op > 0)) {
|
||||||
|
allow_end_op --;
|
||||||
|
}
|
||||||
|
|
||||||
if (sc.ch == ')' || sc.ch == ']' || sc.ch == '}') {
|
if (sc.ch == ')' || sc.ch == ']' || sc.ch == '}') {
|
||||||
transpose = true;
|
transpose = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -266,6 +294,12 @@ static void FoldMatlabOctaveDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
WordList *[], Accessor &styler,
|
WordList *[], Accessor &styler,
|
||||||
bool (*IsComment)(int ch)) {
|
bool (*IsComment)(int ch)) {
|
||||||
|
|
||||||
|
if (styler.GetPropertyInt("fold") == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
|
const bool foldComment = styler.GetPropertyInt("fold.comment") != 0;
|
||||||
|
const bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
|
||||||
|
|
||||||
Sci_PositionU endPos = startPos + length;
|
Sci_PositionU endPos = startPos + length;
|
||||||
int visibleChars = 0;
|
int visibleChars = 0;
|
||||||
Sci_Position lineCurrent = styler.GetLine(startPos);
|
Sci_Position lineCurrent = styler.GetLine(startPos);
|
||||||
|
|
@ -286,11 +320,11 @@ static void FoldMatlabOctaveDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
|
||||||
|
|
||||||
// a line that starts with a comment
|
// a line that starts with a comment
|
||||||
if (style == SCE_MATLAB_COMMENT && IsComment(ch) && visibleChars == 0) {
|
if (foldComment && style == SCE_MATLAB_COMMENT && IsComment(ch) && visibleChars == 0) {
|
||||||
// start/end of block comment
|
// start/end of block comment
|
||||||
if (chNext == '{')
|
if (chNext == '{' && IsSpaceToEOL(i+2, styler))
|
||||||
levelNext ++;
|
levelNext ++;
|
||||||
if (chNext == '}')
|
if (chNext == '}' && IsSpaceToEOL(i+2, styler))
|
||||||
levelNext --;
|
levelNext --;
|
||||||
}
|
}
|
||||||
// keyword
|
// keyword
|
||||||
|
|
@ -305,14 +339,14 @@ static void FoldMatlabOctaveDoc(Sci_PositionU startPos, Sci_Position length, int
|
||||||
wordlen = 0;
|
wordlen = 0;
|
||||||
|
|
||||||
levelNext += CheckKeywordFoldPoint(word);
|
levelNext += CheckKeywordFoldPoint(word);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!IsASpace(ch))
|
if (!IsASpace(ch))
|
||||||
visibleChars++;
|
visibleChars++;
|
||||||
if (atEOL || (i == endPos-1)) {
|
if (atEOL || (i == endPos-1)) {
|
||||||
int levelUse = levelCurrent;
|
int levelUse = levelCurrent;
|
||||||
int lev = levelUse | levelNext << 16;
|
int lev = levelUse | levelNext << 16;
|
||||||
if (visibleChars == 0)
|
if (visibleChars == 0 && foldCompact)
|
||||||
lev |= SC_FOLDLEVELWHITEFLAG;
|
lev |= SC_FOLDLEVELWHITEFLAG;
|
||||||
if (levelUse < levelNext)
|
if (levelUse < levelNext)
|
||||||
lev |= SC_FOLDLEVELHEADERFLAG;
|
lev |= SC_FOLDLEVELHEADERFLAG;
|
||||||
|
|
|
||||||
222
src/stc/scintilla/lexers/LexMaxima.cxx
Normal file
222
src/stc/scintilla/lexers/LexMaxima.cxx
Normal file
|
|
@ -0,0 +1,222 @@
|
||||||
|
// Scintilla source code edit control
|
||||||
|
/** @file LexMaxima.cxx
|
||||||
|
** Lexer for Maxima (http://maxima.sourceforge.net).
|
||||||
|
** Written by Gunter Königsmann based on the lisp lexer by Alexey Yutkin and Neil Hodgson .
|
||||||
|
**/
|
||||||
|
// Copyright 2018 by Gunter Königsmann <wxMaxima@physikbuch.de>
|
||||||
|
// The License.txt file describes the conditions under which this software may be distributed.
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#include "ILexer.h"
|
||||||
|
#include "Scintilla.h"
|
||||||
|
#include "SciLexer.h"
|
||||||
|
|
||||||
|
#include "WordList.h"
|
||||||
|
#include "LexAccessor.h"
|
||||||
|
#include "Accessor.h"
|
||||||
|
#include "StyleContext.h"
|
||||||
|
#include "CharacterSet.h"
|
||||||
|
#include "LexerModule.h"
|
||||||
|
using namespace Scintilla;
|
||||||
|
|
||||||
|
static inline bool isMaximaoperator(char ch) {
|
||||||
|
return (ch == '\'' || ch == '`' || ch == '(' ||
|
||||||
|
ch == ')' || ch == '[' || ch == ']' ||
|
||||||
|
ch == '{' || ch == '}' || ch == '!' ||
|
||||||
|
ch == '*' || ch == '/' || ch == '^' ||
|
||||||
|
ch == ',' || ch == ':' || ch == '+' ||
|
||||||
|
ch == '-');
|
||||||
|
}
|
||||||
|
|
||||||
|
static void ColouriseMaximaDoc(Sci_PositionU startPos, Sci_Position length, int lastStyle,
|
||||||
|
WordList *[],
|
||||||
|
Accessor &styler) {
|
||||||
|
|
||||||
|
styler.StartAt(startPos);
|
||||||
|
|
||||||
|
Sci_PositionU lengthDoc = startPos + length;
|
||||||
|
styler.StartSegment(startPos);
|
||||||
|
|
||||||
|
Sci_PositionU i = startPos;
|
||||||
|
|
||||||
|
// If we are in the middle of a comment we go back to its start before highlighting
|
||||||
|
if(lastStyle == SCE_MAXIMA_COMMENT)
|
||||||
|
{
|
||||||
|
while((i>0) &&
|
||||||
|
!((styler.SafeGetCharAt(i+1) == '*') && (styler.SafeGetCharAt(i) == '/')))
|
||||||
|
i--;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (; i < lengthDoc; i++) {
|
||||||
|
char ch = styler.SafeGetCharAt(i);
|
||||||
|
char chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
|
||||||
|
if (styler.IsLeadByte(ch))
|
||||||
|
continue;
|
||||||
|
|
||||||
|
// Handle comments.
|
||||||
|
// Comments start with /* and end with */
|
||||||
|
if((ch == '/') && (chNext == '*'))
|
||||||
|
{
|
||||||
|
i++;i++;
|
||||||
|
|
||||||
|
chNext = styler.SafeGetCharAt(i);
|
||||||
|
for (; i < lengthDoc; i++)
|
||||||
|
{
|
||||||
|
ch = chNext;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
if((ch == '*') && (chNext == '/'))
|
||||||
|
{
|
||||||
|
i++;
|
||||||
|
i++;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(i > lengthDoc)
|
||||||
|
i = lengthDoc;
|
||||||
|
i--;
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_COMMENT);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle Operators
|
||||||
|
if(isMaximaoperator(ch))
|
||||||
|
{
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_OPERATOR);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle command endings.
|
||||||
|
if((ch == '$') || (ch == ';'))
|
||||||
|
{
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_COMMANDENDING);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle numbers. Numbers always begin with a digit.
|
||||||
|
if(IsASCII(ch) && isdigit(ch))
|
||||||
|
{
|
||||||
|
i++;
|
||||||
|
for (; i < lengthDoc; i++)
|
||||||
|
{
|
||||||
|
ch = chNext;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
|
||||||
|
if(ch == '.')
|
||||||
|
continue;
|
||||||
|
|
||||||
|
// A "e" or similar can be followed by a "+" or a "-"
|
||||||
|
if(((ch == 'e') || (ch == 'b') || (ch == 'g') || (ch == 'f')) &&
|
||||||
|
((chNext == '+') || (chNext == '-')))
|
||||||
|
{
|
||||||
|
i++;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if(!IsASCII(ch) || !(isdigit(ch) || islower(ch) || isupper(ch)))
|
||||||
|
{
|
||||||
|
i--;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_NUMBER);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle strings
|
||||||
|
if(ch == '\"')
|
||||||
|
{
|
||||||
|
i++;
|
||||||
|
for (; i < lengthDoc; i++)
|
||||||
|
{
|
||||||
|
ch = chNext;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
if(ch == '\\')
|
||||||
|
i++;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if(ch == '\"')
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_STRING);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Handle keywords. Maxima treats Non-ASCII chars as ordinary letters.
|
||||||
|
if(((!IsASCII(ch))) || isalpha(ch) || (ch == '_'))
|
||||||
|
{
|
||||||
|
char cmd[100];
|
||||||
|
int cmdidx = 0;
|
||||||
|
memset(cmd,0,100);
|
||||||
|
cmd[cmdidx++] = ch;
|
||||||
|
i++;
|
||||||
|
for (; i < lengthDoc; i++)
|
||||||
|
{
|
||||||
|
ch = chNext;
|
||||||
|
chNext = styler.SafeGetCharAt(i + 1);
|
||||||
|
if(ch == '\\')
|
||||||
|
{
|
||||||
|
if(cmdidx < 99)
|
||||||
|
cmd[cmdidx++] = ch;
|
||||||
|
i++;
|
||||||
|
if(cmdidx < 99)
|
||||||
|
cmd[cmdidx++] = ch;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if(isMaximaoperator(ch) || ((IsASCII(ch) && !isalpha(ch) && !isdigit(ch) && (ch != '_'))))
|
||||||
|
{
|
||||||
|
i--;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if(cmdidx < 99)
|
||||||
|
cmd[cmdidx++] = ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
// A few known keywords
|
||||||
|
if(
|
||||||
|
(strncmp(cmd,"if",99) == 0) ||
|
||||||
|
(strncmp(cmd,"then",99) == 0) ||
|
||||||
|
(strncmp(cmd,"else",99) == 0) ||
|
||||||
|
(strncmp(cmd,"thru",99) == 0) ||
|
||||||
|
(strncmp(cmd,"for",99) == 0) ||
|
||||||
|
(strncmp(cmd,"while",99) == 0) ||
|
||||||
|
(strncmp(cmd,"do",99) == 0)
|
||||||
|
)
|
||||||
|
{
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_COMMAND);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// All other keywords are functions if they are followed
|
||||||
|
// by an opening parenthesis
|
||||||
|
char nextNonwhitespace = ' ';
|
||||||
|
for (Sci_PositionU o = i + 1; o < lengthDoc; o++)
|
||||||
|
{
|
||||||
|
nextNonwhitespace = styler.SafeGetCharAt(o);
|
||||||
|
if(!IsASCII(nextNonwhitespace) || !isspacechar(nextNonwhitespace))
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if(nextNonwhitespace == '(')
|
||||||
|
{
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_COMMAND);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
styler.ColourTo(i, SCE_MAXIMA_VARIABLE);
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
styler.ColourTo(i-1, SCE_MAXIMA_UNKNOWN);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
LexerModule lmMaxima(SCLEX_MAXIMA, ColouriseMaximaDoc, "maxima", 0, 0);
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Scintilla source code edit control
|
// Scintilla source code edit control
|
||||||
|
|
||||||
// File: LexMetapost.cxx - general context conformant metapost coloring scheme
|
// @file LexMetapost.cxx - general context conformant metapost coloring scheme
|
||||||
// Author: Hans Hagen - PRAGMA ADE - Hasselt NL - www.pragma-ade.com
|
// Author: Hans Hagen - PRAGMA ADE - Hasselt NL - www.pragma-ade.com
|
||||||
// Version: September 28, 2003
|
// Version: September 28, 2003
|
||||||
// Modified by instanton: July 10, 2007
|
// Modified by instanton: July 10, 2007
|
||||||
|
|
@ -30,9 +30,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
// val SCE_METAPOST_DEFAULT = 0
|
// val SCE_METAPOST_DEFAULT = 0
|
||||||
// val SCE_METAPOST_SPECIAL = 1
|
// val SCE_METAPOST_SPECIAL = 1
|
||||||
|
|
@ -179,7 +177,8 @@ static void ColouriseMETAPOSTDoc(
|
||||||
}
|
}
|
||||||
|
|
||||||
WordList &keywords = *keywordlists[0] ;
|
WordList &keywords = *keywordlists[0] ;
|
||||||
WordList &keywords2 = *keywordlists[extraInterface-1] ;
|
WordList kwEmpty;
|
||||||
|
WordList &keywords2 = (extraInterface > 0) ? *keywordlists[extraInterface - 1] : kwEmpty;
|
||||||
|
|
||||||
StyleContext sc(startPos, length, SCE_METAPOST_TEXT, styler) ;
|
StyleContext sc(startPos, length, SCE_METAPOST_TEXT, styler) ;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,11 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef DEBUG_LEX_MODULA
|
#ifdef DEBUG_LEX_MODULA
|
||||||
#define DEBUG_STATE( p, c )\
|
#define DEBUG_STATE( p, c )\
|
||||||
fprintf( stderr, "Unknown state: currentPos = %ud, char = '%c'\n", p, c );
|
fprintf( stderr, "Unknown state: currentPos = %u, char = '%c'\n", static_cast<unsigned int>(p), c );
|
||||||
#else
|
#else
|
||||||
#define DEBUG_STATE( p, c )
|
#define DEBUG_STATE( p, c )
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,7 @@
|
||||||
#include "CharacterSet.h"
|
#include "CharacterSet.h"
|
||||||
#include "LexerModule.h"
|
#include "LexerModule.h"
|
||||||
|
|
||||||
#ifdef SCI_NAMESPACE
|
|
||||||
using namespace Scintilla;
|
using namespace Scintilla;
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool IsAWordChar(int ch) {
|
static inline bool IsAWordChar(int ch) {
|
||||||
return (ch < 0x80) && (isalnum(ch) || ch == '_');
|
return (ch < 0x80) && (isalnum(ch) || ch == '_');
|
||||||
|
|
@ -55,7 +53,7 @@ static inline bool IsANumberChar(int ch) {
|
||||||
*/
|
*/
|
||||||
static void CheckForKeyword(StyleContext& sc, WordList* keywordlists[], int activeState)
|
static void CheckForKeyword(StyleContext& sc, WordList* keywordlists[], int activeState)
|
||||||
{
|
{
|
||||||
int length = sc.LengthCurrent() + 1; // +1 for the next char
|
Sci_Position length = sc.LengthCurrent() + 1; // +1 for the next char
|
||||||
char* s = new char[length];
|
char* s = new char[length];
|
||||||
sc.GetCurrentLowered(s, length);
|
sc.GetCurrentLowered(s, length);
|
||||||
if (keywordlists[0]->InList(s))
|
if (keywordlists[0]->InList(s))
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue