"Select by pattern" does not work correctly in tabs
When opening additional tabs, pattern selection does not work correctly. The dialog to enter a pattern appears (in series) as many times as there are open tabs.
When opening additional tabs, pattern selection does not work correctly. The dialog to enter a pattern appears (in series) as many times as there are open tabs.
Thanks for reporting ! Additional details:
...and closing a tab disables these accel keys. So, every new tab/view adds the keys to the accel group and they are wiped all when a tab/view is destroyed.
I am currently looking into it. Already found a fix for "apply accels only on current tab".
But "working accels after closing a tab" is still pending .. investigating.
closed via commit ccbc9e44
With the patch I am getting this message on startup:
GLib-GObject-CRITICAL **: 12:35:48.604: g_object_set: assertion 'G_IS_OBJECT (object)' failed
mentioned in commit 15f1e160
Meh, thanks for testing ! Did not see that one. For me it was only a warning:
sys:1: Warning: g_object_set: assertion 'G_IS_OBJECT (object)' failed
(Stopping to use G_MESSAGES_DEBUG=all
from now on to dont overlook such warnings in the future :F )