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 plugin breaks tab display name #9

Open jrittenh opened 9 years ago

jrittenh commented 9 years ago

Enabling the plugin causes the names of tabs to display as "Page 1", "Page 2", etc. This also appears to impact Geany's CTRL+N new file command. If you create a new file without the plugin, it won't let you create another unless that one has been edited in some way or saved as an actual file. Once the plugin has been enabled, it will create new files as many times as you tell it, not caring if the previous new file has been modified/saved. This doesn't revert until Geany is restarted after disabling the plugin.

codebrainz commented 9 years ago

Would you be able to try it after 3ca945a7205c88db2115f14a4eaf664d5e5a069d ? I just want to make sure it's nothing related to the overview bar being on the left at all, which could cause all kinds of weird stuff to happen in Geany until it's updated to support that.

jrittenh commented 9 years ago

I pulled 3ca945a and rebuilt the plugin, but it's still renaming the tabs. It also appears to break the middle-click-to-close function, which I hadn't noticed before, but I'm guessing was in the previous version.

codebrainz commented 9 years ago

Which version of Geany are you using? Would you be able to try with a clean config (using -c option for Geany to specify a different directory, say /tmp/whatever) and making sure no other plugins besides Overview are loaded? I want to make sure it's not related to other plugins and stuff.

jrittenh commented 9 years ago

I'm using 1.24.1. It still happens with a fresh config and no other plugins loaded.

joede commented 8 years ago

I have a additional observation. In my case (Geany 1.24.1 from Debian 8), the previously opened files are no longer opened a startup. With the plugin disabled, this behaviour is back.

mp3user commented 8 years ago

I have the same problem. 1.23.1 Ubuntu 14.04

codebrainz commented 8 years ago

@mp3user I'm surprised it even works at all with 1.23.1 :)

I'm not sure what more I can suggest other than using the latest Geany version (1.25, with 1.26 right around the corner) and ensuring the overview-plugin is later than commit 3ca945a7205c88db2115f14a4eaf664d5e5a069d. If anyone has any ideas, I'm all ears.

chron0 commented 8 years ago

Ran into the same problem with 1.24 on gentoo. Unmasking [geany|geany-plugins]-1.26 fixed the problem (and also included overview automatically - so no manual building required). Thanks for sharing.