Tools Menu

Note: This applies to the Shell only.

Item

Shortcut

Description

Rerun Last Program

Ctrl+R

Reruns the last program related to the current Shell.

Go to Python Editor

N/A

Opens the Editor page related to the current Shell.

Run

N/A

Opens a list of programs available in the current document.

After selection, the chosen program is run.

Clear History

N/A

Clears the history in the current Shell but does not reinitialize the Shell.

Reinitialize Shell

N/A

Resets the state of all open Shell pages in the current problem.

All defined variables and imported functions are no longer available.

dir()

N/A

Displays list of functions in the specified module when used after the import statement.

From PROGRAM import *

N/A

Opens a list of programs available in the current document.

After selection, the import statement is pasted in the Shell.

Install as Python Module

N/A

Enabled only for modules in binary format. Moves the current TNS file to the PyLib folder.