Sublime Forum

'toggle' arg to 'show_panel' command not working?

#1

I’m on dev channel build 2155. I have a keybinding:

{ “keys”: “ctrl+s”], “command”: “show_panel”, “args”: {“panel”: “incremental_find”, “reverse”:false, “toggle”:true} },

It used to be that ‘show_panel’ actually toggled a panel. Now it really does just show. My understanding from the Build 2131 release notes is that ‘show_panel’ now supports a ‘toggle’ arg. But this does not appear to have any effect in 2155? (Hitting ‘ctrl+s’ multiple times does not toggle the incremental find panel like I’d expect it to?)

Thanks!

-Dave

0 Likes

#2

Can someone at least confirm that this is the case? Or am I doing something so obviously wrong that no reply should be necessary? :wink:

0 Likes