Re: [Pydev-code] Introduction to PyDev list
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2008-11-25 20:50:36
|
Hi Raul, > Hi, > > I'm working on Maemo Eclipse Integration project > (http://maemo.org/development/documentation/ide_integration/) which provides > ESbox (http://esbox.garage.maemo.org) and PluThon > (http://pluthon.garage.maemo.org) Eclipse plug-ins for developing maemo > (http://www.maemo.org) applications with C/C++ and Python. For Python > support, we use PyDev plug-in as base for providing features which help > Python developers to implement interesting applications for maemo platform. > > So far, we have implemented some important, but not too complex features on > ESbox/PluThon based on PyDev. Now, we are facing difficulties to provide > additional functionalities (e.g, suitable PyDev interpreter configurators), > because PyDev does not offer extension points to extend some > functionalities, it has some restrictions on classes/methods/attributes and > other issues. Sorry, but I didn't exactly understand what you need in this area... If you want you can change/implement what you need and send as patches so that we can discuss on those. Also, just so that you know, not in the next release (which should add support for python 3.0 and 2.6), but in the other, there are plans to change the interpreter configuration quite a bit (to have per-project settings and the ability to specify environment variables for each interpreter). > > As an outcomer on this list, I do not want to show a lack of respect for > your good work :) Please, point me to any task or keep me away from any > developing work. > > I'll spend part of my time to look for problems and solutions on PyDev. In > addition, I'll often send reports to this list in order discuss some > possible solutions and add-ons we would like to develop for PyDev with > tracks in Bugzilla and patches as well. I'll be waiting for those ;-) Cheers, Fabio |