SKILL IDE Menu Commands
The SKILL IDE interface is user-friendly and intuitive. It consists of menus, toolbars, dialog boxes, and windows that help you control your debugging operations.
The following table lists the SKILL IDE menu commands along with their associated bindkeys. You can also view the SKILL IDE bindkeys in the Bindkey Editor.
| Menu | Icon | Bindkey | Description |
|---|---|---|---|
|
Undoes all the edits you made in the currently open SKILL file since the last save operation. |
|||
|
Closes all SKILL files and exits SKILL IDE. This command is replaced by the Exit command when the SKILL IDE is launched in a standalone mode. |
|||
|
When you place the cursor before an opening parenthesis, the cursor moves to be after the matching close parenthesis. When you place the cursor after a closing parenthesis, the cursor moves to be before the matching open parenthesis. Otherwise the cursor is moved to the closest open parenthesis. |
|||
|
Searches and replaces text in the currently active tab. See Finding and Replacing Text. |
|||
|
Executes the current SKILL statement. If the SKILL statement contains a function call, the debugger stops at the statement just after the call, without descending into the called function. |
|||
|
Executes the current SKILL statement. If the SKILL statement contains a function call, the debugger descends into the called function. |
|||
|
Executes the remaining statements of the current function and returns control to the calling function. |
|||
|
Continues execution from a breakpoint until completion or until another breakpoint is encountered. |
|||
|
Returns the cursor back to the file or tab that contains the current breakpoint line. |
|||
|
Dumps the current values of all the local variables on the stack to the CIW. |
|||
|
Contains commands for customizing the status, editor, lint, profiler, and color settings. |
|||
|
Opens the Options assistant and displays SKILL Status as the active tab. The SKILL Status tab lets you customize the status settings for the SKILL debugger, compiler, parser, print, stack, and trace. |
|||
|
Opens the Options assistant and displays Editor as the active tab. The Editor tab lets you customize the settings for the SKILL IDE editor. |
|||
|
Opens the Options assistant and displays Lint as the active tab. The Lint tab lets you customize the settings for the lint checker. |
|||
|
Opens the Options assistant and displays Profiler as the active tab. The Profiler tab lets you customize the settings for the SKILL profiler. |
|||
|
Opens the Options assistant and displays Color as the active tab. The Color tab lets you customize the color settings for the various elements of the SKILL code. For example, you can customize the colors for the background, foreground, comments, keywords, and other such elements of the code. |
|||
|
Contains commands that enable you to hide or display tool components. |
|||
|
Provides options for displaying the Breakpoints, Stack, Step Result, Trace, Lint Manager, Code Browser, Class Browser, Method Browser, Finder, or Profiler assistants. You can also use the Show All and Hide All options to simultaneously display or hide the assistants. |
|||
|
Provides options for displaying the File, Edit, Debug, Search, Lint, and Workspace toolbars. |
|||
|
Provides options for displaying the Checking, Coding, Debugging, SKILL++, SKILL IDE, and User workspaces. In addition, provides options to save, delete, load, and set default workspace. You can also Revert to Saved workspace, and Show/Hide Assistants displayed in specific workspace. |
|||
|
Displays the list of files that are currently open in the SKILL IDE tabs. It also provides the Close Current Tab and Close Other Tabs options. |
|||
Related Topics
Return to top