Contents | SCXML Wiki | Forum |
---|
Contains file-related operations for managing projects and units in the SCXML editor.
Creates a new SCXML project.
Shortcut: Ctrl+N
Creates a new SCXML unit.
Shortcut: Shift+Ctrl+N
Openes an existing SCXML project.
Shortcut: Ctrl+O
Opens an existing SCXML unit.
Shortcut: Shift+Ctrl+O
Builds an active SCXML project.
Shortcut: Ctrl+B
Adds a new unit to the active project.
Adds an existing unit to the active project.
Removes unit from the active project.
Closes active unit editor.
Shortcut: Ctrl+W
Closes all (project and units).
Shortcut: Shift+Ctrl+W
Cancel all modifications that were made in the opened unit or project.
Shortcut: Shift+Alt+W
Saves project with the new file name.
Apply all modifications and saves the unit.
NOTE: Save unit action is not active if you there are no modifications. If you want to save it anyway, use Force Save Unit option.
Shortcut: Ctrl+S
Saves unit with the new file name.
Saves all modification in all opened project and units.
Shortcut: Shift+Ctrl+S
Saves all opened files and project even if there are no modifications.
Saves all files and project even if it seems to have no changes.
Saves all nested state machines and data sources into single file.
Opens active states configuration and highlight them in the chart.
Provides options to export the SCXML project in various formats.
Exports as raw scxml without comments and metainformation.
Exports as C++ header, ready to be taken as string resource.
Exports in Delphi Form Format, ready to be parsed for extracting all visual metainformation.
Transforms SCXML to ANSI C file.
Compiles SCXML by 'qscxmlc'.
Exports in Graphviz dot format.
Exports as Graphviz DOT + Png.
Exports as SVG file.
Saves file with Qt Creator visual metainformation.
Saves SCXML with VSCode visual metainformation.
Saves file with ScxmlGui visual metainformation.
Saves file with simple visual metainformation.
Contains editing and search-related operations.
Searches state or transition by matching a text in its properties.
Shortcut: Ctrl+F
Searches for all matches in state or transitions and preview them in special tab.
Shortcut: Shift+Ctrl+F
Clears connections (transitions) that were previously copied to the clipboard.
Clears active log list (it depends on what tab is selected: Debug or CMD Output).
Shortcut: Ctrl+.
Switches to the orthographic splines (Auto Layout).
Switches to the polyline splines (Auto Layout).
Contains options for managing the UI layout and visibility of panels.
Applies default panels layout.
Loads panels layout from file.
Saves panel layout to file.
Locks UI for undocking.
Toggles visibility of SCXML View panel
Toggles zoom hints visibility.
Shortcut: Shift+Ctrl+H
Toggles visibility of the property inspector filter panel.
Contains menu items to toggle visibility of docking panels.
Contains utility and configuration tools.
Openes active project options.
Openes application settings.
Provides preset configurations for SCXML projects.
Copies cursor position to the clipboard and prints it in the log panel.
Shortcut: Shift+Ctrl+F6
Validates a regular expression for the usage in watch shapes, etc.
Associate .scxml
and .sproj
extensions with Scxml Editor application.
Openes panel with text editor.
Contains options for running and debugging SCXML projects.
Shortcut: Ctrl+B
Runs special unit for testing if a flag 'Root For Run and Build' is set otherwise runs the current active unit.
Shortcut: F9
Pauses the highlighting of the states and transitions during debug.
NOTE: If 'Pause' is active then StateMachine will be stopped on every 'AfterEnter' action.
Shortcut: F10
Stops execution of the state machine.
If there is a debug message queue, this action passes the next message and pops it.
Shortcut: F11
If there are invoked machines, synchronize entered-exited events inside of them.
When its on, the highlighted states and transitions are not cleared during a run.
Starts listening from external application in the format described here.
Scrolles chart to view shape in testing mode.
Sets unit foreground in testing mode
Clears all items in the Callstack View.
Clears all entered states of active editor panel.
Clears all debug breakpoints.
Provides access to help resources and documentation.
Shows the list of all available hotkeys.
Shows help for 'luavia' datamodel.
Openes the website with the current documentation.
TOP | Contents | SCXML Wiki | Forum |
---|