Skip to content

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
paulwinex:masterfrom
charliewales:master
Open

Update Multi Script Editor to work with Python 3, Pyside6 and newer Maya, Nuke and Houdini versions#11
charliewales wants to merge 844 commits into
paulwinex:masterfrom
charliewales:master

Conversation

@charliewales

Copy link
Copy Markdown

Added a lot of new functionalities

@charliewales charliewales changed the title Update MultiScript Editor to work with Python 3, Pyside6 and on newer Maya, Nuke and Houdini versions Update Multi Script Editor to work with Python 3, Pyside6 and on newer Maya, Nuke and Houdini versions Feb 26, 2026
@charliewales charliewales changed the title Update Multi Script Editor to work with Python 3, Pyside6 and on newer Maya, Nuke and Houdini versions Update Multi Script Editor to work with Python 3, Pyside6 and newer Maya, Nuke and Houdini versions Feb 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
… 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.
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants