PythonToolkit (PTK) News
Brought to you by:
tohc1
New release of changes that have been in svn for a while. New Features/Improvements include:
Editor changes
- Cell separators in editor.
Using #%% comments string to divide code.
Execute current cell via F9
Console
- New console auto-completes
Auto-completes for files paths (Ctrl+space in string), tab/right arrow to
navigate folders
Auto-completes for call args (Ctrl+space in call bracket) and names.
Auto-completes for string keys in dict-like objects.
Plus type icon displayed in list, and speed improvements.