The Python Editor is displayed from a selected program in File Manager or from the Shell. The Editor displays keywords, operators, comments, strings and indents in color. Quick paste of common Python keywords and functions are available as well as direct keypad entry and [a A #] character entry . When pasting a code block such as if.. elif.. else, the Editor offers auto-indent which can be modified as needed as you write your program.
Program line location of the cursor.
Auto indent code blocks. Gray dots as visual indicator of |
Cursor is always in insert mode. Use y and ƒ to toggle cursor. Cursor states are numeric, a, and A. [del] behaves as a backspace and delete of a character.
|
Useful tools for editing and working in the Shell. Full description below. |
|
Python Editor shortcut keys and menus |
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Menus |
Keypress |
Description |
||||||||||||||||||||||||||
[Fns…] |
o |
Select [Fns…] to access menus of commonly used functions, keywords, and operators. Also access selected contents of the math and random modules. Note: y N is also helpful for quick paste. |
||||||||||||||||||||||||||
[a A #] |
p |
Select [a A #] to access a character palette as an alternate way to enter many characters. |
||||||||||||||||||||||||||
[Tools] |
q |
Select [Tools] to access features to assist in your editing or your interaction with the Shell.
|
||||||||||||||||||||||||||
[Run] |
r |
Select [Run] to execute your program. |
||||||||||||||||||||||||||
[Files] |
s |
Select [Files] to display the File Manager. |