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

[ui] Python Script Editor Improvements #2587

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Nov 26, 2024

  1. [ui] ScriptEditor: Updated Core ScriptEditor Manager to show better e…

    …xceptions
    
    ScriptEditorManager now also allows the code to be saved and retrieved back. Exceptions are now shown with a better output to the user.
    waaake committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ba0c39c View commit details
    Browse the repository at this point in the history
  2. [ui] ScriptEditor: Updated Script Editor layout

    ScriptEditor is now part of a ColumnLayout in an MSplitView allowing more control over what is being viewed.
    waaake committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7a4d423 View commit details
    Browse the repository at this point in the history
  3. [ui] ScriptEditor: Added syntax colorization for the script editor

    Python syntax within the script editor is now highlighted making it easier to understand and write smaller code in it.
    waaake committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c4a9c82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31ad46c View commit details
    Browse the repository at this point in the history
  5. [ui] ScriptEditor: ScriptEditor gets a RowLayout

    A Row Layout is more practical for using script editor with the current placement of meshroom GUI.
    waaake committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    52b52b8 View commit details
    Browse the repository at this point in the history