0
Goto panel available from the API?
It appears (from reading documentation) that the command
- window.run_command("show_panel", {"panel": "goto"}) #or similar
used to be available with the ST1 API. It refuses to fire in ST2 while
- window.run_command("show_panel", {"panel": "find"})
- window.run_command("show_panel", {"panel": "replace"})
- window.run_command("show_panel", {"panel": "console"})
all work.
Is this a bug in the API or a purposely removed feature? I would like to access the Goto Anything panel from a plugin but right now it appears I cannot.
Customer support service by UserEcho