[Gtk-sharp-list] Gtk entry autocomplete

Freon Freon <freongrr@gmail.com>
Tue, 14 Sep 2004 21:03:08 +0200


Well, I was working on something like that some time ago. I had a
basic version ruinning in no time. Then I made something stupid and
had a look at the Monodevelop autocompletion code and decided to
implement something similar.

Anyway, I have something I can send you, but it's not finished, and
it's commented in french :D
You may want to have a look at the monodoc version instead (located
under monodevelop-0.5/src/AddIns/DisplayBindings/SourceEditor/CodeCompletion)
since my code was heavily based on that. The only difference is that
it was made for a TextView.

On Tue, 14 Sep 2004 20:08:10 +0200, Sergio Rubio
<sergio.rubio@hispalinux.es> wrote:
> Hi,
> 
> I'm having real headaches trying to implement an autocompletable
> Gtk.Entry (It seems that I don't understand the gtk-sharp/gtk event
> model yet). I know that this stuff is included in gtk2.4 but I would
> like to have it with the current version of gtk-sharp. Does someone have
> this kind of widget? The piece of my brain that I need to implement this
> is missing.
> 
> Cheers,
> Rubio.
> --
> 
> ::: sergio.rubio@hispalinux.es :::
> ::: http://mspace.berlios.de   :::
> ::: rubiojr@jabber.org         :::
> 
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>