Re: gtk-app-devel-list Digest, Vol 81, Issue 20

2011-01-20 Thread Miroslav Rajcic
ct: Re: gtk-app-devel-list Digest, Vol 81, Issue 20 Hi, I did some hacking into this. If you want a simple form of completion you can use the following implementation- #include #include #include #include GtkSourceCompletionWords *prov_words; comp = gtk_source_view_get_completion (

Re: gtk-app-devel-list Digest, Vol 81, Issue 20

2011-01-20 Thread craigbakalian
Hi, I did some hacking into this. If you want a simple form of completion you can use the following implementation- #include #include #include #include GtkSourceCompletionWords *prov_words; comp = gtk_source_view_get_completion (GTK_SOURCE_VIEW (textview)); prov_words = gtk_source_complet