Re: [gedit-list] GtkSourceCompletion



Yes, we did talk but I had busy :( Actually I'm documenting all library
to do the implementation of new providers easy. 

I'm trying to do a stable API because I need solve some problems in a
better way.

I need better control of events (which can not be activated twice in the
same GtkSourceCompletion), providers (which can not be inserted twice of
the same type) and GtkSourceCompletion itself (you can not create two
popup against the same GtkTextView).

I control the providers, the events and the completion popups but I need
to improve it and test it with various plugins using the completion
popup.

Micah, If you want create a new completion provider using your plugin,
you can ask to me all you want and I will help you. There are a tool
that generates the provider skeleton. You will find it in
gtksourcecompletion package in the tools folder.

I will talk with you when I finish all the work.

Regards,
	perriman



El dom, 16-12-2007 a las 07:25 -0800, Micah Carrick escribió:
> Yes, we did talk about that a bit. I'm in a hotel reading this but
> when I get home, I agree, a ctags autocompletion based on open files
> would be an easy first step towards a more sophisticated programmer's
> auto-complete plugin.
> 
> Can't wait to try it out.
> - Micah Carrick
> 
>   Developer - http://www.micahcarrick.com
>   GTK+ Forums - http://www.gtkforums.com
> 
> 
> Marcus Lunzenauer wrote: 
> > This is not your bad English but mine :-( I just wanted to know, what
> > keyboard shortcut could be used to produce the auto completion popup dialog.
> > 
> > Did you and Micah Carrick already talk about integrating Micah's symbol
> > browsing plugin with your auto completion? _That_ would be even better!
> > 
> > Thanks again,
> > Marcus
> > 
> > 
> > perriman wrote:
> >   
> > > Thanks Marcus! 
> > > 
> > > I will write a tutorial explain how to installa the plugin. I'm
> > > preparing a debian package too.
> > > 
> > > I don't understand your question. Sorry but I don't speak english very
> > > well :( Can you explain me better your idea?
> > > 
> > > You can show the completion popup by pressing <control>+Return if you
> > > are asking for this.
> > > 
> > > Thanks ,
> > > 	perriman
> > > 
> > > 
> > > El sáb, 15-12-2007 a las 18:50 +0100, Marcus Lunzenauer escribió:
> > >     
> > > > I compiled your lib and plugin successfully (after some time figuring
> > > > out how to do this) and was pleased with the plugin's auto completion popup.
> > > > 
> > > > Is there a way to get that popup instantly and cycle through the
> > > > possible completions using my keyboard? That would be really great!
> > > > 
> > > > Thanks a lot,
> > > > Marcus
> > > > 
> > > > 
> > > > perriman wrote:
> > > >       
> > > > > Hi all,
> > > > > 
> > > > > I have changed the page for GtkSourceCompletion. Now it is hosted in
> > > > > sourceforge:
> > > > > 
> > > > > https://sourceforge.net/projects/gtksourcecomple
> > > > > 
> > > > > I have created and uploaded the api to the web. You can take a lot at
> > > > > this in:
> > > > > 
> > > > > http://gtksourcecomple.sourceforge.net/
> > > > > 
> > > > > I have developed a gedit plugin using the document words provider. It
> > > > > adds (auto)completion support to gedit of previously written words. You
> > > > > can download it from svn or take a loot at:
> > > > > 
> > > > > http://gtksourcecomple.svn.sourceforge.net/viewvc/gtksourcecomple/gedit-docwordscompletion-plugin/trunk/
> > > > > 
> > > > > I will write a tutorial to show how easy is implement a new data
> > > > > provider and use it with GtkSourceCompletion.
> > > > > 
> > > > > Regards,
> > > > > 	perriman
> > > > > 
> > > > > _______________________________________________
> > > > > gnome-devtools mailing list
> > > > > gnome-devtools gnome org
> > > > > http://mail.gnome.org/mailman/listinfo/gnome-devtools
> > > > > 
> > > > >         
> > > > _______________________________________________
> > > > 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
> > 
> >   
> _______________________________________________
> 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]