Re: [gedit-list] gtksourceview completion API



Hi,

On Tue, Sep 29, 2009 at 1:12 AM, perriman <chuchiperriman gmail com> wrote:
Hi all,

       Thanks a lot to Nacho and Jesse for that amazing work!!! I love open
source when all people can help to do it better!

       My next step will be "finish" my gedit plugins and then I'll try to
implement the folding feature for gtksourceview because nacho is working
in the smart indentation (tell me if you prefer I try to develop the
smart indentation). If you can help me or give me some ideas to
implement the folding, please make me know!

Yeah, I think the next step should be the indentation, there is a branch about that
and I think we should resurrect it.

Thanks again to all the gedit team!!!

       Perriman


El lun, 28-09-2009 a las 22:54 +0200, Jesse van den Kieboom escribió:
> Hi all,
>
> I'm happy to be able to announce that we have just merged the
> gtksourcecompletion work, that has been going on since the beginning of
> april this year, to master. The completion API adds functionality to
> gtksourceview to invoke, show and interact with a completion popup as
> often featured in source code editors. Many thanks to Chuchi Perriman
> for initiating the work on gtksourcecompletion and providing us with
> comments and support throughout the development!
>
> To very briefly summarize the new functionality, each GtkSourceView now
> has a GtkSourceCompletion object associated to it, which handles the
> completions as needed. Providers (implementing
> GtkSourceCompletionProvider) can register themselves with the
> completion, and will subsequently be used for completion. On completion,
> providers can provide GtkSourceCompletionProposal's to be shown in the
> completion dialog.
>
> There is one provider implemented and distributed with gtksourceview:
> GtkSourceCompletionWords. This provider will provide completion for
> words in one or more GtkTextBuffer registered to it. To get an
> understanding how to implement such a provider, you can have a look at
> gtksourceview/completion-providers/words/. This provider is featured in
> a new test called 'test-completion' provided in the 'tests' directory of
> gtksourceview.
>
> Attached are the header files for the new API, any comments (or
> questions) on the new API are more than welcome (implementation details
> can be found in the relevant files on our master branch in git).
>
>
> With kind regards,
>
>
> Jesse van den Kieboom
> _______________________________________________
> gedit-list mailing list
> gedit-list gnome org
> http://mail.gnome.org/mailman/listinfo/gedit-list

_______________________________________________
gedit-list mailing list
gedit-list gnome org
http://mail.gnome.org/mailman/listinfo/gedit-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]