├── .github └── workflows │ └── cmake.yml ├── .gitignore ├── CMakeLists.txt ├── LICENSE.md ├── NEWS.md ├── README.md ├── THIRDPARTY.md ├── cli ├── CMakeLists.txt ├── README.md └── main_cli.cpp ├── cmakefind └── FindSqlite.cmake ├── doc ├── HOWTO-LINUX.md ├── INSTALL-LINUX.md ├── banner.bmp ├── dialog.bmp ├── emailaddr.png ├── logotitle.png ├── logotitle_small.png ├── screenshot.png ├── screenshot2.png ├── workflow.dia └── workflow.png ├── gui ├── CMakeLists.txt ├── aboutdialog.cpp ├── aboutdialog.h ├── cqimages.qrc ├── cqtrans.qrc.template ├── cqwin32.rc ├── cqwin64.rc ├── fileviewer.cpp ├── fileviewer.h ├── fileviewsettingsdialog.cpp ├── fileviewsettingsdialog.h ├── graphdialog.cpp ├── graphdialog.h ├── images │ ├── Arrow2_Down.png │ ├── Arrow2_Left.png │ ├── Arrow2_Right.png │ ├── Arrow2_Up.png │ ├── Clipboard_Copy.png │ ├── Clipboard_Paste.png │ ├── Database.png │ ├── Document2.png │ ├── Flag.png │ ├── Folder2.png │ ├── Gear.png │ ├── Graph.png │ ├── Search.png │ ├── Text_Minus.png │ ├── Text_Plus.png │ ├── Zoom_In.png │ ├── Zoom_Out.png │ ├── axialisReadMe.txt │ ├── codequery.ico │ ├── logo.png │ ├── logo128128.ico │ ├── logo1616.ico │ ├── logo3232.ico │ ├── logo4848.ico │ └── logo6464.ico ├── langtable.cpp ├── langtable.h ├── listhandler.cpp ├── listhandler.h ├── main_gui.cpp ├── mainwindow.cpp ├── mainwindow.h ├── searchhandler.cpp ├── searchhandler.h ├── themes.cpp ├── themes.h ├── themes │ ├── Bespin.xml │ ├── Black_board.xml │ ├── Choco.xml │ ├── Deep_Black.xml │ ├── Eclipse_Default.xml │ ├── Hello_Kitty.xml │ ├── HotFudgeSundae.xml │ ├── Mono_Industrial.xml │ ├── Monokai.xml │ ├── MossyLawn.xml │ ├── Navajo.xml │ ├── NotepadPlusPlus.xml │ ├── Obsidian.xml │ ├── Plastic_Code_Wrap.xml │ ├── Ruby_Blue.xml │ ├── Solarized.xml │ ├── Solarized_light.xml │ ├── Twilight.xml │ ├── Vibrant_Ink.xml │ ├── Zenburn.xml │ ├── khaki.xml │ ├── parse_themes.pl │ └── vim_Dark_Blue.xml ├── themes_gen.cpp ├── translations │ ├── codequery_de.ts │ ├── codequery_en.ts │ ├── codequery_es.ts │ ├── codequery_fr.ts │ ├── codequery_id.ts │ ├── codequery_it.ts │ ├── codequery_ja.ts │ ├── codequery_ko.ts │ ├── codequery_zh-CHS.ts │ ├── codequery_zh-CHT.ts │ ├── dolupdate.pl │ ├── dowebtranslate.pl │ └── tslist.txt ├── ui │ ├── aboutDialog.ui │ ├── fileViewSettingsDialog.ui │ ├── graphDialog.ui │ └── mainWindow.ui └── winmain.cpp ├── lexilla ├── .gitattributes ├── .github │ └── workflows │ │ ├── build-check-macos.yml │ │ ├── build-check-win32.yml │ │ └── build-check.yml ├── .gitignore ├── .travis.yml ├── CMakeLists.txt ├── CONTRIBUTING ├── License.txt ├── README ├── access │ ├── LexillaAccess.cxx │ ├── LexillaAccess.h │ └── README ├── cppcheck.suppress ├── delbin.bat ├── doc │ ├── Lexilla.html │ ├── LexillaDoc.html │ ├── LexillaDownload.html │ ├── LexillaHistory.html │ ├── LexillaLogo.png │ └── LexillaLogo2x.png ├── examples │ ├── CheckLexilla │ │ ├── CheckLexilla.c │ │ └── makefile │ └── SimpleLexer │ │ ├── SimpleLexer.cxx │ │ └── makefile ├── include │ ├── LexicalStyles.iface │ ├── Lexilla.h │ └── SciLexer.h ├── lexers │ ├── LexA68k.cxx │ ├── LexAPDL.cxx │ ├── LexASY.cxx │ ├── LexAU3.cxx │ ├── LexAVE.cxx │ ├── LexAVS.cxx │ ├── LexAbaqus.cxx │ ├── LexAda.cxx │ ├── LexAsciidoc.cxx │ ├── LexAsm.cxx │ ├── LexAsn1.cxx │ ├── LexBaan.cxx │ ├── LexBash.cxx │ ├── LexBasic.cxx │ ├── LexBatch.cxx │ ├── LexBibTeX.cxx │ ├── LexBullant.cxx │ ├── LexCIL.cxx │ ├── LexCLW.cxx │ ├── LexCOBOL.cxx │ ├── LexCPP.cxx │ ├── LexCSS.cxx │ ├── LexCaml.cxx │ ├── LexCmake.cxx │ ├── LexCoffeeScript.cxx │ ├── LexConf.cxx │ ├── LexCrontab.cxx │ ├── LexCsound.cxx │ ├── LexD.cxx │ ├── LexDMAP.cxx │ ├── LexDMIS.cxx │ ├── LexDataflex.cxx │ ├── LexDiff.cxx │ ├── LexECL.cxx │ ├── LexEDIFACT.cxx │ ├── LexEScript.cxx │ ├── LexEiffel.cxx │ ├── LexErlang.cxx │ ├── LexErrorList.cxx │ ├── LexFSharp.cxx │ ├── LexFlagship.cxx │ ├── LexForth.cxx │ ├── LexFortran.cxx │ ├── LexGAP.cxx │ ├── LexGDScript.cxx │ ├── LexGui4Cli.cxx │ ├── LexHTML.cxx │ ├── LexHaskell.cxx │ ├── LexHex.cxx │ ├── LexHollywood.cxx │ ├── LexIndent.cxx │ ├── LexInno.cxx │ ├── LexJSON.cxx │ ├── LexJulia.cxx │ ├── LexKVIrc.cxx │ ├── LexKix.cxx │ ├── LexLaTeX.cxx │ ├── LexLisp.cxx │ ├── LexLout.cxx │ ├── LexLua.cxx │ ├── LexMMIXAL.cxx │ ├── LexMPT.cxx │ ├── LexMSSQL.cxx │ ├── LexMagik.cxx │ ├── LexMake.cxx │ ├── LexMarkdown.cxx │ ├── LexMatlab.cxx │ ├── LexMaxima.cxx │ ├── LexMetapost.cxx │ ├── LexModula.cxx │ ├── LexMySQL.cxx │ ├── LexNim.cxx │ ├── LexNimrod.cxx │ ├── LexNsis.cxx │ ├── LexNull.cxx │ ├── LexOScript.cxx │ ├── LexOpal.cxx │ ├── LexPB.cxx │ ├── LexPLM.cxx │ ├── LexPO.cxx │ ├── LexPOV.cxx │ ├── LexPS.cxx │ ├── LexPascal.cxx │ ├── LexPerl.cxx │ ├── LexPowerPro.cxx │ ├── LexPowerShell.cxx │ ├── LexProgress.cxx │ ├── LexProps.cxx │ ├── LexPython.cxx │ ├── LexR.cxx │ ├── LexRaku.cxx │ ├── LexRebol.cxx │ ├── LexRegistry.cxx │ ├── LexRuby.cxx │ ├── LexRust.cxx │ ├── LexSAS.cxx │ ├── LexSML.cxx │ ├── LexSQL.cxx │ ├── LexSTTXT.cxx │ ├── LexScriptol.cxx │ ├── LexSmalltalk.cxx │ ├── LexSorcus.cxx │ ├── LexSpecman.cxx │ ├── LexSpice.cxx │ ├── LexStata.cxx │ ├── LexTACL.cxx │ ├── LexTADS3.cxx │ ├── LexTAL.cxx │ ├── LexTCL.cxx │ ├── LexTCMD.cxx │ ├── LexTeX.cxx │ ├── LexTxt2tags.cxx │ ├── LexVB.cxx │ ├── LexVHDL.cxx │ ├── LexVerilog.cxx │ ├── LexVisualProlog.cxx │ ├── LexX12.cxx │ └── LexYAML.cxx ├── lexlib │ ├── Accessor.cxx │ ├── Accessor.h │ ├── CatalogueModules.h │ ├── CharacterCategory.cxx │ ├── CharacterCategory.h │ ├── CharacterSet.cxx │ ├── CharacterSet.h │ ├── DefaultLexer.cxx │ ├── DefaultLexer.h │ ├── InList.cxx │ ├── InList.h │ ├── LexAccessor.cxx │ ├── LexAccessor.h │ ├── LexerBase.cxx │ ├── LexerBase.h │ ├── LexerModule.cxx │ ├── LexerModule.h │ ├── LexerNoExceptions.cxx │ ├── LexerNoExceptions.h │ ├── LexerSimple.cxx │ ├── LexerSimple.h │ ├── OptionSet.h │ ├── PropSetSimple.cxx │ ├── PropSetSimple.h │ ├── SparseState.h │ ├── StringCopy.h │ ├── StyleContext.cxx │ ├── StyleContext.h │ ├── SubStyles.h │ ├── WordList.cxx │ └── WordList.h ├── scripts │ ├── HeaderOrder.txt │ ├── LexFacer.py │ ├── LexillaData.py │ ├── LexillaGen.py │ ├── LexillaLogo.py │ ├── PromoteNew.bat │ ├── RunTest.bat │ └── RunTest.sh ├── src │ ├── DepGen.py │ ├── Lexilla.cxx │ ├── Lexilla.def │ ├── Lexilla.pro │ ├── Lexilla.ruleset │ ├── Lexilla.vcxproj │ ├── Lexilla │ │ ├── Info.plist │ │ └── Lexilla.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ ├── LexillaVersion.rc │ ├── deps.mak │ ├── lexilla.mak │ ├── makefile │ └── nmdeps.mak ├── test │ ├── README │ ├── TestDocument.cxx │ ├── TestDocument.h │ ├── TestLexers.cxx │ ├── TestLexers.vcxproj │ ├── examples │ │ ├── asciidoc │ │ │ ├── AllStyles.adoc │ │ │ ├── AllStyles.adoc.folded │ │ │ ├── AllStyles.adoc.styled │ │ │ └── SciTE.properties │ │ ├── asm │ │ │ ├── AllStyles.asm │ │ │ ├── AllStyles.asm.folded │ │ │ ├── AllStyles.asm.styled │ │ │ └── SciTE.properties │ │ ├── bash │ │ │ ├── 197ArithmeticOperator.bsh │ │ │ ├── 197ArithmeticOperator.bsh.folded │ │ │ ├── 197ArithmeticOperator.bsh.styled │ │ │ ├── 199Numbers.bsh │ │ │ ├── 199Numbers.bsh.folded │ │ │ ├── 199Numbers.bsh.styled │ │ │ ├── 202LineStartOption.bsh │ │ │ ├── 202LineStartOption.bsh.folded │ │ │ ├── 202LineStartOption.bsh.styled │ │ │ ├── 203TestOption.bsh │ │ │ ├── 203TestOption.bsh.folded │ │ │ ├── 203TestOption.bsh.styled │ │ │ ├── AllStyles.bsh │ │ │ ├── AllStyles.bsh.folded │ │ │ ├── AllStyles.bsh.styled │ │ │ ├── Issue180.bsh │ │ │ ├── Issue180.bsh.folded │ │ │ ├── Issue180.bsh.styled │ │ │ ├── Issue182.bsh │ │ │ ├── Issue182.bsh.folded │ │ │ ├── Issue182.bsh.styled │ │ │ ├── Issue184.bsh │ │ │ ├── Issue184.bsh.folded │ │ │ ├── Issue184.bsh.styled │ │ │ ├── Issue184Copy.bsh │ │ │ ├── Issue184Copy.bsh.folded │ │ │ ├── Issue184Copy.bsh.styled │ │ │ ├── Nested.bsh │ │ │ ├── Nested.bsh.folded │ │ │ ├── Nested.bsh.styled │ │ │ ├── NestedRich.bsh │ │ │ ├── NestedRich.bsh.folded │ │ │ ├── NestedRich.bsh.styled │ │ │ ├── NestedStyledInside.bsh │ │ │ ├── NestedStyledInside.bsh.folded │ │ │ ├── NestedStyledInside.bsh.styled │ │ │ ├── SciTE.properties │ │ │ ├── continuation.bsh │ │ │ ├── continuation.bsh.folded │ │ │ ├── continuation.bsh.styled │ │ │ ├── hash.zsh │ │ │ ├── hash.zsh.folded │ │ │ ├── hash.zsh.styled │ │ │ ├── x.bsh │ │ │ ├── x.bsh.folded │ │ │ └── x.bsh.styled │ │ ├── batch │ │ │ ├── Issue115.bat │ │ │ ├── Issue115.bat.folded │ │ │ ├── Issue115.bat.styled │ │ │ ├── Issue222.bat │ │ │ ├── Issue222.bat.folded │ │ │ ├── Issue222.bat.styled │ │ │ ├── SciTE.properties │ │ │ ├── x.bat │ │ │ ├── x.bat.folded │ │ │ └── x.bat.styled │ │ ├── caml │ │ │ ├── AllStyles.ml │ │ │ ├── AllStyles.ml.folded │ │ │ ├── AllStyles.ml.styled │ │ │ └── SciTE.properties │ │ ├── cmake │ │ │ ├── Bug77_0.cmake │ │ │ ├── Bug77_0.cmake.folded │ │ │ ├── Bug77_0.cmake.styled │ │ │ ├── Bug77_1.cmake │ │ │ ├── Bug77_1.cmake.folded │ │ │ ├── Bug77_1.cmake.styled │ │ │ └── SciTE.properties │ │ ├── cobol │ │ │ ├── 229.cob │ │ │ ├── 229.cob.folded │ │ │ ├── 229.cob.styled │ │ │ ├── 230.cob │ │ │ ├── 230.cob.folded │ │ │ ├── 230.cob.styled │ │ │ ├── 231.cob │ │ │ ├── 231.cob.folded │ │ │ ├── 231.cob.styled │ │ │ ├── AllStyles.cob │ │ │ ├── AllStyles.cob.folded │ │ │ ├── AllStyles.cob.styled │ │ │ └── SciTE.properties │ │ ├── cpp │ │ │ ├── 130NonAsciiKeyword.cxx │ │ │ ├── 130NonAsciiKeyword.cxx.folded │ │ │ ├── 130NonAsciiKeyword.cxx.styled │ │ │ ├── 149KeywordCase.cxx │ │ │ ├── 149KeywordCase.cxx.folded │ │ │ ├── 149KeywordCase.cxx.styled │ │ │ ├── 94Template.cxx │ │ │ ├── 94Template.cxx.folded │ │ │ ├── 94Template.cxx.styled │ │ │ ├── AllStyles.cxx │ │ │ ├── AllStyles.cxx.folded │ │ │ ├── AllStyles.cxx.styled │ │ │ ├── Bug2245.cxx │ │ │ ├── Bug2245.cxx.folded │ │ │ ├── Bug2245.cxx.styled │ │ │ ├── SciTE.properties │ │ │ ├── x.cxx │ │ │ ├── x.cxx.folded │ │ │ └── x.cxx.styled │ │ ├── css │ │ │ ├── AllStyles.css │ │ │ ├── AllStyles.css.folded │ │ │ ├── AllStyles.css.styled │ │ │ └── SciTE.properties │ │ ├── d │ │ │ ├── SciTE.properties │ │ │ ├── x.d │ │ │ ├── x.d.folded │ │ │ └── x.d.styled │ │ ├── diff │ │ │ ├── AllStyles.diff │ │ │ ├── AllStyles.diff.folded │ │ │ ├── AllStyles.diff.styled │ │ │ ├── LongLine.diff │ │ │ ├── LongLine.diff.folded │ │ │ ├── LongLine.diff.styled │ │ │ └── SciTE.properties │ │ ├── erlang │ │ │ ├── AllStyles.erl │ │ │ ├── AllStyles.erl.folded │ │ │ ├── AllStyles.erl.styled │ │ │ └── SciTE.properties │ │ ├── errorlist │ │ │ ├── AllStyles.err │ │ │ ├── AllStyles.err.folded │ │ │ ├── AllStyles.err.styled │ │ │ └── SciTE.properties │ │ ├── fortran │ │ │ ├── AllStyles.f │ │ │ ├── AllStyles.f.folded │ │ │ ├── AllStyles.f.styled │ │ │ └── SciTE.properties │ │ ├── fsharp │ │ │ ├── FmtSpecs.fs │ │ │ ├── FmtSpecs.fs.folded │ │ │ ├── FmtSpecs.fs.styled │ │ │ ├── Issue56.fs │ │ │ ├── Issue56.fs.folded │ │ │ ├── Issue56.fs.styled │ │ │ ├── Issue93.fs │ │ │ ├── Issue93.fs.folded │ │ │ ├── Issue93.fs.styled │ │ │ ├── Literals.fs │ │ │ ├── Literals.fs.folded │ │ │ ├── Literals.fs.styled │ │ │ ├── SciTE.properties │ │ │ ├── x.fs │ │ │ ├── x.fs.folded │ │ │ └── x.fs.styled │ │ ├── gdscript │ │ │ ├── AllStyles.gd │ │ │ ├── AllStyles.gd.folded │ │ │ ├── AllStyles.gd.styled │ │ │ ├── NodePath.gd │ │ │ ├── NodePath.gd.folded │ │ │ ├── NodePath.gd.styled │ │ │ └── SciTE.properties │ │ ├── gui4cli │ │ │ ├── AllStyles.gui │ │ │ ├── AllStyles.gui.folded │ │ │ ├── AllStyles.gui.styled │ │ │ └── SciTE.properties │ │ ├── hypertext │ │ │ ├── Bug2207.html │ │ │ ├── Bug2207.html.folded │ │ │ ├── Bug2207.html.styled │ │ │ ├── Bug2219.html │ │ │ ├── Bug2219.html.folded │ │ │ ├── Bug2219.html.styled │ │ │ ├── Issue19.php │ │ │ ├── Issue19.php.folded │ │ │ ├── Issue19.php.styled │ │ │ ├── Issue192.html │ │ │ ├── Issue192.html.folded │ │ │ ├── Issue192.html.styled │ │ │ ├── Issue20Numbers.php │ │ │ ├── Issue20Numbers.php.folded │ │ │ ├── Issue20Numbers.php.styled │ │ │ ├── Issue47.html │ │ │ ├── Issue47.html.folded │ │ │ ├── Issue47.html.styled │ │ │ ├── Issue53.html │ │ │ ├── Issue53.html.folded │ │ │ ├── Issue53.html.styled │ │ │ ├── SciTE.properties │ │ │ ├── ServerBasic.aspx │ │ │ ├── ServerBasic.aspx.folded │ │ │ ├── ServerBasic.aspx.styled │ │ │ ├── ServerJavaScript.aspx │ │ │ ├── ServerJavaScript.aspx.folded │ │ │ ├── ServerJavaScript.aspx.styled │ │ │ ├── apostophe.php │ │ │ ├── apostophe.php.folded │ │ │ ├── apostophe.php.styled │ │ │ ├── comment.html │ │ │ ├── comment.html.folded │ │ │ ├── comment.html.styled │ │ │ ├── mako.html │ │ │ ├── mako.html.folded │ │ │ ├── mako.html.styled │ │ │ ├── x.asp │ │ │ ├── x.asp.folded │ │ │ ├── x.asp.styled │ │ │ ├── x.html │ │ │ ├── x.html.folded │ │ │ ├── x.html.styled │ │ │ ├── x.php │ │ │ ├── x.php.folded │ │ │ └── x.php.styled │ │ ├── inno │ │ │ ├── SciTE.properties │ │ │ ├── x.iss │ │ │ ├── x.iss.folded │ │ │ └── x.iss.styled │ │ ├── json │ │ │ ├── AllStyles.json │ │ │ ├── AllStyles.json.folded │ │ │ ├── AllStyles.json.styled │ │ │ └── SciTE.properties │ │ ├── julia │ │ │ ├── SciTE.properties │ │ │ ├── x.jl │ │ │ ├── x.jl.folded │ │ │ └── x.jl.styled │ │ ├── latex │ │ │ ├── AllStyles.tex │ │ │ ├── AllStyles.tex.folded │ │ │ ├── AllStyles.tex.styled │ │ │ ├── Feature1358.tex │ │ │ ├── Feature1358.tex.folded │ │ │ ├── Feature1358.tex.styled │ │ │ └── SciTE.properties │ │ ├── lua │ │ │ ├── AllStyles.lua │ │ │ ├── AllStyles.lua.folded │ │ │ ├── AllStyles.lua.styled │ │ │ ├── Bug2205.lua │ │ │ ├── Bug2205.lua.folded │ │ │ ├── Bug2205.lua.styled │ │ │ ├── SciTE.properties │ │ │ ├── folding.lua │ │ │ ├── folding.lua.folded │ │ │ ├── folding.lua.styled │ │ │ ├── x.lua │ │ │ ├── x.lua.folded │ │ │ └── x.lua.styled │ │ ├── makefile │ │ │ ├── SciTE.properties │ │ │ ├── longline.mak │ │ │ ├── longline.mak.folded │ │ │ ├── longline.mak.styled │ │ │ ├── x.mak │ │ │ ├── x.mak.folded │ │ │ └── x.mak.styled │ │ ├── markdown │ │ │ ├── AllStyles.md │ │ │ ├── AllStyles.md.folded │ │ │ ├── AllStyles.md.styled │ │ │ ├── Bug1216.md │ │ │ ├── Bug1216.md.folded │ │ │ ├── Bug1216.md.styled │ │ │ ├── Bug2235.md │ │ │ ├── Bug2235.md.folded │ │ │ ├── Bug2235.md.styled │ │ │ ├── Bug2247.md │ │ │ ├── Bug2247.md.folded │ │ │ ├── Bug2247.md.styled │ │ │ ├── HeaderEOLFill_0.md │ │ │ ├── HeaderEOLFill_0.md.folded │ │ │ ├── HeaderEOLFill_0.md.styled │ │ │ ├── HeaderEOLFill_1.md │ │ │ ├── HeaderEOLFill_1.md.folded │ │ │ ├── HeaderEOLFill_1.md.styled │ │ │ ├── Issue117.md │ │ │ ├── Issue117.md.folded │ │ │ ├── Issue117.md.styled │ │ │ └── SciTE.properties │ │ ├── matlab │ │ │ ├── AllStyles.m.matlab │ │ │ ├── AllStyles.m.matlab.folded │ │ │ ├── AllStyles.m.matlab.styled │ │ │ ├── AllStyles.m.octave │ │ │ ├── AllStyles.m.octave.folded │ │ │ ├── AllStyles.m.octave.styled │ │ │ ├── ArgumentsBlock.m.matlab │ │ │ ├── ArgumentsBlock.m.matlab.folded │ │ │ ├── ArgumentsBlock.m.matlab.styled │ │ │ ├── ClassDefinition.m.matlab │ │ │ ├── ClassDefinition.m.matlab.folded │ │ │ ├── ClassDefinition.m.matlab.styled │ │ │ ├── FoldPoints.m.matlab │ │ │ ├── FoldPoints.m.matlab.folded │ │ │ ├── FoldPoints.m.matlab.styled │ │ │ ├── Issue18_EscapeSequence.m.matlab │ │ │ ├── Issue18_EscapeSequence.m.matlab.folded │ │ │ ├── Issue18_EscapeSequence.m.matlab.styled │ │ │ ├── Issue18_EscapeSequence.m.octave │ │ │ ├── Issue18_EscapeSequence.m.octave.folded │ │ │ ├── Issue18_EscapeSequence.m.octave.styled │ │ │ ├── NumericLiterals.m.matlab │ │ │ ├── NumericLiterals.m.matlab.folded │ │ │ ├── NumericLiterals.m.matlab.styled │ │ │ └── SciTE.properties │ │ ├── mmixal │ │ │ ├── AllStyles.mms │ │ │ ├── AllStyles.mms.folded │ │ │ ├── AllStyles.mms.styled │ │ │ ├── SciTE.properties │ │ │ ├── references.mms │ │ │ ├── references.mms.folded │ │ │ ├── references.mms.styled │ │ │ ├── x.mms │ │ │ ├── x.mms.folded │ │ │ └── x.mms.styled │ │ ├── modula │ │ │ ├── 128Endless.m3 │ │ │ ├── 128Endless.m3.folded │ │ │ ├── 128Endless.m3.styled │ │ │ ├── Issue129.m3 │ │ │ ├── Issue129.m3.folded │ │ │ ├── Issue129.m3.styled │ │ │ └── SciTE.properties │ │ ├── mssql │ │ │ ├── AllStyles.tsql │ │ │ ├── AllStyles.tsql.folded │ │ │ ├── AllStyles.tsql.styled │ │ │ ├── Issue87.tsql │ │ │ ├── Issue87.tsql.folded │ │ │ ├── Issue87.tsql.styled │ │ │ ├── Issue90.tsql │ │ │ ├── Issue90.tsql.folded │ │ │ ├── Issue90.tsql.styled │ │ │ ├── SciTE.properties │ │ │ ├── Various.tsql │ │ │ ├── Various.tsql.folded │ │ │ └── Various.tsql.styled │ │ ├── mysql │ │ │ ├── AllStyles.sql │ │ │ ├── AllStyles.sql.folded │ │ │ ├── AllStyles.sql.styled │ │ │ └── SciTE.properties │ │ ├── nim │ │ │ ├── SciTE.properties │ │ │ ├── x.nim │ │ │ ├── x.nim.folded │ │ │ └── x.nim.styled │ │ ├── perl │ │ │ ├── SciTE.properties │ │ │ ├── perl-test-5220delta.pl │ │ │ ├── perl-test-5220delta.pl.folded │ │ │ ├── perl-test-5220delta.pl.styled │ │ │ ├── perl-test-sub-prototypes.pl │ │ │ ├── perl-test-sub-prototypes.pl.folded │ │ │ ├── perl-test-sub-prototypes.pl.styled │ │ │ ├── x.pl │ │ │ ├── x.pl.folded │ │ │ └── x.pl.styled │ │ ├── powershell │ │ │ ├── AllStyles.ps1 │ │ │ ├── AllStyles.ps1.folded │ │ │ ├── AllStyles.ps1.styled │ │ │ ├── CharacterTruncation.ps1 │ │ │ ├── CharacterTruncation.ps1.folded │ │ │ ├── CharacterTruncation.ps1.styled │ │ │ ├── NumericLiterals.ps1 │ │ │ ├── NumericLiterals.ps1.folded │ │ │ ├── NumericLiterals.ps1.styled │ │ │ ├── Pull92.ps1 │ │ │ ├── Pull92.ps1.folded │ │ │ ├── Pull92.ps1.styled │ │ │ ├── Pull99Comment.ps1 │ │ │ ├── Pull99Comment.ps1.folded │ │ │ ├── Pull99Comment.ps1.styled │ │ │ └── SciTE.properties │ │ ├── props │ │ │ ├── Issue96Folding.props │ │ │ ├── Issue96Folding.props.folded │ │ │ ├── Issue96Folding.props.styled │ │ │ ├── SciTE.properties │ │ │ ├── example.session │ │ │ ├── example.session.folded │ │ │ └── example.session.styled │ │ ├── python │ │ │ ├── AllStyles.py │ │ │ ├── AllStyles.py.folded │ │ │ ├── AllStyles.py.styled │ │ │ ├── SciTE.properties │ │ │ ├── attributes │ │ │ │ ├── SciTE.properties │ │ │ │ ├── attributes.py │ │ │ │ ├── attributes.py.folded │ │ │ │ └── attributes.py.styled │ │ │ ├── f-strings.py │ │ │ ├── f-strings.py.folded │ │ │ ├── f-strings.py.styled │ │ │ ├── matchcase.py │ │ │ ├── matchcase.py.folded │ │ │ ├── matchcase.py.styled │ │ │ ├── strings.py │ │ │ ├── strings.py.folded │ │ │ ├── strings.py.styled │ │ │ ├── x.py │ │ │ ├── x.py.folded │ │ │ └── x.py.styled │ │ ├── r │ │ │ ├── 102Backticks.r │ │ │ ├── 102Backticks.r.folded │ │ │ ├── 102Backticks.r.styled │ │ │ ├── AllStyles.r │ │ │ ├── AllStyles.r.folded │ │ │ ├── AllStyles.r.styled │ │ │ └── SciTE.properties │ │ ├── raku │ │ │ ├── SciTE.properties │ │ │ ├── x.p6 │ │ │ ├── x.p6.folded │ │ │ └── x.p6.styled │ │ ├── ruby │ │ │ ├── 225NumberDotMethod.rb │ │ │ ├── 225NumberDotMethod.rb.folded │ │ │ ├── 225NumberDotMethod.rb.styled │ │ │ ├── 234HereDoc.rb │ │ │ ├── 234HereDoc.rb.folded │ │ │ ├── 234HereDoc.rb.styled │ │ │ ├── AllStyles.rb │ │ │ ├── AllStyles.rb.folded │ │ │ ├── AllStyles.rb.styled │ │ │ ├── Issue132.rb │ │ │ ├── Issue132.rb.folded │ │ │ ├── Issue132.rb.styled │ │ │ ├── Issue135.rb │ │ │ ├── Issue135.rb.folded │ │ │ ├── Issue135.rb.styled │ │ │ ├── Issue136.rb │ │ │ ├── Issue136.rb.folded │ │ │ ├── Issue136.rb.styled │ │ │ ├── Issue140.rb │ │ │ ├── Issue140.rb.folded │ │ │ ├── Issue140.rb.styled │ │ │ ├── Issue65.rb │ │ │ ├── Issue65.rb.folded │ │ │ ├── Issue65.rb.styled │ │ │ ├── Issue66.rb │ │ │ ├── Issue66.rb.folded │ │ │ ├── Issue66.rb.styled │ │ │ ├── Issue67.rb │ │ │ ├── Issue67.rb.folded │ │ │ ├── Issue67.rb.styled │ │ │ ├── Issue69.rb │ │ │ ├── Issue69.rb.folded │ │ │ ├── Issue69.rb.styled │ │ │ ├── PercentEquals124.rb │ │ │ ├── PercentEquals124.rb.folded │ │ │ ├── PercentEquals124.rb.styled │ │ │ ├── SciTE.properties │ │ │ ├── x.rb │ │ │ ├── x.rb.folded │ │ │ └── x.rb.styled │ │ ├── rust │ │ │ ├── Issue239.rs │ │ │ ├── Issue239.rs.folded │ │ │ ├── Issue239.rs.styled │ │ │ ├── Issue33.rs │ │ │ ├── Issue33.rs.folded │ │ │ ├── Issue33.rs.styled │ │ │ ├── Issue34.rs │ │ │ ├── Issue34.rs.folded │ │ │ ├── Issue34.rs.styled │ │ │ ├── Issue35.rs │ │ │ ├── Issue35.rs.folded │ │ │ ├── Issue35.rs.styled │ │ │ └── SciTE.properties │ │ ├── sql │ │ │ ├── AllStyles.sql │ │ │ ├── AllStyles.sql.folded │ │ │ ├── AllStyles.sql.styled │ │ │ └── SciTE.properties │ │ ├── tcl │ │ │ ├── SciTE.properties │ │ │ ├── x.tcl │ │ │ ├── x.tcl.folded │ │ │ └── x.tcl.styled │ │ ├── vb │ │ │ ├── SciTE.properties │ │ │ ├── x.vb │ │ │ ├── x.vb.folded │ │ │ └── x.vb.styled │ │ ├── verilog │ │ │ ├── AllStyles.vh │ │ │ ├── AllStyles.vh.folded │ │ │ ├── AllStyles.vh.styled │ │ │ └── SciTE.properties │ │ ├── vhdl │ │ │ ├── SciTE.properties │ │ │ ├── x.vhd │ │ │ ├── x.vhd.folded │ │ │ └── x.vhd.styled │ │ ├── visualprolog │ │ │ ├── AllStyles.pl │ │ │ ├── AllStyles.pl.folded │ │ │ ├── AllStyles.pl.styled │ │ │ ├── AllStyles.pro │ │ │ ├── AllStyles.pro.folded │ │ │ ├── AllStyles.pro.styled │ │ │ └── SciTE.properties │ │ ├── x12 │ │ │ ├── SciTE.properties │ │ │ ├── empty.x12 │ │ │ ├── empty.x12.folded │ │ │ ├── empty.x12.styled │ │ │ ├── x.x12 │ │ │ ├── x.x12.folded │ │ │ └── x.x12.styled │ │ └── yaml │ │ │ ├── SciTE.properties │ │ │ ├── longline.yaml │ │ │ ├── longline.yaml.folded │ │ │ ├── longline.yaml.styled │ │ │ ├── x.yaml │ │ │ ├── x.yaml.folded │ │ │ └── x.yaml.styled │ ├── makefile │ ├── testlexers.mak │ └── unit │ │ ├── LICENSE_1_0.txt │ │ ├── README │ │ ├── Sci.natvis │ │ ├── SciTE.properties │ │ ├── UnitTester.cxx │ │ ├── UnitTester.vcxproj │ │ ├── catch.hpp │ │ ├── makefile │ │ ├── test.mak │ │ ├── testCharacterSet.cxx │ │ ├── testInList.cxx │ │ ├── testLexerSimple.cxx │ │ ├── testOptionSet.cxx │ │ ├── testPropSetSimple.cxx │ │ ├── testSparseState.cxx │ │ ├── testWordList.cxx │ │ └── unitTest.cxx ├── tgzsrc ├── version.txt └── zipsrc.bat ├── makedb ├── CMakeLists.txt ├── cs2sq.cpp ├── cs2sq.h ├── cscommon.h ├── csdbheader.cpp ├── csdbheader.h ├── csdbparser.cpp ├── csdbparser.h ├── ctagread.cpp ├── ctagread.h ├── main.cpp ├── sqlbase.cpp ├── sqlbase.h └── swver.h ├── querylib ├── CMakeLists.txt ├── README.txt ├── getopt2.cpp ├── getopt2.h ├── small_lib.cpp ├── small_lib.h ├── sqlquery.cpp └── sqlquery.h ├── release.json ├── scintilla ├── .editorconfig ├── .hg_archival.txt ├── .hgeol ├── .hgignore ├── .hgtags ├── CONTRIBUTING ├── License.txt ├── README ├── call │ └── ScintillaCall.cxx ├── cocoa │ ├── InfoBar.h │ ├── InfoBar.mm │ ├── InfoBarCommunicator.h │ ├── PlatCocoa.h │ ├── PlatCocoa.mm │ ├── QuartzTextLayout.h │ ├── QuartzTextStyle.h │ ├── QuartzTextStyleAttribute.h │ ├── Scintilla │ │ ├── Info.plist │ │ ├── Scintilla.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── module.modulemap │ ├── ScintillaCocoa.h │ ├── ScintillaCocoa.mm │ ├── ScintillaTest │ │ ├── AppController.h │ │ ├── AppController.mm │ │ ├── Info.plist │ │ ├── Scintilla-Info.plist │ │ ├── ScintillaTest.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ ├── ScintillaTest_Prefix.pch │ │ ├── TestData.sql │ │ ├── en.lproj │ │ │ ├── InfoPlist.strings │ │ │ └── MainMenu.xib │ │ └── main.m │ ├── ScintillaView.h │ ├── ScintillaView.mm │ ├── checkbuildosx.sh │ └── res │ │ ├── info_bar_bg.png │ │ ├── info_bar_bg@2x.png │ │ ├── mac_cursor_busy.png │ │ ├── mac_cursor_busy@2x.png │ │ ├── mac_cursor_flipped.png │ │ └── mac_cursor_flipped@2x.png ├── cppcheck.suppress ├── delbin.bat ├── doc │ ├── AddSource.txt │ ├── ChangeHistory.png │ ├── Design.html │ ├── Icons.html │ ├── Indicators.png │ ├── Lexer.txt │ ├── Markers.png │ ├── Privacy.html │ ├── SciBreak.jpg │ ├── SciCoding.html │ ├── SciRest.jpg │ ├── SciTEIco.png │ ├── SciWord.jpg │ ├── Scintilla5Migration.html │ ├── ScintillaDoc.html │ ├── ScintillaDownload.html │ ├── ScintillaHistory.html │ ├── ScintillaLogo.png │ ├── ScintillaLogo2x.png │ ├── ScintillaRelated.html │ ├── ScintillaToDo.html │ ├── ScintillaUsage.html │ ├── StadiumVariants.png │ ├── Steps.html │ ├── StyleMetadata.html │ ├── annotations.png │ ├── eolannotation.png │ ├── index.html │ └── styledmargin.png ├── gtk │ ├── Converter.h │ ├── DepGen.py │ ├── PlatGTK.cxx │ ├── ScintillaGTK.cxx │ ├── ScintillaGTK.h │ ├── ScintillaGTKAccessible.cxx │ ├── ScintillaGTKAccessible.h │ ├── Wrappers.h │ ├── deps.mak │ ├── makefile │ ├── scintilla-marshal.c │ ├── scintilla-marshal.h │ └── scintilla-marshal.list ├── include │ ├── ILexer.h │ ├── ILoader.h │ ├── Sci_Position.h │ ├── Scintilla.h │ ├── Scintilla.iface │ ├── ScintillaCall.h │ ├── ScintillaMessages.h │ ├── ScintillaStructures.h │ ├── ScintillaTypes.h │ └── ScintillaWidget.h ├── qt │ ├── README │ ├── ScintillaEdit │ │ ├── CMakeLists.txt │ │ ├── ScintillaDocument.cpp │ │ ├── ScintillaDocument.h │ │ ├── ScintillaEdit.cpp │ │ ├── ScintillaEdit.cpp.template │ │ ├── ScintillaEdit.h │ │ ├── ScintillaEdit.h.template │ │ ├── ScintillaEdit.pro │ │ └── WidgetGen.py │ └── ScintillaEditBase │ │ ├── Notes.txt │ │ ├── PlatQt.cpp │ │ ├── PlatQt.h │ │ ├── ScintillaEditBase.cpp │ │ ├── ScintillaEditBase.h │ │ ├── ScintillaEditBase.pro │ │ ├── ScintillaQt.cpp │ │ └── ScintillaQt.h ├── scripts │ ├── CheckMentioned.py │ ├── Dependencies.py │ ├── Face.py │ ├── FileGenerator.py │ ├── GenerateCaseConvert.py │ ├── GenerateCharacterCategory.py │ ├── HFacer.py │ ├── HeaderCheck.py │ ├── HeaderOrder.txt │ ├── LexGen.py │ ├── ScintillaAPIFacer.py │ ├── ScintillaData.py │ ├── __init__.py │ ├── __pycache__ │ │ ├── Face.cpython-312.pyc │ │ └── FileGenerator.cpython-312.pyc │ └── archive.sh ├── src │ ├── AutoComplete.cxx │ ├── AutoComplete.h │ ├── CallTip.cxx │ ├── CallTip.h │ ├── CaseConvert.cxx │ ├── CaseConvert.h │ ├── CaseFolder.cxx │ ├── CaseFolder.h │ ├── CellBuffer.cxx │ ├── CellBuffer.h │ ├── ChangeHistory.cxx │ ├── ChangeHistory.h │ ├── CharClassify.cxx │ ├── CharClassify.h │ ├── CharacterCategoryMap.cxx │ ├── CharacterCategoryMap.h │ ├── CharacterType.cxx │ ├── CharacterType.h │ ├── ContractionState.cxx │ ├── ContractionState.h │ ├── DBCS.cxx │ ├── DBCS.h │ ├── Debugging.h │ ├── Decoration.cxx │ ├── Decoration.h │ ├── Document.cxx │ ├── Document.h │ ├── EditModel.cxx │ ├── EditModel.h │ ├── EditView.cxx │ ├── EditView.h │ ├── Editor.cxx │ ├── Editor.h │ ├── ElapsedPeriod.h │ ├── Geometry.cxx │ ├── Geometry.h │ ├── Indicator.cxx │ ├── Indicator.h │ ├── KeyMap.cxx │ ├── KeyMap.h │ ├── LineMarker.cxx │ ├── LineMarker.h │ ├── MarginView.cxx │ ├── MarginView.h │ ├── Partitioning.h │ ├── PerLine.cxx │ ├── PerLine.h │ ├── Platform.h │ ├── Position.h │ ├── PositionCache.cxx │ ├── PositionCache.h │ ├── RESearch.cxx │ ├── RESearch.h │ ├── RunStyles.cxx │ ├── RunStyles.h │ ├── SciTE.properties │ ├── ScintillaBase.cxx │ ├── ScintillaBase.h │ ├── Selection.cxx │ ├── Selection.h │ ├── SparseVector.h │ ├── SplitVector.h │ ├── Style.cxx │ ├── Style.h │ ├── UndoHistory.cxx │ ├── UndoHistory.h │ ├── UniConversion.cxx │ ├── UniConversion.h │ ├── UniqueString.cxx │ ├── UniqueString.h │ ├── ViewStyle.cxx │ ├── ViewStyle.h │ ├── XPM.cxx │ └── XPM.h ├── test │ ├── MessageNumbers.py │ ├── README │ ├── ScintillaCallable.py │ ├── XiteMenu.py │ ├── XiteWin.py │ ├── gi │ │ ├── Scintilla-0.1.gir.good │ │ ├── filter-scintilla-h.py │ │ ├── gi-test.py │ │ └── makefile │ ├── performanceTests.py │ ├── simpleTests.py │ ├── unit │ │ ├── LICENSE_1_0.txt │ │ ├── README │ │ ├── Sci.natvis │ │ ├── SciTE.properties │ │ ├── UnitTester.cxx │ │ ├── UnitTester.vcxproj │ │ ├── catch.hpp │ │ ├── makefile │ │ ├── test.mak │ │ ├── testCellBuffer.cxx │ │ ├── testCharClassify.cxx │ │ ├── testCharacterCategoryMap.cxx │ │ ├── testContractionState.cxx │ │ ├── testDecoration.cxx │ │ ├── testDocument.cxx │ │ ├── testGeometry.cxx │ │ ├── testPartitioning.cxx │ │ ├── testPerLine.cxx │ │ ├── testRESearch.cxx │ │ ├── testRunStyles.cxx │ │ ├── testSparseVector.cxx │ │ ├── testSplitVector.cxx │ │ ├── testUniConversion.cxx │ │ └── unitTest.cxx │ ├── win32Tests.py │ └── xite.py ├── tgzsrc ├── version.txt ├── win32 │ ├── DepGen.py │ ├── HanjaDic.cxx │ ├── HanjaDic.h │ ├── PlatWin.cxx │ ├── PlatWin.h │ ├── SciTE.properties │ ├── ScintRes.rc │ ├── Scintilla.def │ ├── Scintilla.vcxproj │ ├── ScintillaDLL.cxx │ ├── ScintillaWin.cxx │ ├── ScintillaWin.h │ ├── WinTypes.h │ ├── deps.mak │ ├── makefile │ ├── nmdeps.mak │ └── scintilla.mak └── zipsrc.bat ├── showgraph ├── CMakeLists.txt ├── Graph │ ├── README.txt │ ├── agraph.h │ ├── edge.cpp │ ├── edge.h │ ├── edge_inline.h │ ├── graph.cpp │ ├── graph.h │ ├── graph_iface.h │ ├── graph_inline.h │ ├── marker.h │ ├── node.cpp │ ├── node.h │ ├── node_inline.h │ ├── node_iter.h │ ├── num.h │ └── predecls.h ├── GraphView │ ├── edge_helper.cpp │ ├── edge_helper.h │ ├── edge_item.cpp │ ├── edge_item.h │ ├── graph_view.cpp │ ├── graph_view.h │ ├── gstyle.h │ ├── gview_iface.h │ ├── gview_impl.h │ ├── navigation.cpp │ ├── navigation.h │ ├── node_item.cpp │ ├── node_item.h │ ├── style_edit.cpp │ ├── style_edit.h │ ├── visible_edge.cpp │ └── visible_edge.h ├── LICENSE.txt ├── Layout │ ├── aux_edge.h │ ├── aux_graph.cpp │ ├── aux_graph.h │ ├── aux_node.h │ ├── layout.cpp │ ├── layout_iface.h │ ├── node_group.cpp │ └── node_group.h ├── README.txt ├── Utils │ ├── asrt.h │ ├── conf.cpp │ ├── conf.h │ ├── conf_utest.cpp │ ├── list.h │ ├── list_utest.cpp │ ├── mem.h │ ├── mem_chunk.h │ ├── mem_entry.h │ ├── mem_fixed_pool.h │ ├── mem_mgr.cpp │ ├── mem_mgr.h │ ├── mem_obj.h │ ├── mem_pool.cpp │ ├── mem_pool.h │ ├── mem_ref.h │ ├── mem_utest.cpp │ ├── misc.h │ ├── print.h │ ├── singleton.h │ ├── ulist.h │ ├── utils.cpp │ ├── utils_iface.h │ └── utils_utest.cpp ├── core_iface.h ├── showgraph.cpp └── showgraph.h ├── test ├── cscope.out └── tags └── windows-install ├── qt5 ├── buildqt5.bat ├── buildqt5_github.bat ├── codequeryqt5.wxs ├── packqt5_github.bat └── testqt5_github.bat ├── qt6 ├── buildqt6.bat ├── buildqt6_github.bat ├── codequeryqt661.wxs ├── codequeryqt671.wxs ├── codequeryqt690.wxs ├── packqt6_github.bat └── testqt6_github.bat └── wincommon ├── HOWTO-WINDOWS.txt ├── LICENSE.rtf ├── LICENSE.txt ├── README.txt ├── cscope.exe ├── ctags.exe └── uninstall.bat /.github/workflows/cmake.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/.github/workflows/cmake.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/NEWS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/README.md -------------------------------------------------------------------------------- /THIRDPARTY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/THIRDPARTY.md -------------------------------------------------------------------------------- /cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/cli/CMakeLists.txt -------------------------------------------------------------------------------- /cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/cli/README.md -------------------------------------------------------------------------------- /cli/main_cli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/cli/main_cli.cpp -------------------------------------------------------------------------------- /cmakefind/FindSqlite.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/cmakefind/FindSqlite.cmake -------------------------------------------------------------------------------- /doc/HOWTO-LINUX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/HOWTO-LINUX.md -------------------------------------------------------------------------------- /doc/INSTALL-LINUX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/INSTALL-LINUX.md -------------------------------------------------------------------------------- /doc/banner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/banner.bmp -------------------------------------------------------------------------------- /doc/dialog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/dialog.bmp -------------------------------------------------------------------------------- /doc/emailaddr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/emailaddr.png -------------------------------------------------------------------------------- /doc/logotitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/logotitle.png -------------------------------------------------------------------------------- /doc/logotitle_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/logotitle_small.png -------------------------------------------------------------------------------- /doc/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/screenshot.png -------------------------------------------------------------------------------- /doc/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/screenshot2.png -------------------------------------------------------------------------------- /doc/workflow.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/workflow.dia -------------------------------------------------------------------------------- /doc/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/doc/workflow.png -------------------------------------------------------------------------------- /gui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/CMakeLists.txt -------------------------------------------------------------------------------- /gui/aboutdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/aboutdialog.cpp -------------------------------------------------------------------------------- /gui/aboutdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/aboutdialog.h -------------------------------------------------------------------------------- /gui/cqimages.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/cqimages.qrc -------------------------------------------------------------------------------- /gui/cqtrans.qrc.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/cqtrans.qrc.template -------------------------------------------------------------------------------- /gui/cqwin32.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/cqwin32.rc -------------------------------------------------------------------------------- /gui/cqwin64.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/cqwin64.rc -------------------------------------------------------------------------------- /gui/fileviewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/fileviewer.cpp -------------------------------------------------------------------------------- /gui/fileviewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/fileviewer.h -------------------------------------------------------------------------------- /gui/fileviewsettingsdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/fileviewsettingsdialog.cpp -------------------------------------------------------------------------------- /gui/fileviewsettingsdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/fileviewsettingsdialog.h -------------------------------------------------------------------------------- /gui/graphdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/graphdialog.cpp -------------------------------------------------------------------------------- /gui/graphdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/graphdialog.h -------------------------------------------------------------------------------- /gui/images/Arrow2_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Arrow2_Down.png -------------------------------------------------------------------------------- /gui/images/Arrow2_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Arrow2_Left.png -------------------------------------------------------------------------------- /gui/images/Arrow2_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Arrow2_Right.png -------------------------------------------------------------------------------- /gui/images/Arrow2_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Arrow2_Up.png -------------------------------------------------------------------------------- /gui/images/Clipboard_Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Clipboard_Copy.png -------------------------------------------------------------------------------- /gui/images/Clipboard_Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Clipboard_Paste.png -------------------------------------------------------------------------------- /gui/images/Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Database.png -------------------------------------------------------------------------------- /gui/images/Document2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Document2.png -------------------------------------------------------------------------------- /gui/images/Flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Flag.png -------------------------------------------------------------------------------- /gui/images/Folder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Folder2.png -------------------------------------------------------------------------------- /gui/images/Gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Gear.png -------------------------------------------------------------------------------- /gui/images/Graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Graph.png -------------------------------------------------------------------------------- /gui/images/Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Search.png -------------------------------------------------------------------------------- /gui/images/Text_Minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Text_Minus.png -------------------------------------------------------------------------------- /gui/images/Text_Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Text_Plus.png -------------------------------------------------------------------------------- /gui/images/Zoom_In.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Zoom_In.png -------------------------------------------------------------------------------- /gui/images/Zoom_Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/Zoom_Out.png -------------------------------------------------------------------------------- /gui/images/axialisReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/axialisReadMe.txt -------------------------------------------------------------------------------- /gui/images/codequery.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/codequery.ico -------------------------------------------------------------------------------- /gui/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/logo.png -------------------------------------------------------------------------------- /gui/images/logo128128.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/logo128128.ico -------------------------------------------------------------------------------- /gui/images/logo1616.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/logo1616.ico -------------------------------------------------------------------------------- /gui/images/logo3232.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/logo3232.ico -------------------------------------------------------------------------------- /gui/images/logo4848.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/logo4848.ico -------------------------------------------------------------------------------- /gui/images/logo6464.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/images/logo6464.ico -------------------------------------------------------------------------------- /gui/langtable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/langtable.cpp -------------------------------------------------------------------------------- /gui/langtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/langtable.h -------------------------------------------------------------------------------- /gui/listhandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/listhandler.cpp -------------------------------------------------------------------------------- /gui/listhandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/listhandler.h -------------------------------------------------------------------------------- /gui/main_gui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/main_gui.cpp -------------------------------------------------------------------------------- /gui/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/mainwindow.cpp -------------------------------------------------------------------------------- /gui/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/mainwindow.h -------------------------------------------------------------------------------- /gui/searchhandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/searchhandler.cpp -------------------------------------------------------------------------------- /gui/searchhandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/searchhandler.h -------------------------------------------------------------------------------- /gui/themes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes.cpp -------------------------------------------------------------------------------- /gui/themes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes.h -------------------------------------------------------------------------------- /gui/themes/Bespin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Bespin.xml -------------------------------------------------------------------------------- /gui/themes/Black_board.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Black_board.xml -------------------------------------------------------------------------------- /gui/themes/Choco.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Choco.xml -------------------------------------------------------------------------------- /gui/themes/Deep_Black.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Deep_Black.xml -------------------------------------------------------------------------------- /gui/themes/Eclipse_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Eclipse_Default.xml -------------------------------------------------------------------------------- /gui/themes/Hello_Kitty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Hello_Kitty.xml -------------------------------------------------------------------------------- /gui/themes/HotFudgeSundae.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/HotFudgeSundae.xml -------------------------------------------------------------------------------- /gui/themes/Mono_Industrial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Mono_Industrial.xml -------------------------------------------------------------------------------- /gui/themes/Monokai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Monokai.xml -------------------------------------------------------------------------------- /gui/themes/MossyLawn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/MossyLawn.xml -------------------------------------------------------------------------------- /gui/themes/Navajo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Navajo.xml -------------------------------------------------------------------------------- /gui/themes/NotepadPlusPlus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/NotepadPlusPlus.xml -------------------------------------------------------------------------------- /gui/themes/Obsidian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Obsidian.xml -------------------------------------------------------------------------------- /gui/themes/Plastic_Code_Wrap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Plastic_Code_Wrap.xml -------------------------------------------------------------------------------- /gui/themes/Ruby_Blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Ruby_Blue.xml -------------------------------------------------------------------------------- /gui/themes/Solarized.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Solarized.xml -------------------------------------------------------------------------------- /gui/themes/Solarized_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Solarized_light.xml -------------------------------------------------------------------------------- /gui/themes/Twilight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Twilight.xml -------------------------------------------------------------------------------- /gui/themes/Vibrant_Ink.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Vibrant_Ink.xml -------------------------------------------------------------------------------- /gui/themes/Zenburn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/Zenburn.xml -------------------------------------------------------------------------------- /gui/themes/khaki.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/khaki.xml -------------------------------------------------------------------------------- /gui/themes/parse_themes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/parse_themes.pl -------------------------------------------------------------------------------- /gui/themes/vim_Dark_Blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes/vim_Dark_Blue.xml -------------------------------------------------------------------------------- /gui/themes_gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/themes_gen.cpp -------------------------------------------------------------------------------- /gui/translations/codequery_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_de.ts -------------------------------------------------------------------------------- /gui/translations/codequery_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_en.ts -------------------------------------------------------------------------------- /gui/translations/codequery_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_es.ts -------------------------------------------------------------------------------- /gui/translations/codequery_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_fr.ts -------------------------------------------------------------------------------- /gui/translations/codequery_id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_id.ts -------------------------------------------------------------------------------- /gui/translations/codequery_it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_it.ts -------------------------------------------------------------------------------- /gui/translations/codequery_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_ja.ts -------------------------------------------------------------------------------- /gui/translations/codequery_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_ko.ts -------------------------------------------------------------------------------- /gui/translations/codequery_zh-CHS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_zh-CHS.ts -------------------------------------------------------------------------------- /gui/translations/codequery_zh-CHT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/codequery_zh-CHT.ts -------------------------------------------------------------------------------- /gui/translations/dolupdate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/dolupdate.pl -------------------------------------------------------------------------------- /gui/translations/dowebtranslate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/dowebtranslate.pl -------------------------------------------------------------------------------- /gui/translations/tslist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/translations/tslist.txt -------------------------------------------------------------------------------- /gui/ui/aboutDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/ui/aboutDialog.ui -------------------------------------------------------------------------------- /gui/ui/fileViewSettingsDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/ui/fileViewSettingsDialog.ui -------------------------------------------------------------------------------- /gui/ui/graphDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/ui/graphDialog.ui -------------------------------------------------------------------------------- /gui/ui/mainWindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/ui/mainWindow.ui -------------------------------------------------------------------------------- /gui/winmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/gui/winmain.cpp -------------------------------------------------------------------------------- /lexilla/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/.gitattributes -------------------------------------------------------------------------------- /lexilla/.github/workflows/build-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/.github/workflows/build-check.yml -------------------------------------------------------------------------------- /lexilla/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/.gitignore -------------------------------------------------------------------------------- /lexilla/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/.travis.yml -------------------------------------------------------------------------------- /lexilla/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/CMakeLists.txt -------------------------------------------------------------------------------- /lexilla/CONTRIBUTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/CONTRIBUTING -------------------------------------------------------------------------------- /lexilla/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/License.txt -------------------------------------------------------------------------------- /lexilla/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/README -------------------------------------------------------------------------------- /lexilla/access/LexillaAccess.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/access/LexillaAccess.cxx -------------------------------------------------------------------------------- /lexilla/access/LexillaAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/access/LexillaAccess.h -------------------------------------------------------------------------------- /lexilla/access/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/access/README -------------------------------------------------------------------------------- /lexilla/cppcheck.suppress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/cppcheck.suppress -------------------------------------------------------------------------------- /lexilla/delbin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/delbin.bat -------------------------------------------------------------------------------- /lexilla/doc/Lexilla.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/doc/Lexilla.html -------------------------------------------------------------------------------- /lexilla/doc/LexillaDoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/doc/LexillaDoc.html -------------------------------------------------------------------------------- /lexilla/doc/LexillaDownload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/doc/LexillaDownload.html -------------------------------------------------------------------------------- /lexilla/doc/LexillaHistory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/doc/LexillaHistory.html -------------------------------------------------------------------------------- /lexilla/doc/LexillaLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/doc/LexillaLogo.png -------------------------------------------------------------------------------- /lexilla/doc/LexillaLogo2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/doc/LexillaLogo2x.png -------------------------------------------------------------------------------- /lexilla/examples/CheckLexilla/CheckLexilla.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/examples/CheckLexilla/CheckLexilla.c -------------------------------------------------------------------------------- /lexilla/examples/CheckLexilla/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/examples/CheckLexilla/makefile -------------------------------------------------------------------------------- /lexilla/examples/SimpleLexer/SimpleLexer.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/examples/SimpleLexer/SimpleLexer.cxx -------------------------------------------------------------------------------- /lexilla/examples/SimpleLexer/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/examples/SimpleLexer/makefile -------------------------------------------------------------------------------- /lexilla/include/LexicalStyles.iface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/include/LexicalStyles.iface -------------------------------------------------------------------------------- /lexilla/include/Lexilla.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/include/Lexilla.h -------------------------------------------------------------------------------- /lexilla/include/SciLexer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/include/SciLexer.h -------------------------------------------------------------------------------- /lexilla/lexers/LexA68k.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexA68k.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAPDL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAPDL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexASY.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexASY.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAU3.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAU3.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAVE.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAVE.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAVS.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAVS.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAbaqus.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAbaqus.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAda.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAda.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAsciidoc.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAsciidoc.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAsm.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAsm.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexAsn1.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexAsn1.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexBaan.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexBaan.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexBash.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexBash.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexBasic.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexBasic.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexBatch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexBatch.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexBibTeX.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexBibTeX.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexBullant.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexBullant.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCIL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCIL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCLW.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCLW.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCOBOL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCOBOL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCPP.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCPP.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCSS.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCSS.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCaml.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCaml.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCmake.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCmake.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCoffeeScript.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCoffeeScript.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexConf.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexConf.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCrontab.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCrontab.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexCsound.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexCsound.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexD.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexD.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexDMAP.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexDMAP.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexDMIS.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexDMIS.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexDataflex.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexDataflex.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexDiff.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexDiff.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexECL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexECL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexEDIFACT.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexEDIFACT.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexEScript.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexEScript.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexEiffel.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexEiffel.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexErlang.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexErlang.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexErrorList.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexErrorList.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexFSharp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexFSharp.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexFlagship.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexFlagship.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexForth.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexForth.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexFortran.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexFortran.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexGAP.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexGAP.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexGDScript.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexGDScript.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexGui4Cli.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexGui4Cli.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexHTML.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexHTML.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexHaskell.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexHaskell.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexHex.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexHex.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexHollywood.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexHollywood.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexIndent.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexIndent.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexInno.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexInno.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexJSON.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexJSON.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexJulia.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexJulia.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexKVIrc.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexKVIrc.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexKix.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexKix.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexLaTeX.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexLaTeX.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexLisp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexLisp.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexLout.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexLout.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexLua.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexLua.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMMIXAL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMMIXAL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMPT.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMPT.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMSSQL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMSSQL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMagik.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMagik.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMake.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMake.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMarkdown.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMarkdown.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMatlab.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMatlab.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMaxima.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMaxima.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMetapost.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMetapost.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexModula.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexModula.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexMySQL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexMySQL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexNim.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexNim.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexNimrod.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexNimrod.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexNsis.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexNsis.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexNull.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexNull.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexOScript.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexOScript.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexOpal.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexOpal.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPB.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPB.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPLM.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPLM.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPO.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPO.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPOV.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPOV.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPS.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPS.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPascal.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPascal.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPerl.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPerl.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPowerPro.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPowerPro.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPowerShell.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPowerShell.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexProgress.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexProgress.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexProps.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexProps.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexPython.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexPython.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexR.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexR.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexRaku.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexRaku.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexRebol.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexRebol.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexRegistry.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexRegistry.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexRuby.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexRuby.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexRust.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexRust.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSAS.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSAS.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSML.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSML.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSQL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSQL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSTTXT.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSTTXT.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexScriptol.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexScriptol.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSmalltalk.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSmalltalk.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSorcus.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSorcus.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSpecman.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSpecman.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexSpice.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexSpice.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexStata.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexStata.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTACL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTACL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTADS3.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTADS3.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTAL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTAL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTCL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTCL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTCMD.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTCMD.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTeX.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTeX.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexTxt2tags.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexTxt2tags.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexVB.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexVB.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexVHDL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexVHDL.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexVerilog.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexVerilog.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexVisualProlog.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexVisualProlog.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexX12.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexX12.cxx -------------------------------------------------------------------------------- /lexilla/lexers/LexYAML.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexers/LexYAML.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/Accessor.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/Accessor.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/Accessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/Accessor.h -------------------------------------------------------------------------------- /lexilla/lexlib/CatalogueModules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/CatalogueModules.h -------------------------------------------------------------------------------- /lexilla/lexlib/CharacterCategory.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/CharacterCategory.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/CharacterCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/CharacterCategory.h -------------------------------------------------------------------------------- /lexilla/lexlib/CharacterSet.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/CharacterSet.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/CharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/CharacterSet.h -------------------------------------------------------------------------------- /lexilla/lexlib/DefaultLexer.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/DefaultLexer.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/DefaultLexer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/DefaultLexer.h -------------------------------------------------------------------------------- /lexilla/lexlib/InList.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/InList.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/InList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/InList.h -------------------------------------------------------------------------------- /lexilla/lexlib/LexAccessor.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexAccessor.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/LexAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexAccessor.h -------------------------------------------------------------------------------- /lexilla/lexlib/LexerBase.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerBase.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/LexerBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerBase.h -------------------------------------------------------------------------------- /lexilla/lexlib/LexerModule.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerModule.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/LexerModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerModule.h -------------------------------------------------------------------------------- /lexilla/lexlib/LexerNoExceptions.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerNoExceptions.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/LexerNoExceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerNoExceptions.h -------------------------------------------------------------------------------- /lexilla/lexlib/LexerSimple.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerSimple.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/LexerSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/LexerSimple.h -------------------------------------------------------------------------------- /lexilla/lexlib/OptionSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/OptionSet.h -------------------------------------------------------------------------------- /lexilla/lexlib/PropSetSimple.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/PropSetSimple.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/PropSetSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/PropSetSimple.h -------------------------------------------------------------------------------- /lexilla/lexlib/SparseState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/SparseState.h -------------------------------------------------------------------------------- /lexilla/lexlib/StringCopy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/StringCopy.h -------------------------------------------------------------------------------- /lexilla/lexlib/StyleContext.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/StyleContext.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/StyleContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/StyleContext.h -------------------------------------------------------------------------------- /lexilla/lexlib/SubStyles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/SubStyles.h -------------------------------------------------------------------------------- /lexilla/lexlib/WordList.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/WordList.cxx -------------------------------------------------------------------------------- /lexilla/lexlib/WordList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/lexlib/WordList.h -------------------------------------------------------------------------------- /lexilla/scripts/HeaderOrder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/HeaderOrder.txt -------------------------------------------------------------------------------- /lexilla/scripts/LexFacer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/LexFacer.py -------------------------------------------------------------------------------- /lexilla/scripts/LexillaData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/LexillaData.py -------------------------------------------------------------------------------- /lexilla/scripts/LexillaGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/LexillaGen.py -------------------------------------------------------------------------------- /lexilla/scripts/LexillaLogo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/LexillaLogo.py -------------------------------------------------------------------------------- /lexilla/scripts/PromoteNew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/PromoteNew.bat -------------------------------------------------------------------------------- /lexilla/scripts/RunTest.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/RunTest.bat -------------------------------------------------------------------------------- /lexilla/scripts/RunTest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/scripts/RunTest.sh -------------------------------------------------------------------------------- /lexilla/src/DepGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/DepGen.py -------------------------------------------------------------------------------- /lexilla/src/Lexilla.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/Lexilla.cxx -------------------------------------------------------------------------------- /lexilla/src/Lexilla.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/Lexilla.def -------------------------------------------------------------------------------- /lexilla/src/Lexilla.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/Lexilla.pro -------------------------------------------------------------------------------- /lexilla/src/Lexilla.ruleset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/Lexilla.ruleset -------------------------------------------------------------------------------- /lexilla/src/Lexilla.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/Lexilla.vcxproj -------------------------------------------------------------------------------- /lexilla/src/Lexilla/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/Lexilla/Info.plist -------------------------------------------------------------------------------- /lexilla/src/LexillaVersion.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/LexillaVersion.rc -------------------------------------------------------------------------------- /lexilla/src/deps.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/deps.mak -------------------------------------------------------------------------------- /lexilla/src/lexilla.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/lexilla.mak -------------------------------------------------------------------------------- /lexilla/src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/makefile -------------------------------------------------------------------------------- /lexilla/src/nmdeps.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/src/nmdeps.mak -------------------------------------------------------------------------------- /lexilla/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/README -------------------------------------------------------------------------------- /lexilla/test/TestDocument.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/TestDocument.cxx -------------------------------------------------------------------------------- /lexilla/test/TestDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/TestDocument.h -------------------------------------------------------------------------------- /lexilla/test/TestLexers.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/TestLexers.cxx -------------------------------------------------------------------------------- /lexilla/test/TestLexers.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/TestLexers.vcxproj -------------------------------------------------------------------------------- /lexilla/test/examples/asciidoc/SciTE.properties: -------------------------------------------------------------------------------- 1 | code.page=65001 2 | lexer.*.adoc=asciidoc 3 | fold=1 4 | -------------------------------------------------------------------------------- /lexilla/test/examples/asm/AllStyles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/asm/AllStyles.asm -------------------------------------------------------------------------------- /lexilla/test/examples/asm/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/asm/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/bash/199Numbers.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/199Numbers.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/203TestOption.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/203TestOption.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/AllStyles.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/AllStyles.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Issue180.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Issue180.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Issue182.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Issue182.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Issue184.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Issue184.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Issue184Copy.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Issue184Copy.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Nested.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Nested.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Nested.bsh.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Nested.bsh.folded -------------------------------------------------------------------------------- /lexilla/test/examples/bash/Nested.bsh.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/Nested.bsh.styled -------------------------------------------------------------------------------- /lexilla/test/examples/bash/NestedRich.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/NestedRich.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/bash/continuation.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/continuation.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/hash.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/hash.zsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/hash.zsh.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/hash.zsh.folded -------------------------------------------------------------------------------- /lexilla/test/examples/bash/hash.zsh.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/hash.zsh.styled -------------------------------------------------------------------------------- /lexilla/test/examples/bash/x.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/x.bsh -------------------------------------------------------------------------------- /lexilla/test/examples/bash/x.bsh.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/x.bsh.folded -------------------------------------------------------------------------------- /lexilla/test/examples/bash/x.bsh.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/bash/x.bsh.styled -------------------------------------------------------------------------------- /lexilla/test/examples/batch/Issue115.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/batch/Issue115.bat -------------------------------------------------------------------------------- /lexilla/test/examples/batch/Issue222.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/batch/Issue222.bat -------------------------------------------------------------------------------- /lexilla/test/examples/batch/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/batch/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/batch/x.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/batch/x.bat -------------------------------------------------------------------------------- /lexilla/test/examples/batch/x.bat.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/batch/x.bat.folded -------------------------------------------------------------------------------- /lexilla/test/examples/batch/x.bat.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/batch/x.bat.styled -------------------------------------------------------------------------------- /lexilla/test/examples/caml/AllStyles.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/caml/AllStyles.ml -------------------------------------------------------------------------------- /lexilla/test/examples/caml/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/caml/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/cmake/Bug77_0.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cmake/Bug77_0.cmake -------------------------------------------------------------------------------- /lexilla/test/examples/cmake/Bug77_1.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cmake/Bug77_1.cmake -------------------------------------------------------------------------------- /lexilla/test/examples/cmake/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cmake/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/229.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/229.cob -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/229.cob.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/229.cob.folded -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/229.cob.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/229.cob.styled -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/230.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/230.cob -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/230.cob.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/230.cob.folded -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/230.cob.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/230.cob.styled -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/231.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/231.cob -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/231.cob.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/231.cob.folded -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/231.cob.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/231.cob.styled -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/AllStyles.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/AllStyles.cob -------------------------------------------------------------------------------- /lexilla/test/examples/cobol/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cobol/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/149KeywordCase.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/149KeywordCase.cxx -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/94Template.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/94Template.cxx -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/AllStyles.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/AllStyles.cxx -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/Bug2245.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/Bug2245.cxx -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/Bug2245.cxx.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/Bug2245.cxx.folded -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/Bug2245.cxx.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/Bug2245.cxx.styled -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/x.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/x.cxx -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/x.cxx.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/x.cxx.folded -------------------------------------------------------------------------------- /lexilla/test/examples/cpp/x.cxx.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/cpp/x.cxx.styled -------------------------------------------------------------------------------- /lexilla/test/examples/css/AllStyles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/css/AllStyles.css -------------------------------------------------------------------------------- /lexilla/test/examples/css/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/css/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/d/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/d/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/d/x.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/d/x.d -------------------------------------------------------------------------------- /lexilla/test/examples/d/x.d.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/d/x.d.folded -------------------------------------------------------------------------------- /lexilla/test/examples/d/x.d.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/d/x.d.styled -------------------------------------------------------------------------------- /lexilla/test/examples/diff/AllStyles.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/diff/AllStyles.diff -------------------------------------------------------------------------------- /lexilla/test/examples/diff/LongLine.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/diff/LongLine.diff -------------------------------------------------------------------------------- /lexilla/test/examples/diff/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/diff/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/erlang/AllStyles.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/erlang/AllStyles.erl -------------------------------------------------------------------------------- /lexilla/test/examples/fortran/AllStyles.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fortran/AllStyles.f -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/FmtSpecs.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/FmtSpecs.fs -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/Issue56.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/Issue56.fs -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/Issue93.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/Issue93.fs -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/Literals.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/Literals.fs -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/x.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/x.fs -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/x.fs.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/x.fs.folded -------------------------------------------------------------------------------- /lexilla/test/examples/fsharp/x.fs.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/fsharp/x.fs.styled -------------------------------------------------------------------------------- /lexilla/test/examples/gdscript/AllStyles.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/gdscript/AllStyles.gd -------------------------------------------------------------------------------- /lexilla/test/examples/gdscript/NodePath.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/gdscript/NodePath.gd -------------------------------------------------------------------------------- /lexilla/test/examples/gui4cli/AllStyles.gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/gui4cli/AllStyles.gui -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/Bug2207.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/Bug2207.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/Bug2219.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/Bug2219.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/Issue19.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/Issue19.php -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/Issue47.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/Issue47.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/Issue53.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/Issue53.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/comment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/comment.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/mako.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/mako.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.asp -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.asp.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.asp.folded -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.asp.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.asp.styled -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.html -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.php -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.php.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.php.folded -------------------------------------------------------------------------------- /lexilla/test/examples/hypertext/x.php.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/hypertext/x.php.styled -------------------------------------------------------------------------------- /lexilla/test/examples/inno/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/inno/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/inno/x.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/inno/x.iss -------------------------------------------------------------------------------- /lexilla/test/examples/inno/x.iss.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/inno/x.iss.folded -------------------------------------------------------------------------------- /lexilla/test/examples/inno/x.iss.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/inno/x.iss.styled -------------------------------------------------------------------------------- /lexilla/test/examples/json/AllStyles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/json/AllStyles.json -------------------------------------------------------------------------------- /lexilla/test/examples/json/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/json/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/julia/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/julia/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/julia/x.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/julia/x.jl -------------------------------------------------------------------------------- /lexilla/test/examples/julia/x.jl.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/julia/x.jl.folded -------------------------------------------------------------------------------- /lexilla/test/examples/julia/x.jl.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/julia/x.jl.styled -------------------------------------------------------------------------------- /lexilla/test/examples/latex/AllStyles.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/latex/AllStyles.tex -------------------------------------------------------------------------------- /lexilla/test/examples/latex/Feature1358.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/latex/Feature1358.tex -------------------------------------------------------------------------------- /lexilla/test/examples/latex/SciTE.properties: -------------------------------------------------------------------------------- 1 | lexer.*.tex=latex 2 | -------------------------------------------------------------------------------- /lexilla/test/examples/lua/AllStyles.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/AllStyles.lua -------------------------------------------------------------------------------- /lexilla/test/examples/lua/Bug2205.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/Bug2205.lua -------------------------------------------------------------------------------- /lexilla/test/examples/lua/Bug2205.lua.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/Bug2205.lua.folded -------------------------------------------------------------------------------- /lexilla/test/examples/lua/Bug2205.lua.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/Bug2205.lua.styled -------------------------------------------------------------------------------- /lexilla/test/examples/lua/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/lua/folding.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/folding.lua -------------------------------------------------------------------------------- /lexilla/test/examples/lua/folding.lua.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/folding.lua.folded -------------------------------------------------------------------------------- /lexilla/test/examples/lua/folding.lua.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/folding.lua.styled -------------------------------------------------------------------------------- /lexilla/test/examples/lua/x.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/x.lua -------------------------------------------------------------------------------- /lexilla/test/examples/lua/x.lua.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/x.lua.folded -------------------------------------------------------------------------------- /lexilla/test/examples/lua/x.lua.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/lua/x.lua.styled -------------------------------------------------------------------------------- /lexilla/test/examples/makefile/SciTE.properties: -------------------------------------------------------------------------------- 1 | lexer.*.mak=makefile 2 | -------------------------------------------------------------------------------- /lexilla/test/examples/makefile/longline.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/makefile/longline.mak -------------------------------------------------------------------------------- /lexilla/test/examples/makefile/x.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/makefile/x.mak -------------------------------------------------------------------------------- /lexilla/test/examples/makefile/x.mak.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/makefile/x.mak.folded -------------------------------------------------------------------------------- /lexilla/test/examples/makefile/x.mak.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/makefile/x.mak.styled -------------------------------------------------------------------------------- /lexilla/test/examples/markdown/AllStyles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/markdown/AllStyles.md -------------------------------------------------------------------------------- /lexilla/test/examples/markdown/Bug1216.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/markdown/Bug1216.md -------------------------------------------------------------------------------- /lexilla/test/examples/markdown/Bug2235.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/markdown/Bug2235.md -------------------------------------------------------------------------------- /lexilla/test/examples/markdown/Bug2247.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/markdown/Bug2247.md -------------------------------------------------------------------------------- /lexilla/test/examples/markdown/Issue117.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/markdown/Issue117.md -------------------------------------------------------------------------------- /lexilla/test/examples/mmixal/AllStyles.mms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mmixal/AllStyles.mms -------------------------------------------------------------------------------- /lexilla/test/examples/mmixal/x.mms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mmixal/x.mms -------------------------------------------------------------------------------- /lexilla/test/examples/mmixal/x.mms.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mmixal/x.mms.folded -------------------------------------------------------------------------------- /lexilla/test/examples/mmixal/x.mms.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mmixal/x.mms.styled -------------------------------------------------------------------------------- /lexilla/test/examples/modula/Issue129.m3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/modula/Issue129.m3 -------------------------------------------------------------------------------- /lexilla/test/examples/mssql/Issue87.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mssql/Issue87.tsql -------------------------------------------------------------------------------- /lexilla/test/examples/mssql/Issue90.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mssql/Issue90.tsql -------------------------------------------------------------------------------- /lexilla/test/examples/mssql/Various.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mssql/Various.tsql -------------------------------------------------------------------------------- /lexilla/test/examples/mysql/AllStyles.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/mysql/AllStyles.sql -------------------------------------------------------------------------------- /lexilla/test/examples/nim/x.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/nim/x.nim -------------------------------------------------------------------------------- /lexilla/test/examples/nim/x.nim.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/nim/x.nim.folded -------------------------------------------------------------------------------- /lexilla/test/examples/nim/x.nim.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/nim/x.nim.styled -------------------------------------------------------------------------------- /lexilla/test/examples/perl/x.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/perl/x.pl -------------------------------------------------------------------------------- /lexilla/test/examples/perl/x.pl.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/perl/x.pl.folded -------------------------------------------------------------------------------- /lexilla/test/examples/perl/x.pl.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/perl/x.pl.styled -------------------------------------------------------------------------------- /lexilla/test/examples/powershell/Pull99Comment.ps1: -------------------------------------------------------------------------------- 1 | # End comment before \r carriage return. 2 | -------------------------------------------------------------------------------- /lexilla/test/examples/powershell/Pull99Comment.ps1.styled: -------------------------------------------------------------------------------- 1 | {1}# End comment before \r carriage return.{0} 2 | -------------------------------------------------------------------------------- /lexilla/test/examples/python/AllStyles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/AllStyles.py -------------------------------------------------------------------------------- /lexilla/test/examples/python/f-strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/f-strings.py -------------------------------------------------------------------------------- /lexilla/test/examples/python/matchcase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/matchcase.py -------------------------------------------------------------------------------- /lexilla/test/examples/python/strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/strings.py -------------------------------------------------------------------------------- /lexilla/test/examples/python/x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/x.py -------------------------------------------------------------------------------- /lexilla/test/examples/python/x.py.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/x.py.folded -------------------------------------------------------------------------------- /lexilla/test/examples/python/x.py.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/python/x.py.styled -------------------------------------------------------------------------------- /lexilla/test/examples/r/102Backticks.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/r/102Backticks.r -------------------------------------------------------------------------------- /lexilla/test/examples/r/AllStyles.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/r/AllStyles.r -------------------------------------------------------------------------------- /lexilla/test/examples/r/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/r/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/raku/x.p6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/raku/x.p6 -------------------------------------------------------------------------------- /lexilla/test/examples/raku/x.p6.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/raku/x.p6.folded -------------------------------------------------------------------------------- /lexilla/test/examples/raku/x.p6.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/raku/x.p6.styled -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/234HereDoc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/234HereDoc.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/AllStyles.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/AllStyles.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue132.rb: -------------------------------------------------------------------------------- 1 | # Bad folding when single character ')' in SCE_RB_STRING_QW #132 2 | %W(#{1 + 1}) 3 | 4 | -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue135.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue135.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue136.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue136.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue140.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue140.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue65.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue65.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue66.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue66.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue67.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue67.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/Issue69.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/Issue69.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/x.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/x.rb -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/x.rb.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/x.rb.folded -------------------------------------------------------------------------------- /lexilla/test/examples/ruby/x.rb.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/ruby/x.rb.styled -------------------------------------------------------------------------------- /lexilla/test/examples/rust/Issue239.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/rust/Issue239.rs -------------------------------------------------------------------------------- /lexilla/test/examples/rust/Issue33.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/rust/Issue33.rs -------------------------------------------------------------------------------- /lexilla/test/examples/rust/Issue34.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/rust/Issue34.rs -------------------------------------------------------------------------------- /lexilla/test/examples/rust/Issue35.rs: -------------------------------------------------------------------------------- 1 | /// GitHub Issue #35 2 | fn main() {} 3 | /* -------------------------------------------------------------------------------- /lexilla/test/examples/sql/AllStyles.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/sql/AllStyles.sql -------------------------------------------------------------------------------- /lexilla/test/examples/tcl/x.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/tcl/x.tcl -------------------------------------------------------------------------------- /lexilla/test/examples/tcl/x.tcl.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/tcl/x.tcl.folded -------------------------------------------------------------------------------- /lexilla/test/examples/tcl/x.tcl.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/tcl/x.tcl.styled -------------------------------------------------------------------------------- /lexilla/test/examples/vb/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vb/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/examples/vb/x.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vb/x.vb -------------------------------------------------------------------------------- /lexilla/test/examples/vb/x.vb.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vb/x.vb.folded -------------------------------------------------------------------------------- /lexilla/test/examples/vb/x.vb.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vb/x.vb.styled -------------------------------------------------------------------------------- /lexilla/test/examples/vhdl/SciTE.properties: -------------------------------------------------------------------------------- 1 | lexer.*.vhd=vhdl 2 | fold=1 3 | 4 | -------------------------------------------------------------------------------- /lexilla/test/examples/vhdl/x.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vhdl/x.vhd -------------------------------------------------------------------------------- /lexilla/test/examples/vhdl/x.vhd.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vhdl/x.vhd.folded -------------------------------------------------------------------------------- /lexilla/test/examples/vhdl/x.vhd.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/vhdl/x.vhd.styled -------------------------------------------------------------------------------- /lexilla/test/examples/x12/SciTE.properties: -------------------------------------------------------------------------------- 1 | lexer.*.x12=x12 2 | fold=1 3 | 4 | -------------------------------------------------------------------------------- /lexilla/test/examples/x12/empty.x12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/x12/empty.x12 -------------------------------------------------------------------------------- /lexilla/test/examples/x12/x.x12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/x12/x.x12 -------------------------------------------------------------------------------- /lexilla/test/examples/x12/x.x12.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/x12/x.x12.folded -------------------------------------------------------------------------------- /lexilla/test/examples/x12/x.x12.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/x12/x.x12.styled -------------------------------------------------------------------------------- /lexilla/test/examples/yaml/longline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/yaml/longline.yaml -------------------------------------------------------------------------------- /lexilla/test/examples/yaml/x.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/yaml/x.yaml -------------------------------------------------------------------------------- /lexilla/test/examples/yaml/x.yaml.folded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/yaml/x.yaml.folded -------------------------------------------------------------------------------- /lexilla/test/examples/yaml/x.yaml.styled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/examples/yaml/x.yaml.styled -------------------------------------------------------------------------------- /lexilla/test/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/makefile -------------------------------------------------------------------------------- /lexilla/test/testlexers.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/testlexers.mak -------------------------------------------------------------------------------- /lexilla/test/unit/LICENSE_1_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/LICENSE_1_0.txt -------------------------------------------------------------------------------- /lexilla/test/unit/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/README -------------------------------------------------------------------------------- /lexilla/test/unit/Sci.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/Sci.natvis -------------------------------------------------------------------------------- /lexilla/test/unit/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/SciTE.properties -------------------------------------------------------------------------------- /lexilla/test/unit/UnitTester.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/UnitTester.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/UnitTester.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/UnitTester.vcxproj -------------------------------------------------------------------------------- /lexilla/test/unit/catch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/catch.hpp -------------------------------------------------------------------------------- /lexilla/test/unit/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/makefile -------------------------------------------------------------------------------- /lexilla/test/unit/test.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/test.mak -------------------------------------------------------------------------------- /lexilla/test/unit/testCharacterSet.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testCharacterSet.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/testInList.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testInList.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/testLexerSimple.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testLexerSimple.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/testOptionSet.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testOptionSet.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/testPropSetSimple.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testPropSetSimple.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/testSparseState.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testSparseState.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/testWordList.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/testWordList.cxx -------------------------------------------------------------------------------- /lexilla/test/unit/unitTest.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/test/unit/unitTest.cxx -------------------------------------------------------------------------------- /lexilla/tgzsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/tgzsrc -------------------------------------------------------------------------------- /lexilla/version.txt: -------------------------------------------------------------------------------- 1 | 532 -------------------------------------------------------------------------------- /lexilla/zipsrc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/lexilla/zipsrc.bat -------------------------------------------------------------------------------- /makedb/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/CMakeLists.txt -------------------------------------------------------------------------------- /makedb/cs2sq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/cs2sq.cpp -------------------------------------------------------------------------------- /makedb/cs2sq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/cs2sq.h -------------------------------------------------------------------------------- /makedb/cscommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/cscommon.h -------------------------------------------------------------------------------- /makedb/csdbheader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/csdbheader.cpp -------------------------------------------------------------------------------- /makedb/csdbheader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/csdbheader.h -------------------------------------------------------------------------------- /makedb/csdbparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/csdbparser.cpp -------------------------------------------------------------------------------- /makedb/csdbparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/csdbparser.h -------------------------------------------------------------------------------- /makedb/ctagread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/ctagread.cpp -------------------------------------------------------------------------------- /makedb/ctagread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/ctagread.h -------------------------------------------------------------------------------- /makedb/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/main.cpp -------------------------------------------------------------------------------- /makedb/sqlbase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/sqlbase.cpp -------------------------------------------------------------------------------- /makedb/sqlbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/sqlbase.h -------------------------------------------------------------------------------- /makedb/swver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/makedb/swver.h -------------------------------------------------------------------------------- /querylib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/CMakeLists.txt -------------------------------------------------------------------------------- /querylib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/README.txt -------------------------------------------------------------------------------- /querylib/getopt2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/getopt2.cpp -------------------------------------------------------------------------------- /querylib/getopt2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/getopt2.h -------------------------------------------------------------------------------- /querylib/small_lib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/small_lib.cpp -------------------------------------------------------------------------------- /querylib/small_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/small_lib.h -------------------------------------------------------------------------------- /querylib/sqlquery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/sqlquery.cpp -------------------------------------------------------------------------------- /querylib/sqlquery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/querylib/sqlquery.h -------------------------------------------------------------------------------- /release.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/release.json -------------------------------------------------------------------------------- /scintilla/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [**] 4 | indent_style = tab 5 | -------------------------------------------------------------------------------- /scintilla/.hg_archival.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/.hg_archival.txt -------------------------------------------------------------------------------- /scintilla/.hgeol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/.hgeol -------------------------------------------------------------------------------- /scintilla/.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/.hgignore -------------------------------------------------------------------------------- /scintilla/.hgtags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/.hgtags -------------------------------------------------------------------------------- /scintilla/CONTRIBUTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/CONTRIBUTING -------------------------------------------------------------------------------- /scintilla/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/License.txt -------------------------------------------------------------------------------- /scintilla/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/README -------------------------------------------------------------------------------- /scintilla/call/ScintillaCall.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/call/ScintillaCall.cxx -------------------------------------------------------------------------------- /scintilla/cocoa/InfoBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/InfoBar.h -------------------------------------------------------------------------------- /scintilla/cocoa/InfoBar.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/InfoBar.mm -------------------------------------------------------------------------------- /scintilla/cocoa/InfoBarCommunicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/InfoBarCommunicator.h -------------------------------------------------------------------------------- /scintilla/cocoa/PlatCocoa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/PlatCocoa.h -------------------------------------------------------------------------------- /scintilla/cocoa/PlatCocoa.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/PlatCocoa.mm -------------------------------------------------------------------------------- /scintilla/cocoa/QuartzTextLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/QuartzTextLayout.h -------------------------------------------------------------------------------- /scintilla/cocoa/QuartzTextStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/QuartzTextStyle.h -------------------------------------------------------------------------------- /scintilla/cocoa/Scintilla/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/Scintilla/Info.plist -------------------------------------------------------------------------------- /scintilla/cocoa/ScintillaCocoa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/ScintillaCocoa.h -------------------------------------------------------------------------------- /scintilla/cocoa/ScintillaCocoa.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/ScintillaCocoa.mm -------------------------------------------------------------------------------- /scintilla/cocoa/ScintillaTest/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/ScintillaTest/Info.plist -------------------------------------------------------------------------------- /scintilla/cocoa/ScintillaTest/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/ScintillaTest/main.m -------------------------------------------------------------------------------- /scintilla/cocoa/ScintillaView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/ScintillaView.h -------------------------------------------------------------------------------- /scintilla/cocoa/ScintillaView.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/ScintillaView.mm -------------------------------------------------------------------------------- /scintilla/cocoa/checkbuildosx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/checkbuildosx.sh -------------------------------------------------------------------------------- /scintilla/cocoa/res/info_bar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/res/info_bar_bg.png -------------------------------------------------------------------------------- /scintilla/cocoa/res/info_bar_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/res/info_bar_bg@2x.png -------------------------------------------------------------------------------- /scintilla/cocoa/res/mac_cursor_busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cocoa/res/mac_cursor_busy.png -------------------------------------------------------------------------------- /scintilla/cppcheck.suppress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/cppcheck.suppress -------------------------------------------------------------------------------- /scintilla/delbin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/delbin.bat -------------------------------------------------------------------------------- /scintilla/doc/AddSource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/AddSource.txt -------------------------------------------------------------------------------- /scintilla/doc/ChangeHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ChangeHistory.png -------------------------------------------------------------------------------- /scintilla/doc/Design.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Design.html -------------------------------------------------------------------------------- /scintilla/doc/Icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Icons.html -------------------------------------------------------------------------------- /scintilla/doc/Indicators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Indicators.png -------------------------------------------------------------------------------- /scintilla/doc/Lexer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Lexer.txt -------------------------------------------------------------------------------- /scintilla/doc/Markers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Markers.png -------------------------------------------------------------------------------- /scintilla/doc/Privacy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Privacy.html -------------------------------------------------------------------------------- /scintilla/doc/SciBreak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/SciBreak.jpg -------------------------------------------------------------------------------- /scintilla/doc/SciCoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/SciCoding.html -------------------------------------------------------------------------------- /scintilla/doc/SciRest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/SciRest.jpg -------------------------------------------------------------------------------- /scintilla/doc/SciTEIco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/SciTEIco.png -------------------------------------------------------------------------------- /scintilla/doc/SciWord.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/SciWord.jpg -------------------------------------------------------------------------------- /scintilla/doc/Scintilla5Migration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Scintilla5Migration.html -------------------------------------------------------------------------------- /scintilla/doc/ScintillaDoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaDoc.html -------------------------------------------------------------------------------- /scintilla/doc/ScintillaDownload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaDownload.html -------------------------------------------------------------------------------- /scintilla/doc/ScintillaHistory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaHistory.html -------------------------------------------------------------------------------- /scintilla/doc/ScintillaLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaLogo.png -------------------------------------------------------------------------------- /scintilla/doc/ScintillaLogo2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaLogo2x.png -------------------------------------------------------------------------------- /scintilla/doc/ScintillaRelated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaRelated.html -------------------------------------------------------------------------------- /scintilla/doc/ScintillaToDo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaToDo.html -------------------------------------------------------------------------------- /scintilla/doc/ScintillaUsage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/ScintillaUsage.html -------------------------------------------------------------------------------- /scintilla/doc/StadiumVariants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/StadiumVariants.png -------------------------------------------------------------------------------- /scintilla/doc/Steps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/Steps.html -------------------------------------------------------------------------------- /scintilla/doc/StyleMetadata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/StyleMetadata.html -------------------------------------------------------------------------------- /scintilla/doc/annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/annotations.png -------------------------------------------------------------------------------- /scintilla/doc/eolannotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/eolannotation.png -------------------------------------------------------------------------------- /scintilla/doc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/index.html -------------------------------------------------------------------------------- /scintilla/doc/styledmargin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/doc/styledmargin.png -------------------------------------------------------------------------------- /scintilla/gtk/Converter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/Converter.h -------------------------------------------------------------------------------- /scintilla/gtk/DepGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/DepGen.py -------------------------------------------------------------------------------- /scintilla/gtk/PlatGTK.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/PlatGTK.cxx -------------------------------------------------------------------------------- /scintilla/gtk/ScintillaGTK.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/ScintillaGTK.cxx -------------------------------------------------------------------------------- /scintilla/gtk/ScintillaGTK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/ScintillaGTK.h -------------------------------------------------------------------------------- /scintilla/gtk/ScintillaGTKAccessible.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/ScintillaGTKAccessible.cxx -------------------------------------------------------------------------------- /scintilla/gtk/ScintillaGTKAccessible.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/ScintillaGTKAccessible.h -------------------------------------------------------------------------------- /scintilla/gtk/Wrappers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/Wrappers.h -------------------------------------------------------------------------------- /scintilla/gtk/deps.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/deps.mak -------------------------------------------------------------------------------- /scintilla/gtk/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/makefile -------------------------------------------------------------------------------- /scintilla/gtk/scintilla-marshal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/scintilla-marshal.c -------------------------------------------------------------------------------- /scintilla/gtk/scintilla-marshal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/scintilla-marshal.h -------------------------------------------------------------------------------- /scintilla/gtk/scintilla-marshal.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/gtk/scintilla-marshal.list -------------------------------------------------------------------------------- /scintilla/include/ILexer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ILexer.h -------------------------------------------------------------------------------- /scintilla/include/ILoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ILoader.h -------------------------------------------------------------------------------- /scintilla/include/Sci_Position.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/Sci_Position.h -------------------------------------------------------------------------------- /scintilla/include/Scintilla.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/Scintilla.h -------------------------------------------------------------------------------- /scintilla/include/Scintilla.iface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/Scintilla.iface -------------------------------------------------------------------------------- /scintilla/include/ScintillaCall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ScintillaCall.h -------------------------------------------------------------------------------- /scintilla/include/ScintillaMessages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ScintillaMessages.h -------------------------------------------------------------------------------- /scintilla/include/ScintillaStructures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ScintillaStructures.h -------------------------------------------------------------------------------- /scintilla/include/ScintillaTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ScintillaTypes.h -------------------------------------------------------------------------------- /scintilla/include/ScintillaWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/include/ScintillaWidget.h -------------------------------------------------------------------------------- /scintilla/qt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/qt/README -------------------------------------------------------------------------------- /scintilla/qt/ScintillaEdit/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/qt/ScintillaEdit/CMakeLists.txt -------------------------------------------------------------------------------- /scintilla/qt/ScintillaEdit/WidgetGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/qt/ScintillaEdit/WidgetGen.py -------------------------------------------------------------------------------- /scintilla/qt/ScintillaEditBase/Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/qt/ScintillaEditBase/Notes.txt -------------------------------------------------------------------------------- /scintilla/qt/ScintillaEditBase/PlatQt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/qt/ScintillaEditBase/PlatQt.cpp -------------------------------------------------------------------------------- /scintilla/qt/ScintillaEditBase/PlatQt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/qt/ScintillaEditBase/PlatQt.h -------------------------------------------------------------------------------- /scintilla/scripts/CheckMentioned.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/CheckMentioned.py -------------------------------------------------------------------------------- /scintilla/scripts/Dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/Dependencies.py -------------------------------------------------------------------------------- /scintilla/scripts/Face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/Face.py -------------------------------------------------------------------------------- /scintilla/scripts/FileGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/FileGenerator.py -------------------------------------------------------------------------------- /scintilla/scripts/GenerateCaseConvert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/GenerateCaseConvert.py -------------------------------------------------------------------------------- /scintilla/scripts/HFacer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/HFacer.py -------------------------------------------------------------------------------- /scintilla/scripts/HeaderCheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/HeaderCheck.py -------------------------------------------------------------------------------- /scintilla/scripts/HeaderOrder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/HeaderOrder.txt -------------------------------------------------------------------------------- /scintilla/scripts/LexGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/LexGen.py -------------------------------------------------------------------------------- /scintilla/scripts/ScintillaAPIFacer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/ScintillaAPIFacer.py -------------------------------------------------------------------------------- /scintilla/scripts/ScintillaData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/ScintillaData.py -------------------------------------------------------------------------------- /scintilla/scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scintilla/scripts/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/scripts/archive.sh -------------------------------------------------------------------------------- /scintilla/src/AutoComplete.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/AutoComplete.cxx -------------------------------------------------------------------------------- /scintilla/src/AutoComplete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/AutoComplete.h -------------------------------------------------------------------------------- /scintilla/src/CallTip.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CallTip.cxx -------------------------------------------------------------------------------- /scintilla/src/CallTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CallTip.h -------------------------------------------------------------------------------- /scintilla/src/CaseConvert.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CaseConvert.cxx -------------------------------------------------------------------------------- /scintilla/src/CaseConvert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CaseConvert.h -------------------------------------------------------------------------------- /scintilla/src/CaseFolder.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CaseFolder.cxx -------------------------------------------------------------------------------- /scintilla/src/CaseFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CaseFolder.h -------------------------------------------------------------------------------- /scintilla/src/CellBuffer.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CellBuffer.cxx -------------------------------------------------------------------------------- /scintilla/src/CellBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CellBuffer.h -------------------------------------------------------------------------------- /scintilla/src/ChangeHistory.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ChangeHistory.cxx -------------------------------------------------------------------------------- /scintilla/src/ChangeHistory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ChangeHistory.h -------------------------------------------------------------------------------- /scintilla/src/CharClassify.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CharClassify.cxx -------------------------------------------------------------------------------- /scintilla/src/CharClassify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CharClassify.h -------------------------------------------------------------------------------- /scintilla/src/CharacterCategoryMap.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CharacterCategoryMap.cxx -------------------------------------------------------------------------------- /scintilla/src/CharacterCategoryMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CharacterCategoryMap.h -------------------------------------------------------------------------------- /scintilla/src/CharacterType.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CharacterType.cxx -------------------------------------------------------------------------------- /scintilla/src/CharacterType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/CharacterType.h -------------------------------------------------------------------------------- /scintilla/src/ContractionState.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ContractionState.cxx -------------------------------------------------------------------------------- /scintilla/src/ContractionState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ContractionState.h -------------------------------------------------------------------------------- /scintilla/src/DBCS.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/DBCS.cxx -------------------------------------------------------------------------------- /scintilla/src/DBCS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/DBCS.h -------------------------------------------------------------------------------- /scintilla/src/Debugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Debugging.h -------------------------------------------------------------------------------- /scintilla/src/Decoration.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Decoration.cxx -------------------------------------------------------------------------------- /scintilla/src/Decoration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Decoration.h -------------------------------------------------------------------------------- /scintilla/src/Document.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Document.cxx -------------------------------------------------------------------------------- /scintilla/src/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Document.h -------------------------------------------------------------------------------- /scintilla/src/EditModel.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/EditModel.cxx -------------------------------------------------------------------------------- /scintilla/src/EditModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/EditModel.h -------------------------------------------------------------------------------- /scintilla/src/EditView.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/EditView.cxx -------------------------------------------------------------------------------- /scintilla/src/EditView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/EditView.h -------------------------------------------------------------------------------- /scintilla/src/Editor.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Editor.cxx -------------------------------------------------------------------------------- /scintilla/src/Editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Editor.h -------------------------------------------------------------------------------- /scintilla/src/ElapsedPeriod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ElapsedPeriod.h -------------------------------------------------------------------------------- /scintilla/src/Geometry.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Geometry.cxx -------------------------------------------------------------------------------- /scintilla/src/Geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Geometry.h -------------------------------------------------------------------------------- /scintilla/src/Indicator.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Indicator.cxx -------------------------------------------------------------------------------- /scintilla/src/Indicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Indicator.h -------------------------------------------------------------------------------- /scintilla/src/KeyMap.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/KeyMap.cxx -------------------------------------------------------------------------------- /scintilla/src/KeyMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/KeyMap.h -------------------------------------------------------------------------------- /scintilla/src/LineMarker.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/LineMarker.cxx -------------------------------------------------------------------------------- /scintilla/src/LineMarker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/LineMarker.h -------------------------------------------------------------------------------- /scintilla/src/MarginView.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/MarginView.cxx -------------------------------------------------------------------------------- /scintilla/src/MarginView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/MarginView.h -------------------------------------------------------------------------------- /scintilla/src/Partitioning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Partitioning.h -------------------------------------------------------------------------------- /scintilla/src/PerLine.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/PerLine.cxx -------------------------------------------------------------------------------- /scintilla/src/PerLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/PerLine.h -------------------------------------------------------------------------------- /scintilla/src/Platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Platform.h -------------------------------------------------------------------------------- /scintilla/src/Position.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Position.h -------------------------------------------------------------------------------- /scintilla/src/PositionCache.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/PositionCache.cxx -------------------------------------------------------------------------------- /scintilla/src/PositionCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/PositionCache.h -------------------------------------------------------------------------------- /scintilla/src/RESearch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/RESearch.cxx -------------------------------------------------------------------------------- /scintilla/src/RESearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/RESearch.h -------------------------------------------------------------------------------- /scintilla/src/RunStyles.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/RunStyles.cxx -------------------------------------------------------------------------------- /scintilla/src/RunStyles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/RunStyles.h -------------------------------------------------------------------------------- /scintilla/src/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/SciTE.properties -------------------------------------------------------------------------------- /scintilla/src/ScintillaBase.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ScintillaBase.cxx -------------------------------------------------------------------------------- /scintilla/src/ScintillaBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ScintillaBase.h -------------------------------------------------------------------------------- /scintilla/src/Selection.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Selection.cxx -------------------------------------------------------------------------------- /scintilla/src/Selection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Selection.h -------------------------------------------------------------------------------- /scintilla/src/SparseVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/SparseVector.h -------------------------------------------------------------------------------- /scintilla/src/SplitVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/SplitVector.h -------------------------------------------------------------------------------- /scintilla/src/Style.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Style.cxx -------------------------------------------------------------------------------- /scintilla/src/Style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/Style.h -------------------------------------------------------------------------------- /scintilla/src/UndoHistory.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/UndoHistory.cxx -------------------------------------------------------------------------------- /scintilla/src/UndoHistory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/UndoHistory.h -------------------------------------------------------------------------------- /scintilla/src/UniConversion.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/UniConversion.cxx -------------------------------------------------------------------------------- /scintilla/src/UniConversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/UniConversion.h -------------------------------------------------------------------------------- /scintilla/src/UniqueString.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/UniqueString.cxx -------------------------------------------------------------------------------- /scintilla/src/UniqueString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/UniqueString.h -------------------------------------------------------------------------------- /scintilla/src/ViewStyle.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ViewStyle.cxx -------------------------------------------------------------------------------- /scintilla/src/ViewStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/ViewStyle.h -------------------------------------------------------------------------------- /scintilla/src/XPM.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/XPM.cxx -------------------------------------------------------------------------------- /scintilla/src/XPM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/src/XPM.h -------------------------------------------------------------------------------- /scintilla/test/MessageNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/MessageNumbers.py -------------------------------------------------------------------------------- /scintilla/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/README -------------------------------------------------------------------------------- /scintilla/test/ScintillaCallable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/ScintillaCallable.py -------------------------------------------------------------------------------- /scintilla/test/XiteMenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/XiteMenu.py -------------------------------------------------------------------------------- /scintilla/test/XiteWin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/XiteWin.py -------------------------------------------------------------------------------- /scintilla/test/gi/Scintilla-0.1.gir.good: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/gi/Scintilla-0.1.gir.good -------------------------------------------------------------------------------- /scintilla/test/gi/filter-scintilla-h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/gi/filter-scintilla-h.py -------------------------------------------------------------------------------- /scintilla/test/gi/gi-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/gi/gi-test.py -------------------------------------------------------------------------------- /scintilla/test/gi/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/gi/makefile -------------------------------------------------------------------------------- /scintilla/test/performanceTests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/performanceTests.py -------------------------------------------------------------------------------- /scintilla/test/simpleTests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/simpleTests.py -------------------------------------------------------------------------------- /scintilla/test/unit/LICENSE_1_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/LICENSE_1_0.txt -------------------------------------------------------------------------------- /scintilla/test/unit/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/README -------------------------------------------------------------------------------- /scintilla/test/unit/Sci.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/Sci.natvis -------------------------------------------------------------------------------- /scintilla/test/unit/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/SciTE.properties -------------------------------------------------------------------------------- /scintilla/test/unit/UnitTester.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/UnitTester.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/UnitTester.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/UnitTester.vcxproj -------------------------------------------------------------------------------- /scintilla/test/unit/catch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/catch.hpp -------------------------------------------------------------------------------- /scintilla/test/unit/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/makefile -------------------------------------------------------------------------------- /scintilla/test/unit/test.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/test.mak -------------------------------------------------------------------------------- /scintilla/test/unit/testCellBuffer.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testCellBuffer.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testCharClassify.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testCharClassify.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testDecoration.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testDecoration.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testDocument.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testDocument.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testGeometry.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testGeometry.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testPartitioning.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testPartitioning.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testPerLine.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testPerLine.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testRESearch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testRESearch.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testRunStyles.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testRunStyles.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testSparseVector.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testSparseVector.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testSplitVector.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testSplitVector.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/testUniConversion.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/testUniConversion.cxx -------------------------------------------------------------------------------- /scintilla/test/unit/unitTest.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/unit/unitTest.cxx -------------------------------------------------------------------------------- /scintilla/test/win32Tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/win32Tests.py -------------------------------------------------------------------------------- /scintilla/test/xite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/test/xite.py -------------------------------------------------------------------------------- /scintilla/tgzsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/tgzsrc -------------------------------------------------------------------------------- /scintilla/version.txt: -------------------------------------------------------------------------------- 1 | 550 2 | -------------------------------------------------------------------------------- /scintilla/win32/DepGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/DepGen.py -------------------------------------------------------------------------------- /scintilla/win32/HanjaDic.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/HanjaDic.cxx -------------------------------------------------------------------------------- /scintilla/win32/HanjaDic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/HanjaDic.h -------------------------------------------------------------------------------- /scintilla/win32/PlatWin.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/PlatWin.cxx -------------------------------------------------------------------------------- /scintilla/win32/PlatWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/PlatWin.h -------------------------------------------------------------------------------- /scintilla/win32/SciTE.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/SciTE.properties -------------------------------------------------------------------------------- /scintilla/win32/ScintRes.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/ScintRes.rc -------------------------------------------------------------------------------- /scintilla/win32/Scintilla.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | Scintilla_DirectFunction -------------------------------------------------------------------------------- /scintilla/win32/Scintilla.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/Scintilla.vcxproj -------------------------------------------------------------------------------- /scintilla/win32/ScintillaDLL.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/ScintillaDLL.cxx -------------------------------------------------------------------------------- /scintilla/win32/ScintillaWin.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/ScintillaWin.cxx -------------------------------------------------------------------------------- /scintilla/win32/ScintillaWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/ScintillaWin.h -------------------------------------------------------------------------------- /scintilla/win32/WinTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/WinTypes.h -------------------------------------------------------------------------------- /scintilla/win32/deps.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/deps.mak -------------------------------------------------------------------------------- /scintilla/win32/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/makefile -------------------------------------------------------------------------------- /scintilla/win32/nmdeps.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/nmdeps.mak -------------------------------------------------------------------------------- /scintilla/win32/scintilla.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/win32/scintilla.mak -------------------------------------------------------------------------------- /scintilla/zipsrc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/scintilla/zipsrc.bat -------------------------------------------------------------------------------- /showgraph/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/CMakeLists.txt -------------------------------------------------------------------------------- /showgraph/Graph/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/README.txt -------------------------------------------------------------------------------- /showgraph/Graph/agraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/agraph.h -------------------------------------------------------------------------------- /showgraph/Graph/edge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/edge.cpp -------------------------------------------------------------------------------- /showgraph/Graph/edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/edge.h -------------------------------------------------------------------------------- /showgraph/Graph/edge_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/edge_inline.h -------------------------------------------------------------------------------- /showgraph/Graph/graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/graph.cpp -------------------------------------------------------------------------------- /showgraph/Graph/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/graph.h -------------------------------------------------------------------------------- /showgraph/Graph/graph_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/graph_iface.h -------------------------------------------------------------------------------- /showgraph/Graph/graph_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/graph_inline.h -------------------------------------------------------------------------------- /showgraph/Graph/marker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/marker.h -------------------------------------------------------------------------------- /showgraph/Graph/node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/node.cpp -------------------------------------------------------------------------------- /showgraph/Graph/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/node.h -------------------------------------------------------------------------------- /showgraph/Graph/node_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/node_inline.h -------------------------------------------------------------------------------- /showgraph/Graph/node_iter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/node_iter.h -------------------------------------------------------------------------------- /showgraph/Graph/num.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/num.h -------------------------------------------------------------------------------- /showgraph/Graph/predecls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Graph/predecls.h -------------------------------------------------------------------------------- /showgraph/GraphView/edge_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/edge_helper.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/edge_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/edge_helper.h -------------------------------------------------------------------------------- /showgraph/GraphView/edge_item.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/edge_item.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/edge_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/edge_item.h -------------------------------------------------------------------------------- /showgraph/GraphView/graph_view.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/graph_view.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/graph_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/graph_view.h -------------------------------------------------------------------------------- /showgraph/GraphView/gstyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/gstyle.h -------------------------------------------------------------------------------- /showgraph/GraphView/gview_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/gview_iface.h -------------------------------------------------------------------------------- /showgraph/GraphView/gview_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/gview_impl.h -------------------------------------------------------------------------------- /showgraph/GraphView/navigation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/navigation.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/navigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/navigation.h -------------------------------------------------------------------------------- /showgraph/GraphView/node_item.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/node_item.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/node_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/node_item.h -------------------------------------------------------------------------------- /showgraph/GraphView/style_edit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/style_edit.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/style_edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/style_edit.h -------------------------------------------------------------------------------- /showgraph/GraphView/visible_edge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/visible_edge.cpp -------------------------------------------------------------------------------- /showgraph/GraphView/visible_edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/GraphView/visible_edge.h -------------------------------------------------------------------------------- /showgraph/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/LICENSE.txt -------------------------------------------------------------------------------- /showgraph/Layout/aux_edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/aux_edge.h -------------------------------------------------------------------------------- /showgraph/Layout/aux_graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/aux_graph.cpp -------------------------------------------------------------------------------- /showgraph/Layout/aux_graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/aux_graph.h -------------------------------------------------------------------------------- /showgraph/Layout/aux_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/aux_node.h -------------------------------------------------------------------------------- /showgraph/Layout/layout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/layout.cpp -------------------------------------------------------------------------------- /showgraph/Layout/layout_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/layout_iface.h -------------------------------------------------------------------------------- /showgraph/Layout/node_group.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/node_group.cpp -------------------------------------------------------------------------------- /showgraph/Layout/node_group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Layout/node_group.h -------------------------------------------------------------------------------- /showgraph/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/README.txt -------------------------------------------------------------------------------- /showgraph/Utils/asrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/asrt.h -------------------------------------------------------------------------------- /showgraph/Utils/conf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/conf.cpp -------------------------------------------------------------------------------- /showgraph/Utils/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/conf.h -------------------------------------------------------------------------------- /showgraph/Utils/conf_utest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/conf_utest.cpp -------------------------------------------------------------------------------- /showgraph/Utils/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/list.h -------------------------------------------------------------------------------- /showgraph/Utils/list_utest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/list_utest.cpp -------------------------------------------------------------------------------- /showgraph/Utils/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_chunk.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_entry.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_fixed_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_fixed_pool.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_mgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_mgr.cpp -------------------------------------------------------------------------------- /showgraph/Utils/mem_mgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_mgr.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_obj.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_pool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_pool.cpp -------------------------------------------------------------------------------- /showgraph/Utils/mem_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_pool.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_ref.h -------------------------------------------------------------------------------- /showgraph/Utils/mem_utest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/mem_utest.cpp -------------------------------------------------------------------------------- /showgraph/Utils/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/misc.h -------------------------------------------------------------------------------- /showgraph/Utils/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/print.h -------------------------------------------------------------------------------- /showgraph/Utils/singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/singleton.h -------------------------------------------------------------------------------- /showgraph/Utils/ulist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/ulist.h -------------------------------------------------------------------------------- /showgraph/Utils/utils.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /showgraph/Utils/utils_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/utils_iface.h -------------------------------------------------------------------------------- /showgraph/Utils/utils_utest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/Utils/utils_utest.cpp -------------------------------------------------------------------------------- /showgraph/core_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/core_iface.h -------------------------------------------------------------------------------- /showgraph/showgraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/showgraph.cpp -------------------------------------------------------------------------------- /showgraph/showgraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/showgraph/showgraph.h -------------------------------------------------------------------------------- /test/cscope.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/test/cscope.out -------------------------------------------------------------------------------- /test/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/test/tags -------------------------------------------------------------------------------- /windows-install/qt5/buildqt5.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt5/buildqt5.bat -------------------------------------------------------------------------------- /windows-install/qt5/buildqt5_github.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt5/buildqt5_github.bat -------------------------------------------------------------------------------- /windows-install/qt5/codequeryqt5.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt5/codequeryqt5.wxs -------------------------------------------------------------------------------- /windows-install/qt5/packqt5_github.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt5/packqt5_github.bat -------------------------------------------------------------------------------- /windows-install/qt5/testqt5_github.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt5/testqt5_github.bat -------------------------------------------------------------------------------- /windows-install/qt6/buildqt6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/buildqt6.bat -------------------------------------------------------------------------------- /windows-install/qt6/buildqt6_github.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/buildqt6_github.bat -------------------------------------------------------------------------------- /windows-install/qt6/codequeryqt661.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/codequeryqt661.wxs -------------------------------------------------------------------------------- /windows-install/qt6/codequeryqt671.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/codequeryqt671.wxs -------------------------------------------------------------------------------- /windows-install/qt6/codequeryqt690.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/codequeryqt690.wxs -------------------------------------------------------------------------------- /windows-install/qt6/packqt6_github.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/packqt6_github.bat -------------------------------------------------------------------------------- /windows-install/qt6/testqt6_github.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/qt6/testqt6_github.bat -------------------------------------------------------------------------------- /windows-install/wincommon/LICENSE.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/wincommon/LICENSE.rtf -------------------------------------------------------------------------------- /windows-install/wincommon/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/wincommon/LICENSE.txt -------------------------------------------------------------------------------- /windows-install/wincommon/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/wincommon/README.txt -------------------------------------------------------------------------------- /windows-install/wincommon/cscope.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/wincommon/cscope.exe -------------------------------------------------------------------------------- /windows-install/wincommon/ctags.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruben2020/codequery/HEAD/windows-install/wincommon/ctags.exe -------------------------------------------------------------------------------- /windows-install/wincommon/uninstall.bat: -------------------------------------------------------------------------------- 1 | @cmd /c msiexec /x %1 2 | --------------------------------------------------------------------------------