Hi All,
Pydev and Pydev Extensions
1.3.15 have been released
Details on Pydev Extensions:
http://www.fabioz.com/pydev
Details on Pydev:
http://pydev.sf.net
Details on its development:
http://pydev.blogspot.com
Release Highlights in Pydev Extensions:
-----------------------------------------------------------------
* Globals Browser: Was not correctly showing definition on a case with
multiple projects when one did not have the python nature configured.
* Code Analysis: False positive: Classes defined within a class
context are correctly found when later accessed in the parent context.
* Interactive console integration
o Context insensitive completions with auto-import in console
o Ctrl+Alt+Enter: can be used to:
+ Create console if no console exists
+ Send selected text to console
+ Make execfile for current file if there's no selected text
Release Highlights in Pydev:
----------------------------------------------
* Files without extension: If a file that does not have an extension
is found in the root of the pythonpath, code-completion and
breakpoints work with it.
* Extract method: comma not removed when found...