There are some noteworthy improvements done:
- Preferences may now be saved and persisted per project or to the user settings.
For configuring the preferences, the approach is a bit different from most other Eclipse plugin, as it extends the existing preferences pages instead of creating project property pages and allows saving the options to multiple projects or to the user settings from there.
- The initial PyVmMonitor integration is done (PyVmMonitor is the profiler UI created from the crowdfunding: https://sw-brainwy.rhcloud.com/support/pydev-2014 -- which is currently only available for crowdfunding backers).
- The pytest integration had some critical issues fixed (related to expected failures no longer being reported as failures and conftest loading fixed by automatically running from the proper folder).
- The attach to process is now working in Mac OS.
See: http://pydev.org for more details on the release.
2 comments:
Hi Fabio
Thanks for the work on PyDev! FYI: It seems the website is down (pydev.org) at the moment.
Cheers,
Mark
Thanks for the heads up on the site (it seems it's up to me now, so, probably some intermittent issue on the hosting provider).
Note that there's a mirror at pydev.sf.net (hosted by sourceforge) if that happens again.
Post a Comment