- Standard editing control with syntax highlighting for Python. Supports code block collapsing / expanding, cut/copy/paste.
- Bracket / brace matching highlighting
- Ctrl + F launches find/replace window. If anything is currently selected, it will be the default text in Find/Replace.
- Ctrl + G launches the “Go To Line” window. Allows quick navigation to a specific line in your file.
- Integrated help system: select something in the editor, right-click -> Help.
- Integrated debug support: select a variable in the editor, right-click -> Add Watch