The Script Editor panel enables to edit box scripts.
This editor integrates syntax highlighting to ease the edition.
At the bottom of the panel you can see the number of the selected line on the left and a field to search a specific keyword in the script.
In the flow diagram, to open the script of any box, right-click on it and select Edit box script.
The script is displayed in the Script editor panel.
Note
For a Python box you can also double-click on it.
If you right-click in the panel, the following menu is displayed:
This contextual menu provides fast access to some classic functions for a script editor:
You have useful functions at the bottom of the panel:
Search text field to find a specific keyword in the current script:
It is highlighted in red if the keyword is not found in the script:
Navigation buttons to move to the previous or the next matching string:
Note
By default, the search wraps around the document: if you reach the bottom of the the script, it will start again from the top. This option can be disabled from the Setting button.
Setting button to specify search options:
Several options are available in order to customize the Script editor panel:
For further details, see: Choregraphe Preferences.