jeremiaskleer commented on this pull request.


> @@ -227,6 +227,15 @@ void sci_add_text(ScintillaObject *sci, const gchar 
> *text)
        }
 }
 
+void sci_delete_char(ScintillaObject *sci, const gint pos)
+{
+       SSM(sci, SCI_DELETECHAR, pos, 0);

Yeah, same as before. Didn't know it.

-- 
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/pull/2122#discussion_r274910024

Reply via email to