Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


4.3.2 Menus in the JP1/Advanced Shell Editor window

This subsection explains the menus displayed on the menu bar and the pop-up menus that are displayed in the JP1/Advanced Shell Editor window.

Organization of this subsection

(1) Menus on the menu bars

This subsection explains the menus that are displayed in the editor window. The following table lists the menus in the JP1/Advanced Shell Editor window and describes the functions of the items you can select on these menus.

Table 4‒2: Menus in the JP1/Advanced Shell Editor window and their functions

Menu

Description

File

New

Creates a job definition script file.

Open

Enables an existing job definition script file to be opened.

Save

Saves the job definition script file being edited.

Save As

Saves the job definition script file being edited as a new job definition script file under a specified name.

Print

Prints the job definition script file being edited.

Exit

Exits the editor and enables you to select whether the file is to be saved.

(file-name)

Opens the file whose name is displayed.

The names of the most recent job definition script files that were saved are displayed (maximum of nine).

Edit

Undo

Undoes the previous operation.

Redo

Re-executes the previous operation.

Cut

Cuts a selection and saves it on the clipboard.

Copy

Copies a selection to the clipboard.

Paste

Pastes the contents of the clipboard to the selected location.

Select All

Selects the entire file.

Options

Enables an operating environment for the editor to be set up.

Debug

Check Syntax

Checks the syntax of the job definition script.

Run to Breakpoint

Starts and restarts execution up to a breakpoint in the debug mode.

Stop Script

Stops execution of the job definition script at the next line. Completes the command whose execution is underway when Stop Script is selected and stops the job definition script before the next command executes.

Quit Debugging

Completes the command whose execution is underway when Quit Debugging is selected, stops execution before the next command executes, then stops the job definition script and cancels debugging.

Step In

Executes the next command or statement in the debug mode. If a function is called, this menu item also executes one line in the function and then stops execution.

Step Over

Executes the next command or statement in the debug mode. If a function is called, this menu item does not stop after executing one line in the function, but stops only when a breakpoint is reached.

Step Out

Executes through the end of a function call and stops on the line immediately following the function call or at a breakpoint.

Set or Remove Breakpoint

Sets a breakpoint or releases the selected breakpoint.

Remove All Breakpoints

Releases all breakpoints that have been set.

Runtime Environment Settings

Sets up a script file execution environment.

Add Variable to Watch List

Adds a specified variable to the Watch List window.

Fault Injection Mode

Enables or disables the fault injection mode while execution of the job definition script is stopped.

Execute a trap action

Executes the trap command's action and continues processing up to a breakpoint.

Jump to the currently executing line

Jumps to the line that is executing currently.

View

Toolbar > Standard Toolbar

Changes the view/hide setting for the standard toolbar.

Toolbar > Edit Toolbar

Changes the view/hide setting for the edit toolbar.

Toolbar > Debug Toolbar

Changes the view/hide setting for the debug toolbar.

Toolbar > Search Toolbar

Changes the view/hide setting for the search toolbar.

Status Bar

Changes the view/hide setting for the status bar.

Align Toolbars

Aligns the toolbars.

Ruler

Changes the view/hide setting for the ruler.

Vertical Scrollbar

Changes the view/hide setting for the vertical scrollbar.

Horizontal Scrollbar

Changes the view/hide setting for the horizontal scrollbar.

Show Line Numbers

Changes the view/hide settings for the line number.

Show First Line

Displays the first line of the job definition script file.

Show Last Line

Displays the last line of the job definition script file.

Show Watch List

Changes the view/hide setting for the Watch List window.

Show Error List

Changes the view/hide setting for the Error List window.

View Coverage Information

Displays coverage information during debugging.

Search

Search for

Enables entry of a character string to be searched for.

Replace with

Enables entry of a character string that is to be searched for and a character string that is to replace the retrieved character string.

Find Previous

Searches for the search character string in the up direction.

Find Next

Searches for the search character string in the down direction.

Help

Open Help

Displays Help for JP1/Advanced Shell.

About

Displays program information, version, and copyright information.

(2) Pop-up menus

Clicking the mouse's right button while the cursor is in the client area of the JP1/Advanced Shell Editor window displays a pop-up menu. The pop-up menu's contents depend on whether the mode is the edit mode or the debug mode.