Look like I am a new breed.  I work better with GUI.  I use Elipse/PyDev.  I
am a heavyweight Software Engineer.  I am doing some personal experiment
tho.  I am trying to come up with the IDE that fully integrate with Trac.

Since I am just newbie in Trac, don't use my solution yet :).  Here is what
I am using.

 IDE : Eclipse with some plugins
    - PyDev plugin for Python
    - Subclipse (SVN client)
    - Mylar plugin that allow you to see Trac ticket on Eclipse

  There is some drawback to Eclipse, I can't compile the trac on it.  I
still have to go back to the shell to do the compilation part.  However,
making the .egg as link really helps.

  I got this from PluginDevelopment section
http://trac.edgewall.org/wiki/TracDev/PluginDevelopment.  There should also
be similar thing for Trac development to let you see new changed as you
change the source code.

I do like Vim a lot too as you can automate many things through scripting
function during the development.  I will definitely try it out.

 Perhaps we should have one section on Wiki with set of recommended IDE and
recommended configurations.  Vim/Emac is surely one of them.

-- Deen

On 5/22/07, Tim Hatch <[EMAIL PROTECTED]> wrote:
>
>
> > * Do you develop on the target installation or do you modify files in
> > your local directory and run the install process again?
>
> I do a basic
>
> $ python setup.py develop
>
> and don't keep too many different versions around at once.  I second
> the argument in favor of tracd with the reload flag.
>
> > * Do you use any IDE for extra convenience in trac or plugin
> > development.
>
> "IDE" no.  Most development I do is local to the machine, so I use
> skEdit (OSX) or gedit (Linux).  Any remote editing is done in vim --
> in spite of me being a fan of emacs I don't think it belongs on
> servers.
>
> Tim
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to