-
-
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: Fix error when plugins required for tabification are unavailable (Layout) #22199
PR: Fix error when plugins required for tabification are unavailable (Layout) #22199
Conversation
This is the right fix but there's one additional problem: Help is listed as the plugin to which many other plugins need to tabified next to. For instance: spyder/spyder/plugins/pylint/plugin.py Lines 30 to 38 in 141f0fb
So, please look for all those instances and add Finally, after doing that please rebase on top of the latest |
Sorry about that i thought i rebased earlier today, but maybe my branch didn't pull in correctly. |
1c4ae66
to
429a07f
Compare
I pulled in #22237 to let the tests run successfully |
Sorry, I forgot we didn't apply the Numpy 2.0 fix to this branch. |
d03d09e
to
d24f8f8
Compare
3 distinct commits. Let me know if you need other things on this branch. |
… Help Forward port of spyder-ide#22199
Please rebase on top of the latest |
This was causing a crash at startup in some cases.
to VariableExplorer too
d24f8f8
to
1f9f1c6
Compare
done. |
and fyi, forward port here: #22238 |
Thanks, but the PRs against |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hmaarrfk!
in developing #22196 I found that this was a useful backport
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct:
Mark Harfouche - hmaarrfk