Skip to content

1.1.0

Choose a tag to compare

@ColinDuquesnoy ColinDuquesnoy released this 12 Nov 17:08
· 673 commits to master since this release

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.