Specifications

Appendix A
A-4
PYTHON
Horiz. Scrollbar
Toggles the presence of a horizontal scrollbar the Python Output Window.
Run...
Executes a Python script, selected using the Select Python Script to
Load
dialog which appears. The directory where this dialog starts is
always the current project's directory.
Hint: By removing the filename of the path, and typing Enter, the directory
is changed to the last script's directory.
Control-break
Stops the running Python script. The interpreter is limited to detecting the
halt request when doing I/O, that is reading from or printing to the Python
Output Window.
Properties...
Opens the Python interpreter EDE Python Options dialog.
2.2 EDE PYTHON OPTIONS
The EDE Python Options dialog allows you to configure the Python
interpreter's command line options (Properties and Other
Interpreter Invocation Options
), and you can specify how
standard I/O is connect to EDE (Input Source and Output
Destination
).
You can extend the module search path in the Additional Python
Library Directories
field. Add the directories you want to be
searched for Python scripts and modules. Since the Python interpreter
loads the library once at startup, you must restart EDE to effect the
changes to this entry.
There is a limit on how many lines of output will be retained in the
Python Output Window. You can change this limit in the Python Window
Line Limit
field.