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.
Title
Fix failing CI checks: Qt/PySide compatibility, platform deps, ubuntu-latest runner
Description
This PR improves cross-platform compatibility (especially macOS/Linux CI) by:
castervoice/lib/qt.py) to support both PySide2 and PySide6 (enum/access differences +execvsexec_).castervoice/asynch/hud.pycastervoice/asynch/settingswindow.pycastervoice/asynch/hmc/h_launch.pycastervoice/asynch/hmc/homunculus.pynatlinkoptional incastervoice/lib/ctrl/mgr/engine_manager.pyso imports/mode changes don’t fail on non-Windows systems.castervoice/rules/core/text_manipulation_rules/text_manipulation_support.py(argument validation + cursor/selection offset calculations, including TeXstudio paths).requirements-mac-linux.txtto use platform markers fordragonfly2extras and Qt bindings.ubuntu-latestin.github/workflows/testrunner.yml.Motivation and Context
CI environments (and non-Windows installs) were failing
How Has This Been Tested
python3 -m compileallon the modified modules (syntax check).Types of changes
Checklist
Maintainer/Reviewer Checklist