-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[WIP] PR: Provide an API for external plugins to load/save/create new files #8798
Conversation
…file extensions they can open
Hello @ccordoba12! Thanks for updating the PR.
Comment last updated on March 02, 2019 at 14:48 Hours UTC |
There's no point in making it optional
…d for a give filename
It's shortcut needs to be global now since it can be used both by the Editor and third-party plugins.
…utton Also declare that the Editor is able to save files.
@ccordoba12 What's the plan with this? How about I take over? My intention is to do some more work on spyder-notebook as it seems there is quite some interest in it. |
Closing because this was superseded by #22564. |
This PR provides a public API for external plugins to register their own functionality when the following buttons/actions are pressed in Spyder toolbar and its File menu:
Fixes #7794.
Temporal TODOs (just so I don't forget to address them):