You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The teminology should rather be that the goto anything panel is using a quick panel for showing specific content (files) with some callbacks assigned that provide different features (refer to @, # and :) and the on-change preview.
Tightly related to #122, if not actually the same thing (but reversed).
Indeed, they are almost exactly the same thing. I imagine that the python api will just be using the backend bits defined in #122 with an "up front" data model (ie all data to be displayed and selected from are given in the show_quick_panel api call).
This would be the python_api for showing a goto anything panel with custom content.
See http://www.sublimetext.com/docs/3/api_reference.html
The text was updated successfully, but these errors were encountered: