Записи по тегу “IDE”.

Вышел PyDev 1.3.22

В принципе делаю вынеску из оффсайта. Особенно порадовал 7 пункт.

* Debugger: Pythonpath is the same in debug and regular modes (sys.path[0] is the same directory as the file run)
* Debugger: Choices for paths not found are persisted
* Code-completion: If __all__ is defined with runtime elements (and not only in a single assign statement), it’s ignored for code-completion purposes
* Code-completion: Works on case where imported module has same name of builtin
* Editor: Cursor settings no longer overridden
* Interpreter config: “email” automatically added to the “forced builtins”
* Parser: Correctly recognizing absolute import with 3 or more levels
* Syntax check: Option analyze only active editor
* getpass.getpass: No longer halts when run from pydev (but will show the password being written)
* Remove error markers: Context menu in folders to remove error markers created