Ok, this release is taking more time than usual. What happened is that the main target of the release changed after I started working on it (due to popular demand).
So, the next 2 releases will be targeted at those that use unit-tests a lot -- such as myself :)
I won't put on more details right now, but as soon as things are ready for testing (probably at mid-end December) I'll post again about it.
In the meanwhile, critical bugfixes are being fixed and nightly builds are being issued with those fixes if anyone needs those. So, the current nightly is actually the last stable version + bugfixes -- new things are in a branch called 'nose' -- which should give a hint on what's being worked on from its name :)
Sunday, November 21, 2010
Tuesday, October 05, 2010
Pydev 1.6.3 released
Yes, Pydev 1.6.3 is out.
This is mostly a bug fix release, but there are still some noteworthy things, such as new icons, a better editor preferences explaining how to properly configure the themes when using Aptana themes and an improved code-completion for keywords.
See the full details at http://pydev.org/
Enjoy!
This is mostly a bug fix release, but there are still some noteworthy things, such as new icons, a better editor preferences explaining how to properly configure the themes when using Aptana themes and an improved code-completion for keywords.
See the full details at http://pydev.org/
Enjoy!
Tuesday, September 07, 2010
Pydev 1.6.2 released
The latest Pydev version is out.
The Django Templates Editor is the major thing in this release, supporting html files with html, css and javascript.
The current Pydev is now also integrated in Aptana Studio 3, so, a full download where Pydev (with the Django templates editor) is already pre-installed is available at: http://aptana.com/products/studio3/download.
Also noteworthy is that the Python 2.7 grammar is fully supported (and a bunch of bug fixes have been made available).
The Django Templates Editor is the major thing in this release, supporting html files with html, css and javascript.
The current Pydev is now also integrated in Aptana Studio 3, so, a full download where Pydev (with the Django templates editor) is already pre-installed is available at: http://aptana.com/products/studio3/download.
Also noteworthy is that the Python 2.7 grammar is fully supported (and a bunch of bug fixes have been made available).
Thursday, August 19, 2010
Django Templates Editor
Note: The new recommended way of having a Django Templates Editor is by using LiClipse: http://brainwy.github.io/liclipse/ (which is a commercial counterpart made to keep PyDev supported, as such it has PyDev standalone and a bunch of other goodies builtin).
Aptana Studio 3 still has PyDev and its own Django Templates Editor, but the bundled PyDev version is not kept up to date.
Below are more details on the integration on Aptana Studio 3 (using the Aptana Themes)

The highlighted tokens are the ones defined in the templates in the "Django tags" context (so, tags to be highlighted can be added or removed).

Also, there's code completion based on templates for the django-templates related stuff and pretty nice html completions inherited from the Aptana html editor.
The image below shows the html completions, a django-templates template completion and its result and a django-templates template completion for the filters.

That's it for now. Please grab it and let me know if it's working or if there's a bug lying around there so that it can be fixed before the official release :)
Aptana Studio 3 still has PyDev and its own Django Templates Editor, but the bundled PyDev version is not kept up to date.
Below are more details on the integration on Aptana Studio 3 (using the Aptana Themes)

The highlighted tokens are the ones defined in the templates in the "Django tags" context (so, tags to be highlighted can be added or removed).

Also, there's code completion based on templates for the django-templates related stuff and pretty nice html completions inherited from the Aptana html editor.
The image below shows the html completions, a django-templates template completion and its result and a django-templates template completion for the filters.

That's it for now. Please grab it and let me know if it's working or if there's a bug lying around there so that it can be fixed before the official release :)
Tuesday, August 03, 2010
Pydev 1.6.1 released
This release was anticipated a bit because of a critical fix to the debugger, which was not working in python 3 (the thread module was renamed to _thread and this wasn't properly dealt with).
Also noteworthy in Pydev 1.6.1:
There are actions to restart the last launch (Ctrl+Shift+F9 in pydev editor) and terminate all launches (Ctrl+Alt+F9 in pydev editor). Buttons were also added in the console output view of pydev launches to activate those (so, it's now easier to restart a given launch after code-changes).
2to3 is now integrated in pydev. To use it right click a folder or file and choose the menu "Pydev > Apply 2 to 3".
Enjoy!
Also noteworthy in Pydev 1.6.1:
There are actions to restart the last launch (Ctrl+Shift+F9 in pydev editor) and terminate all launches (Ctrl+Alt+F9 in pydev editor). Buttons were also added in the console output view of pydev launches to activate those (so, it's now easier to restart a given launch after code-changes).
2to3 is now integrated in pydev. To use it right click a folder or file and choose the menu "Pydev > Apply 2 to 3".
Enjoy!
Subscribe to:
Posts (Atom)