Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window.show_quick_panel #127

Closed
quarnster opened this issue Nov 4, 2013 · 3 comments
Closed

Window.show_quick_panel #127

quarnster opened this issue Nov 4, 2013 · 3 comments
Labels

Comments

@quarnster
Copy link
Member

quarnster commented Nov 4, 2013

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

@FichteFoll
Copy link

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).

@quarnster
Copy link
Member Author

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).

@zoli
Copy link
Member

zoli commented Jun 1, 2016

Movet to backend repo limetext/backend#108.

@zoli zoli closed this as completed Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants