|
The code editor plugin allows you to view the DspSee workspace file in
text mode and make changes to it.
After the changes have been made to the workspace,
click on the Apply button for the changes to take effect.
When the Apply button is clicked,
the code editor stops the DspSee script engine and reloads the modified workspace.
So, beware that you don't hit apply if you don't want to loose the
captured data or the DspSee state with the current script.
If you don't want to loose the captured data or the current DspSee state,
you must either use the component GUIs to change values
or enter the commands one at a time in the command console.
Any changes made are made to the original workspace image in the memory,
that is, the changes are not automatically saved to the workspace file.
This allows you to discard the changes made by you but then also means that
you must explicitly save the workspace if you want the changes to be permanent.
Cut, Copy, Paste and Undo commands are also supported.
Clicking with the right mouse button allows you to access these commands.
|