Re: Understanding differences between gtef and GtkSourceView for word-completion
Sébastien Wilmet <[email protected]> Wed, 29 Mar 2017 12:42:47 +0200
| Newsgroups | gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 29, 2017 at 02:32:27PM +0530, Umang Jain wrote: > Plus, it would be great if anyone (ideally JesseVanDenKieboom > <https://wiki.gnome.org/JesseVanDenKieboom> or S=E9bastien Wilmet > <https://wiki.gnome.org/S%C3%A9bastienWilmet>) can co-mentor me for GSoC > 2017. I would be obliged. I don't want to be a GSoC mentor, and Jesse is not very active in GtkSourceView these days. Nothing prevents you from implementing a new GtkSourceCompletionProvider in gnome-builder, in a way that it can simply be copied to Gtef or GtkSourceView later without too much changes required. So, do not depend on other gnome-builder code, write a self-contained class. And GtkSourceView and Gtef don't use g_autoptr variables, so please avoid those as well. Hapy hacking, S=E9bastien