-
-
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
PR: Split all plugins into their own modules #7725
PR: Split all plugins into their own modules #7725
Conversation
PR: Split Online Help module
Conflicts: - spyder/app/tests/test_mainwindow.py - spyder/plugins/editor/tests/test_plugin.py - spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py - spyder/plugins/ipythonconsole/widgets/client.py
…te-3 PR: Update split-plugins branch with master (take 3)
PR: Final update to split-plugins
@ccordoba12 If you are moving the files anyway, you are harmonizing them all to LF newlines right? |
It'll break merging with 3.x, so no, sorry. |
Oh, I thought it would do that anyway because of the moves so the LF change wouldn't make things worse, but I guess not. Maybe in the final stages of the 4.0 release process when all the non-trivial PRs are in and the 3.x branch is frozen we can do it for everything, and harmonize the copyright headers at the same time (to be in a standard format, with a beginning copyright year and refined text)? If not, it would have to be for Spyder 5 or after ofc. |
Ok, this is going in! |
Fixes #4591.
With this PR all our internal plugins will have the same structure as the ones developed outside Spyder (e.g.
spyder-terminal
,spyder-notebook
, etc).We hope this will help outside contributors to better understand how Spyder works and simplify the development of each plugin too.