0

Goto panel available from the API?

Christian 13 years ago 0
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.