[Github-comments] [geany/geany-plugins] Remove no-longer supported Scintilla signals (PR #1123)

elextr notifications at xxxxx
Wed Oct 20 01:03:40 UTC 2021


@elextr commented on this pull request.



> @@ -708,13 +706,11 @@ static SciCmdHashEntry sci_cmd_hash_entries[] = {
 	{"CLEARREPRESENTATION", SLT_VOID, SCI_CLEARREPRESENTATION, SLT_STRING, SLT_VOID},
 	{"STARTRECORD", SLT_VOID, SCI_STARTRECORD, SLT_VOID, SLT_VOID},
 	{"STOPRECORD", SLT_VOID, SCI_STOPRECORD, SLT_VOID, SLT_VOID},
-	{"SETLEXER", SLT_VOID, SCI_SETLEXER, SLT_INT, SLT_VOID},
+	{"SETILEXER", SLT_VOID, SCI_SETILEXER, SLT_VOID, SLT_INT},

There doesn't appear to be any way of creating the lexer to pass to this function.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1123#pullrequestreview-783909322
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211019/4707056f/attachment-0001.htm>


More information about the Github-comments mailing list