Hi All,
PyDev - Python IDE (Python development enviroment for Eclipse) version 0.9.1 has just been released.
You can check the homepage (http://pydev.sourceforge.net/) or my blog (http://pydev.blogspot.com/) for more details.
------------------------------------------------------ COMMENTS ON RELEASE:
Content assistant improvements:
- assign content assistant when assigned to variable strips the "get";
- move imports content assistant should be improved to move import closer to existant import and
not to top of file;
- Icons added to them;
Others:
- Ctrl+Shift+O: if no selection: Organizes all global imports from the file (sorts alphabetically);
- Ctrl+Shift+O: if some line selection: sorts alphabetically the lines selected;
- Ctrl+Shift+F: if no selection: Formats all code;
- Ctrl+Shift+F: if some line selection: Formats selected code;
- PyLint only blocks interface on "update results";
- the namespace in debug mode is not polluted anymore (Scott Schleiser provided the patch);
- The PYTHONPATH used for debug now should be the same used in run.
- Editor preferences
Code Completion: - get parameters in code completion; - builtins like ' ', {}, [] should bring correct suggestions; - relative imports; - other bug-fixes; ------------------------------------------------------
Regards,
Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br
-- http://mail.python.org/mailman/listinfo/python-list