PyDev 0.9.8.2 released

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.2 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 0.9.8.2
Major highlights: ------------------------
* Content assistants reviewed (and better documented on the homepage -- I really reccomend checking it) * Timeout parsing options added (this is available in the builder preferences page) * Auto-dedent added
Others that are new and noteworthy: -----------------------------------------------------
* .pyc is removed when the corresponding .py file is removed. * Debugger has been changed so that it becomes faster (still not as fast as I would like, but still... faster) -- looking for people with expertise on this to help me, as I'm kind of lost on which should be the 'recommended' way to speed it more. * Some escaped quotes problems fixed when formatting code * Navigation with Ctrl+Shift+ (up or down) has been slightly improved, so that it goes to the start or the end of the file when no other class or method declaration is found * Other bug-fixes (as ususal)
Cheers,
Fabio

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.3 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 0.9.8.3
Major highlights: ------------------------
* Debugger was improved to be faster (more info about it at my blog http://pydev.blogspot.com/2005/10/high-speed-debugger.html -- http://pydev.blogspot.com/2005/10/high-speed-debugger.html) * The debugger is now getting info correctly on java classes when debugging jython * Add watch added to the editor popup menu * Added syntax highlighting to the 'self' token * Code folding added for 'glued' imports * Fixed some outline problems
Others that are new and noteworthy: -----------------------------------------------------
* Debugger does not try to get breakpoints on closed projects anymore * Some refreshing issues regarding the outline and colors when reusing the editor were fixed * Code completion for relative imports has changed a lot (there were some pretty hard-to-find bugs in this area...) * Some move imports problems fixed * The auto-add '(self):' now works with tabs too
Cheers,
Fabio

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.4 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 0.9.8.4
Major highlights: ------------------------
* The license was changed to EPL. It can be found at: http://www.opensource.org/licenses/eclipse-1.0.php * Code-completion information is now saved in deltas instead of "saving only at shutdown" (being so, it does not loose information if it does not have a regular shut-down).
Others that are new and noteworthy: -----------------------------------------------------
* Added option for not using the smart-indent after opening brackets * Some step-by-step instructions of how to get started with pydev have been contributed by Jack Trainor. * Many bugfixes
Cheers,
Fabio

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.5 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 0.9.8.5
Major highlights: -------------------
* Removed the dependency on packages 'sun.xxxx.Base64', so that other VMs can be targetted * Some code-completion problems in the 'resolution order' regarding tokens in __init__ were solved * Added option so that the user can choose whether to automatically add 'self' or not in method declarations
Cheers,
Fabio

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.6 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 0.9.8.6:
Major highlights: -------------------
* Added a new 'Pydev project' wizard (Mikko Ohtamaa contribution) -- it is named as Pydev Project instead of Python project because it creates Python and Jython projects. * Added a new 'Pydev module' wizard (Mikko Ohtamaa contribution) -- NOTE: it still needs some work. * Changes in the shell spawning were done, and no hangs should appear when trying to do code-completion anymore (if it still hapens, please report it as a bug -- NOTE: a little delay on the first time code-completion is executed is expected, as this is the time the shell is started). * Other bugfixes (as usual)
Cheers,
Fabio

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.7 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 0.9.8.7: Major highlights:
* The debugger tracing was turned off (this was a bug in 0.9.8.6 and could make debugging much slower) * Fixed jython shell (and extended it to get better information on code-completion). * Changed the interpreter configuration so that it is backwards-compatible from now on...(but the current interpreters will be lost and will need to be configured) * Breakpoints can have conditionals(this was contributed by Achim Nierbeck, and was actually provided in release 0.9.8.6, but I forgot to put it in the release notes) * Some other bugfixes are also in this build.
Cheers,
Fabio

Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 1.0 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 1.0
Yeap, that's right, Pydev has reached its 'adulthood', so... enjoy it!
Major highlights: -----------------------
* High-speed Debugger (on par with the best debuggers available) * Debugger now gets the variables 'on-demand' * The variables returned for jython are much more complete * Wizard to create new project has option for creating a default 'src' folder (and add it to the pythonpath). * The create new python module and new python package have been reviewed (you can still use the regular ones, but the new ones are really reccommended -- also it will help in making sure you have your pythonpath correctly configured!). * Create new source folder option added. * Pylint can now give the output to the console (configurable). * Pylint 0.9.0 tested * Pylint errors now show in the hover * The Pydev perspective was changed (so, please, close the current and ro-open it) * Templates were added for the keywords * Keybindings were added to run the current editor as python (F9) or as jython (Ctrl+F9). Those are customizable in the 'keys' preferences * And many other bug-fixes as usual
Cheers,
Fabio

Hi All,
Pydev Extensions 1.0 has been released
Check the homepage (http://www.fabioz.com/pydev/) for more details.
Pydev Extensions is a commercial product, and works with Eclipse and the Pydev "Open Source" version, and has features such as:
* Code completion with auto-import * Code analysis (PyLint replacement, but much faster) * Quick-Fix for problems found in code analysis * Go to definition (Bycicle Repair Man replacement, but much more reliable) * Debug server (allows debugging scripts not lauched from within Eclipse) * Keywords presented as auto-completions as you type * Quick-outline
Cheers,
Fabio

Hi All,
Pydev Extensions version 1.0.1 has been released More details at http://www.fabioz.com/pydev
Pydev - Python IDE (Python Development Enviroment for Eclipse) version 1.0.1 has been released. More details at http://pydev.sf.net
Details for Release: 1.0 .1:
This was a 'single bug' release (it fixes an out-of-memory error when restoring the interpreter).
Cheers,
Fabio

Hi All,
Pydev and Pydev Extensions 1.0.2 have been released
Check http://www.fabioz.com/pydev for details on Pydev Extensions
and http://pydev.sf.net has for details on Pydev
Highlights in Pydev Extensions: -------------------------------
- New feature in the debugger: the console is available for probing when in 'suspendend mode' - New feature in code analysis: Provided a way to consider tokens that should be in the globals - Halt fix when too many matches where found in the go to definition. - Code analysis minor bugs fixed. - Error when opening browser fixed.
Highlights in Pydev: -----------------------
- Jython debugging now working. - Code coverage does not report docstrings as not being executed. - Freeze when making a 'step-in' fixed in the debugger. - Grammar generated with javacc version 4.0
Cheers,
Fabio
participants (1)
-
Fabio Zadrozny