codebrainz / overview-plugin

This plugin is now maintained as part of the Geany-Plugins project, see: https://github.com/geany/geany-plugins/
GNU General Public License v2.0
19 stars 5 forks source link

Enabling Overview plugin breaks go-to-line #8

Open jrittenh opened 9 years ago

jrittenh commented 9 years ago

After enabling the plugin, the go-to-line dialog box no longer functions and returns an error:

(geany:7887): Geany-CRITICAL **: on_toolbutton_goto_entry_activate: assertion 'doc != NULL' failed

Running Gentoo, Geany-1.24.1

codebrainz commented 9 years ago

As with #9 would you be able to try it after 3ca945a7205c88db2115f14a4eaf664d5e5a069d ? If it somehow got the overview bar on the left, it would causes all kinds of these assertions (and worse), until Geany is updated.

jrittenh commented 9 years ago

It still doesn't work with 3ca945a. I also noticed that with the plugin enabled, geany launches with another error that I didn't catch previously (checking my logs, it does appear before I recompiled):

(geany:23742): Geany-CRITICAL **: document_grab_focus: assertion 'doc != NULL' failed

jrittenh commented 9 years ago

Overview is definitely on the right, by the way.