[Github-comments] [geany/geany] Consume closing brackets, braces, parenthesis, single and double quotes (#2122)

Jeremias Kleer notifications at xxxxx
Fri Apr 12 13:40:21 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190412/84505571/attachment-0001.html>


More information about the Github-comments mailing list