You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitLab by @PekkaSavolainen on May 4, 2018, 13:56
There needs to be a window that shows the code of a Tool (main script) when a Tool is selected. Maybe a QTextBrowser could do the job. Do not enable editing the code in Spine Toolbox yet (a separate issue is needed for this).
Somewhat related:
In Commit 638940a and 9b4c125 I add a QToolButton to the Tool's subwindow item. When pressed, it displays a pop-up menu with a few options regarding the selected Tool Template. These options are: 'Edit' (in internal widget), 'Open descriptor file' and 'Open main program file' (in external editor).
Is this enough? Maybe I'll add another option that says 'View main program code' and show the code in a QTextBrowser.
I'm thinking this is a great opportunity to implement custom syntax highlighting for the Spine Model (dicussion during last day in Helsinki)
In GitLab by @PekkaSavolainen on May 4, 2018, 13:56
There needs to be a window that shows the code of a Tool (main script) when a Tool is selected. Maybe a QTextBrowser could do the job. Do not enable editing the code in Spine Toolbox yet (a separate issue is needed for this).
@manuelma
The text was updated successfully, but these errors were encountered: