Re: [Pydev-code] Pydev and Pydev Extensions 1.0.4 release
Brought to you by:
fabioz
From: Eric W. <wit...@sn...> - 2006-04-03 20:47:22
|
Hey Fabio - first of all, nice job as always. I look forward to each new release now to see what you have in store. I have one request: could you tag the codebase in CVS whenever you do a release? I see a tag for v1.0.3, but not 1.0.4. I have some custom Eclipse plugins that I need to keep up-to-date with your latest releases, and the easiest way is to check out a particular TAG. Thanks, Eric Wittmann Zoundry LLC Fabio Zadrozny wrote: > Hi All, > > Pydev and Pydev Extensions 1.0.4 have been released > > Check http://www.fabioz.com/pydev for details on Pydev Extensions > > and http://pydev.sf.net for details on Pydev > > Release Highlights in Pydev Extensions: > ----------------------------------------------------------------- > > - Interactive Console binded to the Pydev Editor > - Bug-fixes > > > Release Highlights in Pydev: > ---------------------------------------------- > > - Added jython scripting > - Added an 'easy' way to bind actions after Ctrl+2 (to make scripting > easier) > - Added a way to list things binded with Ctrl+2 (To see: Ctrl+2+help) > - Added a 'go to next problem' with jython scripting capabilities, as a > first example on how to script Pydev with Jython (Ctrl+.) > - A brand new indentation engine is available: > > * Does not try to make different indentations inside multilines > * Does not try to add spaces to make smart-indent when in only tabs mode > * Indents correctly after opening some bracket or after closing some > bracket > * Indents to 'expected level' when hitting tab > > - Fixed bug: syntax error described instead of throwing an error > - Profiled Pydev (not that much, but still, I hope you'll be able to > 'feel' it) > - Fixed bug: the pythonpath was not added when additional environment > variables where specified > - And as always, other bugs have been fixed > > > What is PyDev? > --------------------------- > > PyDev is a plugin that enables users to use Eclipse for Python and > Jython development -- making Eclipse a first class Python IDE -- It > comes with many goodies such as code completion, syntax highlighting, > syntax analysis, refactor, debug and many others. > > > Cheers, > > -- > Fabio Zadrozny > ------------------------------------------------------ > Software Developer > > ESSS - Engineering Simulation and Scientific Software > http://www.esss.com.br > > Pydev Extensions > http://www.fabioz.com/pydev > > Pydev - Python Development Enviroment for Eclipse > http://pydev.sf.net > http://pydev.blogspot.com |