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

PR: A couple of fixes for the Internal console #23217

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

ccordoba12
Copy link
Member

Description of Changes

Issue(s) Resolved

Fixes #23196.

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:

This sets the right parent and style for the completion widget in the
console.
- Before we were initializing SpyderShortcutsMixin in PythonShellWidget,
but that changed some attributes of other ShellBaseWidget mixins (e.g.
it made SaveHistoryMixin.history_filename empty).
- However, moving SpyderShortcutsMixin to ShellBaseWidget and
initializing it before other mixins fixes that problem.
@ccordoba12 ccordoba12 added this to the v6.0.3 milestone Dec 8, 2024
@ccordoba12 ccordoba12 self-assigned this Dec 8, 2024
@ccordoba12 ccordoba12 merged commit a0e3261 into spyder-ide:master Dec 8, 2024
17 checks passed
@ccordoba12 ccordoba12 deleted the issue-23196 branch December 8, 2024 03:40
@ccordoba12
Copy link
Member Author

@meeseeksdev please backport to 6.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal console completions are very difficult to read in dark mode
1 participant