Update Multi Script Editor to work with Python 3, Pyside6 and newer Maya, Nuke and Houdini versions - #11
Open
charliewales wants to merge 844 commits into
Open
Update Multi Script Editor to work with Python 3, Pyside6 and newer Maya, Nuke and Houdini versions#11charliewales wants to merge 844 commits into
charliewales wants to merge 844 commits into
Conversation
paulwinex
approved these changes
May 26, 2026
- Add quiet parameter to PluginManager.load_plugins to control logging behavior - Call load_plugins(quiet=True) on editor startup to keep the output console clean - Retain plugin loaded log messages when manually triggering Reload plugins from the menu
- Added PluginWidget with Alt+P shortcut to search and execute loaded plugins - Upgraded ClipboardWidget to use HtmlDelegate to display history numbers and icons - Sorted status_tips in main window alphabetically and included plugin search action - Added get_current_tab_selected_text and get_output_selected_text methods to BasePlugin - Created demo plugins to showcase selected text extraction from input and output widgets
…sable Git integration
…t to tabs with file path
…atusTips to Git menu
… ini files - Add Batch and Bash highlighters for .bat, .cmd, and .sh files. - Map .xml to HtmlHighlighterClass for syntax highlighting. - Add IniHighlighterClass for .ini files. - Update Open/Save dialogs to include the new file extensions. - Extend OutlineParser to parse tags in .xml and sections/keys in .ini files. - Escape HTML entities in outline_utils to properly display <tags> in the Go To Symbol popup.
Set default language to Plain Text for unknown extensions instead of Python to prevent execution buttons from being wrongly enabled for files like .ini, .bat, .sh, .xml, .json.
- Add button to sync Explorer root to current tab's directory. - Transform Explorer filter input into an address bar for direct path navigation. - Move address bar below the control buttons for better layout. - Ensure Explorer context and bookmark menus inherit the theme font.
…nc tabs, and shortcuts
- Added explorerWidget.py providing a fully functional file explorer. - Features include file/folder filtering, auto-sync with active tab, bookmarks, rename/delete/create, and custom MDI icons. - Integrated Explorer into a new sidebar QTabWidget alongside the Outline panel in scriptEditor.py. - Added showExplorer_act to the main toolbar to quickly toggle the Explorer visibility. - Generated and registered new custom icons (new_file, new_folder, filter_files, explorer_panel). - Saved and restored explorer states (bookmarks, active path, toggle options) via the settings model.
…out text selection
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