Sublime Forum

'toggle' parameter to 'show_panel' not working?

#1

I’m on dev channel build 2144. 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’ acted more like ‘toggle_panel’. Now it really does just show. My understanding from the Build 2131 notes is that ‘show_panel’ should support a ‘toggle’ parameter. But this does not appear to have any effect in 2144? (Hitting ‘ctrl+s’ multiple times does not toggle the incremental find panel like I’d expect it to?)

Thanks!

-Dave

0 Likes

#2

Anyone else encountering this problem?

0 Likes