Skip to content

Releases: pyQode/pyqode.python

2.1

14 Aug 16:26

Choose a tag to compare

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

03 Jul 20:50

Choose a tag to compare

2.0
Finish 2.0

1.3.1

06 Apr 13:08

Choose a tag to compare

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

08 Mar 13:36

Choose a tag to compare

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

08 Dec 14:03

Choose a tag to compare

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

12 Nov 17:08

Choose a tag to compare

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

19 Oct 18:16

Choose a tag to compare

1.0

Final release for pyqode.python 1.0

Here are the changes since the last release:

See the complete change list here: 1.0b2...master