You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code folding (with support for folding docstrings and imports)
new python syntax highlighter (based on the Spyder IDE PythonSH) with
additional support for docstrings, decorators and self parameter.
The new highlighter is a lot faster than the previous one and has a better
docstring highlighting.
new PyInteractiveConsole for running python program. The new console has
support for highlighting tracebakc and let you jump to the incriminated
file with just one click.
Bug fixed:
many bugs have been fixed in the auto indent mode
many small bugs have been fixed in QIdle
fix cursor position after comment/uncomment (Ctrl+/)