Hi all,
My build: geany 1.36 (built on AprĀ 8 2020 with GTK 3.24.20, GLib 2.64.2) Running on openSUSE Tumbleweed.
Anyone have an idea why numberedbookmarks shortcuts may not work? Pressing ctrl+shift+<number> does nothing. Regular bookmarks are saved across sessions so the plugin appears to be working but numbered bookmarks aren't added.
I don't think anything else is hijacking the shortcut because I have the exact same key combo for bookmarks in another IDE (phpstorm) and those work just fine. Geany's don't whether phpstorm is running or not (it's not interfering either).
Any suggestions on how I can troubleshoot this?
Stan
Do you have any other plugins running, IIRC bookmarks and another plugin (can't remember which) fight over shortcuts.
Cheers Lex
On Wed, 24 Jun 2020 at 00:11, Stan Dragnev stan@dragnev.ca wrote:
Hi all,
My build: geany 1.36 (built on Apr 8 2020 with GTK 3.24.20, GLib 2.64.2) Running on openSUSE Tumbleweed.
Anyone have an idea why numberedbookmarks shortcuts may not work? Pressing ctrl+shift+<number> does nothing. Regular bookmarks are saved across sessions so the plugin appears to be working but numbered bookmarks aren't added.
I don't think anything else is hijacking the shortcut because I have the exact same key combo for bookmarks in another IDE (phpstorm) and those work just fine. Geany's don't whether phpstorm is running or not (it's not interfering either).
Any suggestions on how I can troubleshoot this?
Stan
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On 2020-06-23 7:11 a.m., Stan Dragnev wrote:
Hi all,
My build: geany 1.36 (built on AprĀ 8 2020 with GTK 3.24.20, GLib 2.64.2) Running on openSUSE Tumbleweed.
Anyone have an idea why numberedbookmarks shortcuts may not work? Pressing ctrl+shift+<number> does nothing. Regular bookmarks are saved across sessions so the plugin appears to be working but numbered bookmarks aren't added.
I don't think anything else is hijacking the shortcut because I have the exact same key combo for bookmarks in another IDE (phpstorm) and those work just fine. Geany's don't whether phpstorm is running or not (it's not interfering either).
Any suggestions on how I can troubleshoot this?
I noticed this when I tested it briefly for another mailing list thread[0].
Someone should have a peek at the code I guess and see what's going on. If I remember correctly the plugin's keybindings didn't show up in the Keybindings preference page which may mean it's doing something weird without using Geany's plugin keybindings API.
Regards, Matthew Brush
[0]: https://lists.geany.org/pipermail/users/2020-June/011278.html
On Wed, 24 Jun 2020 at 09:56, Matthew Brush mbrush@codebrainz.ca wrote:
On 2020-06-23 7:11 a.m., Stan Dragnev wrote:
Hi all,
My build: geany 1.36 (built on Apr 8 2020 with GTK 3.24.20, GLib 2.64.2) Running on openSUSE Tumbleweed.
Anyone have an idea why numberedbookmarks shortcuts may not work? Pressing ctrl+shift+<number> does nothing. Regular bookmarks are saved across sessions so the plugin appears to be working but numbered bookmarks aren't added.
I don't think anything else is hijacking the shortcut because I have the exact same key combo for bookmarks in another IDE (phpstorm) and those work just fine. Geany's don't whether phpstorm is running or not (it's not interfering either).
Any suggestions on how I can troubleshoot this?
I noticed this when I tested it briefly for another mailing list thread[0].
Someone should have a peek at the code I guess and see what's going on. If I remember correctly the plugin's keybindings didn't show up in the Keybindings preference page which may mean it's doing something weird without using Geany's plugin keybindings API.
Bookmarks has no prefs UI because its keybindings are not programable IIRC, its hard coded to ctrl+shift+number to set bookmarks, and ctrl+number to go to bookmark. Which is also why it competes with any other plugin that wants to use those bindings.
But running by itself it does work for me.
Cheers Lex
Regards, Matthew Brush
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users