<p>Starting with scintilla 4.x I would like to use a new method for import scintilla.</p>
<p>We keep a side branch scintilla-import that contains just plain upstream scintilla releases, i.e. the unpacked tarballs imported to git. This is done with a helper script achieve a linear history with file deletions properly reflected.</p>
<p>Integrating a release is done simply by merging the specific commit from the scintilla-import branch <code>git merge scintilla-import</code>.</p>
<p>The only downside is that we carry the complete tarball but we don't have to track/handle individual files anymore and properly handle deletions. Any changes we make to scintilla are automatically preserved by <code>git merge</code></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/2600'>https://github.com/geany/geany/pull/2600</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>scintilla: delete geany from side branch to only include scintilla code</li>
  <li>initial version of script for scintilla raw import</li>
  <li>Import upstream scintilla from tarball, Version 440</li>
  <li>Import upstream scintilla from tarball, Version 442</li>
  <li>Import upstream scintilla from tarball, Version 443</li>
  <li>Import upstream scintilla from tarball, Version 444</li>
  <li>Import upstream scintilla from tarball, Version 445</li>
  <li>Merge brach "scintilla-import"</li>
  <li>scintilla: apply geany changes and restore compilation</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-63c5d01537751f71e86c9fcfb9590306">scintilla/CONTRIBUTING</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d6b2a750b4880b93a88bbc951034d96a">scintilla/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cf78b1eef4694e555d9f7537be8c6b1d">scintilla/README</a>
    (110)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-25f80c39896752921cb6911e82b45a48">scintilla/bin/__init__.py</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4eacdb0133ec54926c3c2c9db4173f47">scintilla/bin/empty.txt</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1dc601bfb0f9eb548259bbd75d6e8532">scintilla/cocoa/InfoBar.h</a>
    (53)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0fd18597c1e74a8fdd365981283c3eec">scintilla/cocoa/InfoBar.mm</a>
    (409)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a7c2bff1d7844b890677ecbbeeb19d82">scintilla/cocoa/InfoBarCommunicator.h</a>
    (35)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-54acf780c26192cfd2440436070f7cc0">scintilla/cocoa/PlatCocoa.h</a>
    (126)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-fc566450a3c34a83e27a14aa1c1ff1dc">scintilla/cocoa/PlatCocoa.mm</a>
    (2184)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-246a900f0f2a3e41fa3156e9db201773">scintilla/cocoa/QuartzTextLayout.h</a>
    (109)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b83e456f3d85d57f24e3a298a3533cbf">scintilla/cocoa/QuartzTextStyle.h</a>
    (95)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0e795f218484aead624dbb45e28587cd">scintilla/cocoa/QuartzTextStyleAttribute.h</a>
    (72)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d6e721ff595dee848655986384238efa">scintilla/cocoa/Scintilla/Info.plist</a>
    (24)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0e29f599896a0388fc2a04288cd80c73">scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj</a>
    (811)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2826a3ca32482313d772460ce09e61ee">scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.xcworkspace/contents.xcworkspacedata</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-536472919c382e8d2c5feac903aafcf6">scintilla/cocoa/Scintilla/Scintilla.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist</a>
    (8)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-775c286e7ab398bf004b4988bb3b3477">scintilla/cocoa/Scintilla/module.modulemap</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-fa67f6fdcd02cc82904cbb833f5af987">scintilla/cocoa/ScintillaCocoa.h</a>
    (253)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8913878e8201bfe340d662ddb2d74393">scintilla/cocoa/ScintillaCocoa.mm</a>
    (2567)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-630493a0410fa93efb169e3d7b42bc43">scintilla/cocoa/ScintillaFramework/Info.plist</a>
    (28)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b10ba1de7fc15df83decbaa78d7bb32b">scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj</a>
    (1345)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e9b015dd967c26b8c73e4bf5054cc788">scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-73bef22723cc3b15438a7aab063f952f">scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist</a>
    (8)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-bc2efda6839d7d741a59f998d53adac0">scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/xcshareddata/xcschemes/Scintilla.xcscheme</a>
    (68)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7e5dc1e1b5313b5b3366ea02eefc7a1d">scintilla/cocoa/ScintillaFramework/Scintilla_Prefix.pch</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cb24578d494c427fc8109813eb19ba62">scintilla/cocoa/ScintillaFramework/en.lproj/InfoPlist.strings</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-589beaa963586abd054820312c81439f">scintilla/cocoa/ScintillaFramework/module.modulemap</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4b54fb787b94d5e79dd51794756e1b78">scintilla/cocoa/ScintillaTest/AppController.h</a>
    (26)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-102dbf2a8f4729ef287cdf50bdf19645">scintilla/cocoa/ScintillaTest/AppController.mm</a>
    (309)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-910b3a6606bc34cecef14f5161991a5a">scintilla/cocoa/ScintillaTest/Info.plist</a>
    (28)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4e9028d30c2a7237bc4ab9adfaa7cd39">scintilla/cocoa/ScintillaTest/Scintilla-Info.plist</a>
    (20)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cd5e721b3fe0c90653241921b331b58b">scintilla/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj</a>
    (431)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b7f83f75374bdf3b8dd789f400114424">scintilla/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-aefd8ada7e0b15227a832261a622be88">scintilla/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist</a>
    (8)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-65701cd477b3f1057ba00ab5d8be9e1b">scintilla/cocoa/ScintillaTest/ScintillaTest_Prefix.pch</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-f1f72a00d07a6ee9df117b06472c5d52">scintilla/cocoa/ScintillaTest/TestData.sql</a>
    (215)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-faf55642732b60995bc4e2f84c52a8ac">scintilla/cocoa/ScintillaTest/en.lproj/InfoPlist.strings</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4216ac56886cc7b05e13092118e754e8">scintilla/cocoa/ScintillaTest/en.lproj/MainMenu.xib</a>
    (609)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-af5967a70c9c2f3678de02122a800e83">scintilla/cocoa/ScintillaTest/main.m</a>
    (15)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0e51e8e7b04deed528731ded7ab50d3c">scintilla/cocoa/ScintillaView.h</a>
    (169)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-203b7aa8972dd3ed3f4b550ed966f9cd">scintilla/cocoa/ScintillaView.mm</a>
    (2174)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2d9941b31fbb46ae79614d0ff28415ed">scintilla/cocoa/checkbuildosx.sh</a>
    (66)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9767b4d637124d773cf446a672258b1a">scintilla/cocoa/res/info_bar_bg.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7c74d10c1c1ca0445d88b95fd5e33401">scintilla/cocoa/res/info_bar_bg@2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-245f0817d0c7f4b5cde1c5b6b94e9934">scintilla/cocoa/res/mac_cursor_busy.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dfff57a2a0a47ea772beb3ea4033ac17">scintilla/cocoa/res/mac_cursor_busy@2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5a4c982da0c608bc6b82b94a4ce3361b">scintilla/cocoa/res/mac_cursor_flipped.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9330de8e835dc3cf0262b2f0f4d0efec">scintilla/cocoa/res/mac_cursor_flipped@2x.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6c6a451ee3add1f57180508bf5ce77a9">scintilla/cppcheck.suppress</a>
    (218)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-090bf062971058e917f9152a00a99627">scintilla/delbin.bat</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dd4dc7805db9bb99a1022778e5d47bb1">scintilla/doc/AddSource.txt</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7f0beb4d3028ebaa9b30394d28322dce">scintilla/doc/Design.html</a>
    (246)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0c7dca29933418f3f34ac087c803eff0">scintilla/doc/Icons.html</a>
    (57)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d236679c2644b1e4a0b0d563e51ae96e">scintilla/doc/Indicators.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-991c8b0d62f79c0e51c485dfe9a63294">scintilla/doc/Lexer.txt</a>
    (226)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-96bc177c6369943851fafb2323136f60">scintilla/doc/Markers.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1bd326fd7dcae508b7b99ca85d73f8ed">scintilla/doc/Privacy.html</a>
    (70)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-90980ff1507e3437df201853e0d66985">scintilla/doc/SciBreak.jpg</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-655ae20355f325db6c92abcc0b6db817">scintilla/doc/SciCoding.html</a>
    (295)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a9988c1538cadafe991a89b0d80909c9">scintilla/doc/SciRest.jpg</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0a5aef62d2f2f55fda201061141d1318">scintilla/doc/SciTEIco.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-ef6015a8eb31d83355fe2adfe546daca">scintilla/doc/SciWord.jpg</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dcbf8e408d9bad8c8613e22a038c011c">scintilla/doc/ScintillaDoc.html</a>
    (8797)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-065652098fd81aa32e66d99c3f9b3fc3">scintilla/doc/ScintillaDownload.html</a>
    (71)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2a59d6f524343a46830e40c44673a31c">scintilla/doc/ScintillaHistory.html</a>
    (13071)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9fc8f5439452a6787675a65eb0cc7542">scintilla/doc/ScintillaRelated.html</a>
    (545)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9435bc9a6a0a54ce8dab78e3eb5785af">scintilla/doc/ScintillaToDo.html</a>
    (140)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a5faf3161a32031bed54bfe22cf737f3">scintilla/doc/ScintillaUsage.html</a>
    (376)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-bc5f1681d06585c7c5dac5e9e2eed5ad">scintilla/doc/Steps.html</a>
    (142)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d8db54eaad25a7e7d8c39fb190b220c2">scintilla/doc/StyleMetadata.html</a>
    (204)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-f6f392f5e548dd660099529daab3af30">scintilla/doc/annotations.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8e95e5585b21d0fa94041b29f9ba94e0">scintilla/doc/eolannotation.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2ef537cbd54302c52ee6bb9abb9e5880">scintilla/doc/index.html</a>
    (196)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b76b6ee2ef3a377d86920db8db76e30a">scintilla/doc/styledmargin.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7aae8b275602ea8074fc936b0e779969">scintilla/gtk/Converter.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5fab7eac888741061d97d09ecb6649bd">scintilla/gtk/DepGen.py</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e5df96eb521f42d8920ef3c66b09707f">scintilla/gtk/PlatGTK.cxx</a>
    (303)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-162ee16ff8a5b326a6177eaceec56a1a">scintilla/gtk/ScintillaGTK.cxx</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a6a5eebf023b6e83f92395a601a2b18e">scintilla/gtk/ScintillaGTK.h</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0c241b02a8c0ec1312a70472610534b1">scintilla/gtk/ScintillaGTKAccessible.cxx</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e876acb4a8b6cddd0fcef9ff289af9f5">scintilla/gtk/deps.mak</a>
    (1979)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9b24edbdc1608a2863c60463b7f4ec9e">scintilla/gtk/makefile</a>
    (197)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2ced5be942725cf8a82741dc9ce89b4e">scintilla/include/Compat.h</a>
    (70)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-063aa95be09c3d3df394e2952a4614bb">scintilla/include/ILexer.h</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3e7ffd951e199e0d95fbb0a2bfe0397c">scintilla/include/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-77978e00afcbad91ffefadb7845a7967">scintilla/include/Platform.h</a>
    (42)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4bc2fdf979958709727eb16ad7c60168">scintilla/include/SciLexer.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-f6069c87d74c25140a72a5766df10f04">scintilla/include/Scintilla.h</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a892e83c036429ba34eb84989f059362">scintilla/include/Scintilla.iface</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-da9aa8d93722a6b8e22a08faa1e878de">scintilla/lexers/LexA68k.cxx</a>
    (345)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1cbbd80d754aacb6343743088daafbd3">scintilla/lexers/LexAPDL.cxx</a>
    (257)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1626aa4584560717e6e72eb33b248899">scintilla/lexers/LexASY.cxx</a>
    (270)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-50b7108134b8d3e8986434c52d33bf22">scintilla/lexers/LexAU3.cxx</a>
    (908)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b55078d0d541aa9ab6ae478beb213819">scintilla/lexers/LexAVE.cxx</a>
    (229)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-046ee3502258439fd7c70e25724fc77d">scintilla/lexers/LexAVS.cxx</a>
    (291)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-60ac7dfebba849149358a26b9fa0e9b5">scintilla/lexers/LexAsm.cxx</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-00eddab74fa7da50337ca0d680aee843">scintilla/lexers/LexAsn1.cxx</a>
    (186)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-81f8c47ccd819ab1209ec7ccd66cd0c4">scintilla/lexers/LexBaan.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0280b441b15313d00799025ae3bc34a8">scintilla/lexers/LexBash.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e29dfd1a5b37b6bcbadf282490867620">scintilla/lexers/LexBasic.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-47265f1a01b52a268094359bfa2c8b91">scintilla/lexers/LexBibTeX.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b64a81118f7c875754b41cd0387297ee">scintilla/lexers/LexBullant.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-551bf0468dff07ceadd527de3776668c">scintilla/lexers/LexCIL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5ace38d64118a3da7ef98bd01022ad64">scintilla/lexers/LexCLW.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6921dfcea401838e99aef8590cd280fe">scintilla/lexers/LexCPP.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-924606d35fe8528f47b6df53dbb6040a">scintilla/lexers/LexConf.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-efda6cf803402a824c2ac0d31d9ca406">scintilla/lexers/LexCrontab.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-bf6ea49e1b00dfbd68a6022932ac9dd4">scintilla/lexers/LexCsound.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4d28b0f3f89e9d88204c92a7b2595160">scintilla/lexers/LexD.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-ccc6526a4561651323af39fd1da9fe16">scintilla/lexers/LexDMAP.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3af1385785d8ad4e6ae100deea2796f9">scintilla/lexers/LexDMIS.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-acc968f6567070695af9479058425b1f">scintilla/lexers/LexDataflex.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-238945473c14317fc49a6b49d5397c39">scintilla/lexers/LexECL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c76d55d3c1ce32daa908bab4cc192ff6">scintilla/lexers/LexEDIFACT.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-47dfac6d500ea38b223b8e40f3d166b6">scintilla/lexers/LexEScript.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0af5f1588d39e2555a8c3b30503adf39">scintilla/lexers/LexEiffel.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b0ecbb7c52bd2f935985e0c3c1748500">scintilla/lexers/LexErrorList.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-ed6f9d9a2c75b2c28f75e5fc2a76bf46">scintilla/lexers/LexFlagship.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2df8673b5073b449a19224903577b899">scintilla/lexers/LexGAP.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5be6b00dcf3bdb12dfba5018870ce3cf">scintilla/lexers/LexGui4Cli.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-265612be6b387810c12268ccf1b6cb80">scintilla/lexers/LexHTML.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-71b50ddc6f41043e14ecdddb578bf8f5">scintilla/lexers/LexHaskell.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-61703adc9df184cc4b5eab8f154ec203">scintilla/lexers/LexHex.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cc32eb40246178cec55b4171f27d8147">scintilla/lexers/LexHollywood.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c8cfaa0b7d4d7b24e49ad5c31ee240b3">scintilla/lexers/LexIndent.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a88aecc770ea3e382348b6096b86a6a4">scintilla/lexers/LexInno.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1c3515ce8b1d35bd9311698f66296938">scintilla/lexers/LexJSON.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-54010de456020282922e03751c06028d">scintilla/lexers/LexKVIrc.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5794c4660c65e1ba392d7caa38d694ef">scintilla/lexers/LexKix.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-51f5b14bdaed15914102bbcdf98ee430">scintilla/lexers/LexLaTeX.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b8bd5ebbdd46e97a4f11d6d387013bec">scintilla/lexers/LexLout.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4fa01328a23f302bb16bcbbe8c234ea5">scintilla/lexers/LexMMIXAL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d23921052064b460d5a6001ed5cbcb8e">scintilla/lexers/LexMPT.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dd27a20f3c6fec6a3afcf72b8cd6c3d1">scintilla/lexers/LexMSSQL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-42976052b53620ff1dd2f40a6c4177b9">scintilla/lexers/LexMagik.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3edeca9b5d8cf674e8380947ec37b1b4">scintilla/lexers/LexMaxima.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-14d36eef68d53aea542d5c6920997512">scintilla/lexers/LexMetapost.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b73e7796fb733738c8cd4b65a513a289">scintilla/lexers/LexModula.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1df04c78c186d0baa8255860e2487035">scintilla/lexers/LexMySQL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-583a9f124006ed9a3498400b843dbb85">scintilla/lexers/LexNim.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-93fe52349f829c572f98fb70963edb69">scintilla/lexers/LexNimrod.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-24fcf44dc8f37d3f651bab9751149c44">scintilla/lexers/LexOScript.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-41729c56ea15c78b9aa3aa19d7fe225c">scintilla/lexers/LexOpal.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a186ffc418dd6aa7806b9a11cbdd5a21">scintilla/lexers/LexPB.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-fc23bde3ba231caa308f094841d1aa41">scintilla/lexers/LexPLM.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-05c6cdbd8b0eb5cc6b412717d07805fe">scintilla/lexers/LexPOV.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9dbd0ee54a4d7ef559c2a2b16852d3a7">scintilla/lexers/LexPS.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6dde6427861b0c0f6a2648edcd37f765">scintilla/lexers/LexPerl.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7192025d3e5263f4d34ca603288f6219">scintilla/lexers/LexPowerPro.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b3b2586d5446b78d476a8745917ee0a4">scintilla/lexers/LexProgress.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1dcbc0cd4c43a858371f1786231c51bf">scintilla/lexers/LexPython.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dc91d24b909900aa34a6455c79c46789">scintilla/lexers/LexRaku.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e3cb64923c086db7af96082735c64a5d">scintilla/lexers/LexRebol.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d559ec1e17c315be43462c78d714cb7e">scintilla/lexers/LexRegistry.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-57d47151e553e5d449a7d5b0218f44e2">scintilla/lexers/LexRust.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b9af990ad09d309a7ac851e03eb34abe">scintilla/lexers/LexSAS.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0963cfd82511cbee6e0d349f21d5fb3b">scintilla/lexers/LexSML.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1efa572374a6c5448ff9f501b1ce267e">scintilla/lexers/LexSQL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-f573f6d84cbd38909bf25f64286bbdd3">scintilla/lexers/LexSTTXT.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-fe78ec5eb51f896dce78bbbc9d3e65d9">scintilla/lexers/LexScriptol.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8f518447c1c6523b7fa34b0e7ae93b78">scintilla/lexers/LexSmalltalk.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-58744b278944eaeb932f558a0a8020ed">scintilla/lexers/LexSorcus.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-78078851d097a59180b9b88c31bf400d">scintilla/lexers/LexSpecman.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3308e4fd9f0d6645c56e382ef2b39d7a">scintilla/lexers/LexSpice.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0393a92f030e22f1ea89ea93b87fc791">scintilla/lexers/LexStata.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d33790408251fc6295c8f96c090f5b86">scintilla/lexers/LexTACL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cb82654bf65ddcf6cd3a053b8a7553fd">scintilla/lexers/LexTADS3.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c89d2fa89c7f19acba877c5803f91f0b">scintilla/lexers/LexTAL.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4e316a388505efc49aebea05b9c89697">scintilla/lexers/LexTCMD.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-01dccd5bc35b0729c7572615f7adb5e2">scintilla/lexers/LexTeX.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6b130b01c5aede68550dc90f1cba58b7">scintilla/lexers/LexVB.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-97ddd8da8566f4a6c692a388386584f5">scintilla/lexers/LexVerilog.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c46624f651546f1f75cee941199e7112">scintilla/lexers/LexVisualProlog.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4ddf898c11714764ca76e83dbfcc877d">scintilla/lexers/LexX12.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-21ee67fb0372badfc3862b6f15fbe491">scintilla/lexilla/scripts/LexillaGen.py</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d4f6cde6a15fff07c82400b30edfc196">scintilla/lexilla/scripts/RunTest.bat</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-94fa15050bc4213858dc2b0d40df1e2a">scintilla/lexilla/scripts/RunTest.sh</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8a6b62b364fafe220dde861fe7996ccc">scintilla/lexilla/src/DepGen.py</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3c8dac72b741f188c2a0e716a1f10522">scintilla/lexilla/src/Lexilla.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0cc3dbcfa2e7a43a001fc86dfbf5d883">scintilla/lexilla/src/Lexilla.def</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5bd6378f413713460a893ab87969678e">scintilla/lexilla/src/Lexilla.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8e4993b100baa4d44930b91355f42761">scintilla/lexilla/src/Lexilla.vcxproj</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5ca9d0dea2bd69142c2ac5501dc3a750">scintilla/lexilla/src/Lexilla/Info.plist</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0cacf314cbd19d4daa0de634e352b190">scintilla/lexilla/src/Lexilla/Lexilla.xcodeproj/project.pbxproj</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2c9a2e37a364ce8c650f933ec457c47c">scintilla/lexilla/src/Lexilla/Lexilla.xcodeproj/project.xcworkspace/contents.xcworkspacedata</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-aa48dbb6916e100e9b1aa7441eec3216">scintilla/lexilla/src/Lexilla/Lexilla.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1e93aec3431d9a4029207c9678c84143">scintilla/lexilla/src/LexillaVersion.rc</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2e7e8b86b97d0b9f0ca7dd5a6c87fef3">scintilla/lexilla/src/README</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-979c681a88d280e7182b0b2f480dc621">scintilla/lexilla/src/deps.mak</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6dae1c3e4e66b73e3fcef06d4a9e78e3">scintilla/lexilla/src/lexilla.mak</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1aa029ea9d748875cb456bc67b09f7d9">scintilla/lexilla/src/makefile</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-952db85adaa93e8f286c3f3a38a73a75">scintilla/lexilla/src/nmdeps.mak</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4e04ebf463fd0fe2eba1e15a55e0d16a">scintilla/lexilla/test/LexillaAccess.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6a4231514dbfe4016ceeb173d74efdd5">scintilla/lexilla/test/LexillaAccess.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-23d352180a10f09305689f555abd1976">scintilla/lexilla/test/README</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cd87ffbe80f53540906ed903f4107ae0">scintilla/lexilla/test/TestDocument.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-606a085b2bc511e82636bebc46f8ae04">scintilla/lexilla/test/TestDocument.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6f7e7499e8550b8f6875291aa1935dbf">scintilla/lexilla/test/TestLexers.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4e82f579dcb9a30d9e6ba957bb00d018">scintilla/lexilla/test/TestLexers.vcxproj</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-377eaae6de6941fccd2f71cff6407815">scintilla/lexilla/test/examples/batch/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-fa6c98604b8a2996acc8621bb38b87d7">scintilla/lexilla/test/examples/batch/x.bat</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-41405704e3750127b557c4ddf214e03f">scintilla/lexilla/test/examples/batch/x.bat.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-bcaaf0445561c29bdf4a4977e9d66f43">scintilla/lexilla/test/examples/cpp/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-92c18fb2370ecb4feae15ba997da38df">scintilla/lexilla/test/examples/cpp/x.cxx</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1389dc8ac2452bfcc5169ae796a4bdf6">scintilla/lexilla/test/examples/cpp/x.cxx.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dd72eea18810d045d50a6c0af59e8eb7">scintilla/lexilla/test/examples/d/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5082251b33ae6b7dbd9badf40d0bd620">scintilla/lexilla/test/examples/d/x.d</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-738383e22f72a2d5122c5c2c48804196">scintilla/lexilla/test/examples/d/x.d.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-21d8d0f2e346897825e367f9890500c2">scintilla/lexilla/test/examples/errorlist/AllStyles.err</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0428e020915e0b2c7fc7e34047648854">scintilla/lexilla/test/examples/errorlist/AllStyles.err.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d9c8b11bbba18035f458f2632ce8d8f4">scintilla/lexilla/test/examples/errorlist/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-455ee51f54f110d88158e2e66b5c2324">scintilla/lexilla/test/examples/hypertext/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-378759804138c1b77b670453ab5954d2">scintilla/lexilla/test/examples/hypertext/apostophe.php</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-394cd6f27ee9671672ebe1084356613c">scintilla/lexilla/test/examples/hypertext/apostophe.php.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d849ea80831db9a5d6f8175f6ae67bd5">scintilla/lexilla/test/examples/hypertext/x.asp</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-44017cc3f0a531fe2040ac2189b641c9">scintilla/lexilla/test/examples/hypertext/x.asp.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c3af1e7b1dc51b71a4e024a2251bcdd3">scintilla/lexilla/test/examples/hypertext/x.html</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2562543697f788867783d9f393d9ae76">scintilla/lexilla/test/examples/hypertext/x.html.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e863582ec4a5e2a29807fcd72b5af799">scintilla/lexilla/test/examples/hypertext/x.php</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7941aba27626470715d967147aa5162e">scintilla/lexilla/test/examples/hypertext/x.php.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dd263275bf27ffb2c2abb57547107701">scintilla/lexilla/test/examples/latex/AllStyles.tex</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9fcd4fc61ec13d51fedaf3c7cf2b6ef3">scintilla/lexilla/test/examples/latex/AllStyles.tex.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0d3725b87897a5bea16c1ddab44d7bdd">scintilla/lexilla/test/examples/latex/Feature1358.tex</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e4e34af2abf3cd397e157d2bf14cee1f">scintilla/lexilla/test/examples/latex/Feature1358.tex.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3af544e6b75bf36402c3b0e17b438839">scintilla/lexilla/test/examples/latex/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-47d7f629c568cbe26bd3551e0957b630">scintilla/lexilla/test/examples/lua/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a27b1bdc1b78284b7287432b3aac76b6">scintilla/lexilla/test/examples/lua/x.lua</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6340177f14c127edcf226ccd9901ee90">scintilla/lexilla/test/examples/lua/x.lua.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-27d94fb5e395614c89a0c14642047531">scintilla/lexilla/test/examples/makefile/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-cbaa10a35e16cad929b880a925f6885b">scintilla/lexilla/test/examples/makefile/x.mak</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8f38206c517e54cef7d20ba703761fc5">scintilla/lexilla/test/examples/makefile/x.mak.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d30b1085a68ac7efca0158edd64bcd78">scintilla/lexilla/test/examples/mmixal/AllStyles.mms</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d62fc9ed2999a92b08452666cd83ced5">scintilla/lexilla/test/examples/mmixal/AllStyles.mms.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4d254a978bb0bd2c049c235aea4dad09">scintilla/lexilla/test/examples/mmixal/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1c0eb9ba6e5790b8f9eda73d346aec81">scintilla/lexilla/test/examples/mmixal/references.mms</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a50a83a3d6d8451d80ea1faf7927731a">scintilla/lexilla/test/examples/mmixal/references.mms.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-ed01af51fab492b3295a6b641990693d">scintilla/lexilla/test/examples/mmixal/x.mms</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-ff50249cc0220a8a5b5c5f0fd1922831">scintilla/lexilla/test/examples/mmixal/x.mms.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-09823802cb3afa546499302790b73d92">scintilla/lexilla/test/examples/nim/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5196478e13cc59f4f347d415355a7b1b">scintilla/lexilla/test/examples/nim/x.nim</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4a76abcb35b7fb3ac0ca2e39f7411741">scintilla/lexilla/test/examples/nim/x.nim.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9770132f4cda3838e8947974f0064a75">scintilla/lexilla/test/examples/perl/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3a44dbb570906eb98012d2f87f7873f6">scintilla/lexilla/test/examples/perl/perl-test-5220delta.pl</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-ab14a12183094e08fc95db405d6e0371">scintilla/lexilla/test/examples/perl/perl-test-5220delta.pl.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4a2a65fbdc791561e8ccb30cfc46f9ec">scintilla/lexilla/test/examples/perl/perl-test-sub-prototypes.pl</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-88b299067470771db910403d5f2487bb">scintilla/lexilla/test/examples/perl/perl-test-sub-prototypes.pl.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-92ccc5b48e9a7e2509bbdcccb90ea814">scintilla/lexilla/test/examples/perl/x.pl</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5733fb0010e09a191c1a5f6361f1318e">scintilla/lexilla/test/examples/perl/x.pl.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-33ca42e066e34c2549bef2a8a17e4e41">scintilla/lexilla/test/examples/python/AllStyles.py</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a5328a18b73c5e5386efa83979e286f2">scintilla/lexilla/test/examples/python/AllStyles.py.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-aac61a6e9f3b9c2a1779789f3a7bf45d">scintilla/lexilla/test/examples/python/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-2bb95b09f83f5b89810c37e7607c4a6f">scintilla/lexilla/test/examples/python/x.py</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e89da85d0d7af4e45e49e5079ace8540">scintilla/lexilla/test/examples/python/x.py.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-03f205b68cbd0819c9e38da3a3cd8078">scintilla/lexilla/test/examples/raku/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8f388aca941829299cf8380dfb6e0944">scintilla/lexilla/test/examples/raku/x.p6</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e0b1f9fd61c20243c01a905ad2b7a235">scintilla/lexilla/test/examples/raku/x.p6.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a6882b9ab33e9a1eaed94b2dd64f18df">scintilla/lexilla/test/examples/ruby/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d2427d36366f80770f50530e9d4a2bef">scintilla/lexilla/test/examples/ruby/x.rb</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b1c0bf319d2ca4ff9a1d31607f38de91">scintilla/lexilla/test/examples/ruby/x.rb.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-a1d00ac79380a415d97fa489f396ba52">scintilla/lexilla/test/examples/tcl/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5dfba05fe9a61c85e160502566715022">scintilla/lexilla/test/examples/tcl/x.tcl</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-aecae602d620ef16fa805607e427cbc3">scintilla/lexilla/test/examples/tcl/x.tcl.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-d267c166b5352a0fd0cbcba5d4b63720">scintilla/lexilla/test/examples/vb/SciTE.properties</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c12f88dc84a12a288452af0926caad94">scintilla/lexilla/test/examples/vb/x.vb</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4be562f04b1d68e5045a98d007077b93">scintilla/lexilla/test/examples/vb/x.vb.styled</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-256295cda3fdadfa91f871aada73d19d">scintilla/lexilla/test/makefile</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-90f9fd9de859b4ac69394b0d5cb93752">scintilla/lexilla/test/testlexers.mak</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e617f407f57f4c39e2c7e514b3f578ba">scintilla/lexilla/version.txt</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3ece64b80f357077e4a21d4e4be6aefa">scintilla/lexlib/CatalogueModules.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9c529c7c0198c6213bea271e721ccae0">scintilla/lexlib/CharacterCategory.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-e13f059217f5ad9de9e2f90c6c87ed68">scintilla/lexlib/CharacterSet.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-f358bd7410854785560ba92141a39f80">scintilla/lexlib/DefaultLexer.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-930fedbcabd9f09c48eb5c299fd06ca0">scintilla/lexlib/DefaultLexer.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-7274e5a9c046dadef2738d9601456e6f">scintilla/lexlib/LexAccessor.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-efbea18e4f16158ffad66a7fa257e0b7">scintilla/lexlib/LexerBase.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-c508926c547ae166f6faba49e76b1dff">scintilla/lexlib/LexerBase.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9a2f9fba8bee15b887d1540bdb68c088">scintilla/lexlib/LexerModule.cxx</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-beaad00b157c5963b257b1c835c5a494">scintilla/lexlib/LexerModule.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-77c0d3c0902dc810662d61a32aa05ead">scintilla/lexlib/LexerSimple.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-9bcee530c57411c9c60149b4ca218c6c">scintilla/lexlib/StyleContext.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-bee6c06eb2cd8b5d2ac1e936ad4367ea">scintilla/qt/README</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-5740b9cf50c24667efc1e60074b3b141">scintilla/qt/ScintillaEdit/ScintillaDocument.cpp</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4895ee96333143809b213387310d5a9e">scintilla/qt/ScintillaEdit/ScintillaDocument.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4c60d2cdb7bbd99e95c8dc9afdf321fb">scintilla/qt/ScintillaEdit/ScintillaEdit.cpp.template</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8203f405545bbc0c6c5944cbfd984415">scintilla/qt/ScintillaEdit/ScintillaEdit.h.template</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-86aa46b58b49890e529c40c17a70162e">scintilla/qt/ScintillaEdit/ScintillaEdit.pro</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-34b5256ff3a89faca613adf21d4e7fa5">scintilla/qt/ScintillaEdit/WidgetGen.py</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0f7a8303dcd2ae2b94b472d94a6f7fd2">scintilla/qt/ScintillaEdit/WidgetGen.pyc</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6fc889f9f058d81dc4b48efbcd469f21">scintilla/qt/ScintillaEditBase/Notes.txt</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-dc4080f1b4ebd09a3ed57a73c3f8afe1">scintilla/qt/ScintillaEditBase/PlatQt.cpp</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-3280c0179343942f6aeb1f7e3410ef41">scintilla/qt/ScintillaEditBase/PlatQt.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-6897b6a258e450e5c3ba803957d07aac">scintilla/qt/ScintillaEditBase/ScintillaEditBase.cpp</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-8f8ff827d60482c06c9b637d6d913064">scintilla/qt/ScintillaEditBase/ScintillaEditBase.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b0a387435fec1e8a9d4a4529a4bdd1c3">scintilla/qt/ScintillaEditBase/ScintillaEditBase.pro</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-0b521aed6c8d9369968324fc281a7acb">scintilla/qt/ScintillaEditBase/ScintillaQt.cpp</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-fcc9f2f212371f5662dc35abbd41490d">scintilla/qt/ScintillaEditBase/ScintillaQt.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-b07af45c181232e92f7395f6a7c34627">scintilla/qt/ScintillaEditPy/README</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-1c29876c2804fd5b12897fc3a94c2e66">scintilla/qt/ScintillaEditPy/ScintillaConstants.py.template</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2600/files#diff-4eea487f69eae2662d57e1aee30f971b">scintilla/qt/ScintillaEditPy/ScintillaEditPy.pro</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/2600.patch'>https://github.com/geany/geany/pull/2600.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/2600.diff'>https://github.com/geany/geany/pull/2600.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2600">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5BVJJYLZGRWMPZ4NTSIDDPFANCNFSM4R4ZKT7A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ3XA4HJ7XAO6QH6EMDSIDDPFA5CNFSM4R4ZKT7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KSYX24Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2600",
"url": "https://github.com/geany/geany/pull/2600",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>