Releases: pyQode/pyqode.python
Releases · pyQode/pyqode.python
2.1
New features
- 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+/)
2.0
Finish 2.0
1.3.1
New features:
- the comments mode is now PEP8 compliant
- the documentation panel now uses docutils to get an html representation of docstrings
- QPythonCodeEdit now includes the file watcher mode
- lots of improvements to the auto indent mode
Fixed bugs:
- Add support for jedi 0.8 (which has not been released yet, compatibility
with jedi 0.7 has been kept) - many bug fixes to the auto indent mode
1.3.0
Fixed bugs:
- more fixes to auto completion
- fixes for auto indentation mode
- fix type error in document layout parser.
- Fix calltips when there is a closing parenthesis
1.2
Bug fixed:
- Fix various bugs with auto complete
- Fix bugs with code completion in comments and strings
- Fix for designer plugin
1.1.0
New Features
- Add the following new modes:
- pyqode.python.PyAutoCompleteMode
- pyqode.python.CommentsMode
- pyqode.python.DocumentAnalyserModeµ
- pyqode.python.GoToAssignmentsMode
- Add the following new panels:
- pyqode.python.QuickDocPanel
- pyqode.python.SymbolBrowserPanel
- CodeCompletion: provides method to interact with the subprocess interpreter
- Add CodeCompletion preload hooks
- Add pyqode.python.Boostrapper class to help start the code completion with a list of modules to preload + example with a splash screen.
Bug fixed
- Disable actions which depends on preload
- Disable code completion in commente and strings
- Better highlighting in docstrings (highlighting was lost when there was an ‘=’ in the docstring.
1.0
Final release for pyqode.python 1.0
Here are the changes since the last release:
- Switch to MIT license
- Documentation: http://pyqodepython.readthedocs.org/en/latest/
See the complete change list here: 1.0b2...master