Update Multi Script Editor to work with Python 3, Pyside6 and newer Maya, Nuke and Houdini versions - #11
Open
charliewales wants to merge 586 commits into
Open
Update Multi Script Editor to work with Python 3, Pyside6 and newer Maya, Nuke and Houdini versions#11charliewales wants to merge 586 commits into
charliewales wants to merge 586 commits into
Conversation
paulwinex
approved these changes
May 26, 2026
- Hardcoded tab_* variables directly into predefinedThemes and defaultColors. - Removed dynamic inheritance logic for tab colors from getColors() in design.py.
…eme definitions - Removed the runtime fallback logic in getColors(). - Hardcoded the exact same derived tab variables directly into each predefined theme in design.py.
- Removed custom QTabBar::close-button styling from style.css - The application will now use the native OS default close button icon across all themes.
- Updated tab_selected_background and tab_selected_border in design.py to match highlight_line for all predefined themes.
- Set stylesheet on the theme editor dialog itself so the left panel widgets (buttons, list, combobox, spinboxes) adopt the selected theme's background and foreground colors, rather than just the code preview area.
- Removed explicit setStyleSheet on preview_main_window since it naturally inherits the stylesheet from the parent dialog. - Minor whitespace cleanup.
- Move the Theme menu from Options to the View menu. - Relocate editor formatting actions (highlight occurrences, word wrap, etc.) from Edit to Options menu.
…gnment with editor viewport
…on theme editor startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a lot of new functionalities