@@ -18,18 +18,20 @@ The editor comes with another little feature that fits perfectly in the workflow
1818* Run Python code line-by-line with ` <Shift> + <Enter> `
1919* Run selected Python code (intelligent selection, no accurate selection is required)
2020* Run line or selection with middle mouse button
21+ * Run line or selection multiple times while cursor does not propagate (` <Shift> + <Ctrl> + <Enter> ` )
2122* Run cells of python code defined by ` #%% ` comments with ` <Shift> + <Enter> `
2223* A color marker highlights last executed lines
2324* Animated color marker for active lines
24- * Tooltip for object inspection of selected items and mouse hover or ` <Shift> + <Ctrl> + <Space> `
25- * Tooltip with size information about numpy arrays
26- * Evaluate variables or any selected expression, even if some code is still running
25+ * Tooltip for run-time variable and object inspection of selected items and mouse hover or ` <Shift> + <Ctrl> + <Space> `
26+ * Special Tooltip with size and shape information of numpy arrays
27+ * Evaluate variables or any selected expression (e.g. with ` <Shift> + <Ctrl> + <Space> ` ) , even if some code is still running
2728* Code auto completion for run-time defined object properties, dictionary keys, function calls
2829* Calltip for function calls, doc string and module help
2930* Special Tooltip to switch quickly between ` True ` and ` False `
3031* Click on any Tooltip to show full string or help text in output console
3132* Output console has an undo buffer (click inside and press ` <Ctrl> + <z> ` )
32- * Internal or external Python distribution
33+ * Clear output console with ` <Shift> + <Ctrl> + <C> ` .
34+ * Internal or external Python distribution can be used, including Python 3 kernels.
3335* Take controll over Notepad++ with the Npp module provided by PythonScript (only available when using the internal Python. Load with ` import Npp ` )
3436* Reset and restart Python kernel with ` <Alt> + <R> ` , e.g. when stuck in endless loop. (only available when using an external Python)
3537* Matplotlib event handler to hold multiple active plot windows
0 commit comments