<p>About ABI and API... I checked Geany, all default plugins and third-party plugins from <a href="https://plugins.geany.org" rel="nofollow">https://plugins.geany.org</a> and <a href="https://github.com/kugel-/peasy">Peasy</a>, I found <code>SCI_*STYLEBITS*</code> in:</p>
<ol>
<li><code>geanylua/glspi_sci.h</code>, but GeanyLua don't use these messages, this file just have the list of available messages for <code>geany.scintilla()</code> (sends a <code>SCI_*</code> message directly to the Scintilla widget of the active document), we just need to update <code>geanylua/glspi_sci.h</code> and it will disappear.<br>
Well, this file needs to be updated after each update of Scintilla.</li>
<li><code>peasy/api/geany-scintilla-tmp-1.0.vapì</code>: as I understood this file can be regenerated too.</li>
</ol>
<p>I also checked Geany and default plugins by numeric values of messages <code>SCI_*STYLEBITS*</code> (2090, 2091, 4011).</p>
<p>I.e. changes of ABI and API are not required. Or I'm wrong, because I can not check custom Python and Lua scripts too?</p>
<p>P.S. GeanyLua currently has no maintainer, but I like it easy plugin, my last change is <a href="https://github.com/geany/geany-plugins/pull/759">adding support command "Strip Trailing Spaces"</a> and I think I can update the<code>geanylua/glspi_sci.h</code> and make PR after updating the Scintilla (also Scintilla 3.10.0 has new <code>SCI_*</code> messages and other changes, that require update <code>glspi_sci.h</code>).</p>

<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/1914#issuecomment-412350809">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJxL61dkV1866MhkrIp9mMgD6PuFZks5uQEsqgaJpZM4VqtaY">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ5foUBYYiNPvHzHHBECEDKM0TYAXks5uQEsqgaJpZM4VqtaY.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://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Skif-off in #1914: About ABI and API... I checked Geany, all default plugins and third-party plugins from https://plugins.geany.org and [Peasy](https://github.com/kugel-/peasy), I found ```SCI_*STYLEBITS*``` in:\r\n1) ```geanylua/glspi_sci.h```, but GeanyLua don't use these messages, this file just have the list of available messages for ```geany.scintilla()``` (sends a ```SCI_*``` message directly to the Scintilla widget of the active document), we just need to update ```geanylua/glspi_sci.h``` and it will disappear.\r\nWell, this file needs to be updated after each update of Scintilla.\r\n2) ```peasy/api/geany-scintilla-tmp-1.0.vapì```: as I understood this file can be regenerated too.\r\n\r\nI also checked Geany and default plugins by numeric values of messages ```SCI_*STYLEBITS*``` (2090, 2091, 4011).\r\n\r\nI.e. changes of ABI and API are not required. Or I'm wrong, because I can not check custom Python and Lua scripts too?\r\n\r\n\r\nP.S. GeanyLua currently has no maintainer, but I like it easy plugin, my last change is [adding support command \"Strip Trailing Spaces\"](https://github.com/geany/geany-plugins/pull/759) and I think I can update the```geanylua/glspi_sci.h``` and make PR after updating the Scintilla (also Scintilla 3.10.0 has new ```SCI_*``` messages and other changes, that require update ```glspi_sci.h```)."}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany/pull/1914#issuecomment-412350809"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/1914#issuecomment-412350809",
"url": "https://github.com/geany/geany/pull/1914#issuecomment-412350809",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [geany/geany] Update Scintilla to version 3.10.0 (#1914)",
"sections": [
{
"text": "",
"activityTitle": "**Skif-off**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@Skif-off",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1914,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"geany/geany\",\n\"pullRequestId\": 1914\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany/pull/1914#issuecomment-412350809"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 363517592\n}"
}
],
"themeColor": "26292E"
}
]</script>