[Geany] GITdiff plugin, need help

Jeff Pohlmeyer yetanothergeek at xxxxx
Sat Nov 3 02:34:25 UTC 2007


On Nov 2, 2007 8:51 PM, Yura Siamashka <yurand2 at gmail.com> wrote:

> Inspired by Enrico plugin wishlist and svn diff plugin, I decided to write
> git (http://git.or.cz/) diff plugin.

Sounds cool.


> If I comment geany_data->sci->set_text line it won't crash,
> Any idea what I am doing wrong?

Did you try running under gdb ?


>  How can I make tab active after I click GITdiff button?

I think it goes something like this:

GtkNotebook*book=geany_data->app->notebook;
gint page=gtk_notebook_page_num(book, your_document->sci);
gtk_notebook_set_current_page( book, page);


Good luck!

 - Jeff



More information about the Users mailing list