The Action Toolbar
Use the Action toolbar, located underneath the menu bar, to quickly access commands. If the Main window is not large enough to display all the buttons, two arrow buttons are displayed for scrolling the toolbars.
Action Toolbar
The Action toolbar has the following icons, each representing a command:
Open Displays a file selector dialog box to specify an existing .ilv file to open in a buffer window. See OpenBuffer.
Save Saves the files modified in the current buffer. See SaveDocument.
Save All Saves all the files modified in the current buffer.
Undo Undoes the last action performed in the buffer window. See UnDo.
Redo Undoes the last action performed in the buffer window. See Redo.
Cut Removes the currently selected object or objects from the buffer window and places them in the clipboard. See ClipboardCut.
Copy Places a copy of the currently selected object or objects to the clipboard. See ClipboardCopy.
Paste Pastes the current clipboard object or objects in the buffer window. When you click the paste icon, the pointer changes to a crosshair pointer so that you can indicate where in the buffer window you want the object to be placed. See ClipboardPaste.
Duplicate Creates an exact copy of the currently selected object and places it in the buffer window. See Duplicate.
Delete Deletes the object or objects currently selected in the buffer window. See Delete.
Enable/Disable Enables/Disables the graphic effects for a graphic object (Ctrl+F).
Alignment Displays the Alignment panel. See ShowAlignPanel .
Commands Displays the Commands panel. See ShowCommandPanel.
Inspect Displays the object inspector for the currently selected object in the buffer window. See ShowInspector.
Generic Inspector Shows or hides the generic inspector in the Main window. See ShowGenericInspector.
Property Sheet Shows or hides the property sheet in the Main window. See ShowPropertiesPanel.
Script Editor Shows or hides the Script Editor at the bottom of the Main window. See ShowScriptEditor.
Script Error List Shows or hides the Script error list at the bottom of the Main window that displays syntax errors. See ShowScriptErrorList.
Script Debugger Shows or hides the Script Debugger panel that lets you debug your scripts. See ShowScriptDebugger.