On Nov 2, 2007 8:51 PM, Yura Siamashka yurand2@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