Pyqode.python

Latest version: v4.0.2

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.5.0

-----

New features:
- Unified API for document outline (see pyQode/pyQode24)

Fixed bugs:
- fix a bug with interpreter selection in the pynotepad example (see pyQode/pyQode25)

2.4.2

-----

Fixed bugs:

- fix an issue with newest version of pep8.py

2.4.1

-----

New features:

- implement pyQode/pyQode21
- add CaseConverterMode to PyCodeEdit

Fixed bugs:

- fix buffering issue with PyInteractiveConsole, now ``PYTHONBUFFERED`` is always set to 1.
- fix auto-indent bug: if a parentheses is closed but the cursor if after a "," and just before ")"
indentation was not right. The solution is to check for ',' and ignore whitespaces before the
previous character.

2.4.0

-----

New features:

- add outline tree view
- improvements to the syntax highlighter: make use of the new formats types
- add more examples

Fixed bugs:

- fix default encoding on windows
- fix lost of selection after unindent
- fix file path regex for exception traceback highlighting in the python
interactive console
- fix some bugs with pyside
- fix some bugs with python 2
- fix some bugs with auto indent mode
- fix some bugs with auto completes of triple quotes (both single and double
quotes)

2.3.0

-----

New features:
- add support for python2. You may now use python2 for writing a pyqode
app (backend AND frontend)!
- make use of the new modes introduced in pyqode.core (occurrences
highlighter, extended selection, global checker panel,...)
- automatically fold docstring when opening a document
- many improvements to the auto indent mode. It is more robust and should
resists malformed code (e.g. unclosed parentheses,...)

Fixed bugs:
- fix cursor position after unindent
- fix a few bugs with autoindent
- fix pyinteractive console colors on dark color schemes

2.2.0

-----

New features:
- automatically fold import statements when opening document
- improved GoToAssignment mode (now highlighting word only if a jump is
possible)
- SH: highlight cls pseudo keyword
- SH: highlight builtin methods (__init__, __call__, __add__,...)
- add support for auto completion of classmethods
- improve defined_names worker to work recursively (now able to catch
nested classes)

Fixed bugs:
- fix confusing convention: now both line numbers and column numbers starts
from 0
- fix editor not having focus when clicking on an item in the symbol
browser panel
- fix regex in PyInteractiveConsole
- fix performance issue with import region folding
- fix performance issue with docstring folding
- fix performance issue with auto indent
- fix code completion tooltip: use description instead of full name
- fix highlighting of commented docstrings

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.