Hi
On Fri, Nov 02, 2007 at 09:34:25PM -0500, Jeff Pohlmeyer wrote:
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 ?
The problem is avoided now. No more crashes ;-)
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);
Thanks that works.
Here is updated version of gitdiff. I had to add document_set_changed function to color tab as unmodified.
To geany devs: Can you commit plugin_add_set_text_changed_function.patch? Any chance to include gitdiff in geany?
Best regards, Yura Siamshka