Comment 1 for bug 976817

Revision history for this message
Tony Byrne (tony-badwolf) wrote :

Hi Dražen
 You spotted a design feature in quickly, it acts as its own ide and is tightly coupled with gedit . The quickly developers have even made a few trys at getting quickly to automatically load some ide extensions into gedit. The projects built with quickly are really only complete and stand alone after they are packaged. Using the source tree requires you use quickly run.
 You have discovered the steps needed to integrate with eclipse but as there are many ide choices I suggest we look at using 'quickly add pydev' as the suitable command.

 What I suggest for getting your perfect work flow is to create a toolkit for pydev integration
$ quickly quickly ubuntu-cli toolkit
copy the add.py command from ubuntu-application into your toolkit
$ cp /usr/share/quickly/templates/ubuntu-application/add.py ~/quickly-templates/toolkit
$ mkdir ~/quickly-templates/toolkit/store
then put the necessary code mentioned above into ~/quickly-templates/toolkit/store/pydev.py

After that you can run
$ quickly -t toolkit add pydev
 within any of your projects. When the "add pydev" command is perfected submit a patch, then you won't need the "- t toolkit" parameter.