<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>Update Scintilla to version 3.10.4</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-0">scintilla/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-1">scintilla/gtk/Converter.h</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-2">scintilla/gtk/PlatGTK.cxx</a>
    (393)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-3">scintilla/gtk/ScintillaGTK.cxx</a>
    (773)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-4">scintilla/gtk/ScintillaGTK.h</a>
    (49)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-5">scintilla/gtk/ScintillaGTKAccessible.cxx</a>
    (100)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-6">scintilla/include/Platform.h</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-7">scintilla/include/SciLexer.h</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-8">scintilla/include/Scintilla.h</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-9">scintilla/include/Scintilla.iface</a>
    (35)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-10">scintilla/lexers/LexCPP.cxx</a>
    (163)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-11">scintilla/lexers/LexHaskell.cxx</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-12">scintilla/lexers/LexTCL.cxx</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-13">scintilla/lexlib/CharacterCategory.cxx</a>
    (33)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-14">scintilla/lexlib/CharacterCategory.h</a>
    (17)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-15">scintilla/lexlib/CharacterSet.h</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-16">scintilla/lexlib/StyleContext.cxx</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-17">scintilla/scintilla_changes.patch</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-18">scintilla/src/CallTip.cxx</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-19">scintilla/src/CaseConvert.cxx</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-20">scintilla/src/CaseFolder.cxx</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-21">scintilla/src/CaseFolder.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-22">scintilla/src/CharClassify.cxx</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-23">scintilla/src/ContractionState.cxx</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-24">scintilla/src/ContractionState.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-25">scintilla/src/DBCS.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-26">scintilla/src/Document.cxx</a>
    (29)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-27">scintilla/src/Document.h</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-28">scintilla/src/EditModel.cxx</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-29">scintilla/src/EditModel.h</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-30">scintilla/src/EditView.cxx</a>
    (51)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-31">scintilla/src/EditView.h</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-32">scintilla/src/Editor.cxx</a>
    (137)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-33">scintilla/src/Editor.h</a>
    (81)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-34">scintilla/src/ElapsedPeriod.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-35">scintilla/src/Indicator.cxx</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-36">scintilla/src/Indicator.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-37">scintilla/src/KeyMap.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-38">scintilla/src/LineMarker.cxx</a>
    (68)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-39">scintilla/src/LineMarker.h</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-40">scintilla/src/MarginView.cxx</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-41">scintilla/src/MarginView.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-42">scintilla/src/PerLine.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-43">scintilla/src/PositionCache.cxx</a>
    (25)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-44">scintilla/src/PositionCache.h</a>
    (28)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-45">scintilla/src/RESearch.h</a>
    (17)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-46">scintilla/src/ScintillaBase.cxx</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-47">scintilla/src/ScintillaBase.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-48">scintilla/src/Selection.cxx</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-49">scintilla/src/Selection.h</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-50">scintilla/src/Style.cxx</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-51">scintilla/src/Style.h</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-52">scintilla/src/UniConversion.cxx</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-53">scintilla/src/UniConversion.h</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-54">scintilla/src/UniqueString.cxx</a>
    (55)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-55">scintilla/src/UniqueString.h</a>
    (34)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-56">scintilla/src/ViewStyle.cxx</a>
    (72)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-57">scintilla/src/ViewStyle.h</a>
    (61)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-58">scintilla/src/XPM.h</a>
    (17)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2138/files#diff-59">scintilla/version.txt</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/2138.patch'>https://github.com/geany/geany/pull/2138.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/2138.diff'>https://github.com/geany/geany/pull/2138.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/2138">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7WWEOAH3U34IUTXEDPS2TONANCNFSM4HJBDS2Q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ2HVI5WKNSTU5IGFL3PS2TONANCNFSM4HJBDS2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Update Scintilla to version 3.10.4 (#2138)"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany/pull/2138"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2138",
"url": "https://github.com/geany/geany/pull/2138",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>