According to [Scintilla documentation](https://www.scintilla.org/ScintillaDoc.html) the following signals are no longer available. * SCI_GETTWOPHASEDRAW * SCI_SETTWOPHASEDRAW * SCI_SETLEXERLANGUAGE * SCI_LOADLEXERLIBRARY
SCI_SETLEXER was removed/changed to SCI_SETILEXER. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1123
-- Commit Summary --
* <a href="https://github.com/geany/geany-plugins/pull/1123/commits/4792c6baf4c665c410b099b0c2b598f8efa519d8">Remove no-longer supported Scintilla signals:</a>
-- File Changes --
M geanylua/glspi_sci.h (6)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1123.patch https://github.com/geany/geany-plugins/pull/1123.diff