Using PIDA with Zope

2007-09-10 Thread sean f
I've just written and published a tutorial on how to use PIDA to develop products for Zope and Plone, you can read it at: http://plone.org/documentation/tutorial/debugging-plone-products-with-pida Feedback welcome :) --~--~-~--~~~---~--~~ You received this messag

Re: can vim detect if it is running in PIDA?

2007-09-10 Thread sean f
Thanks Ali - exactly what I needed.. Now I've got my vim-only .vimrc stuff wrapped in this: if !exists("PIDA_EMBEDDED") " your vim-only commands here endif perfect! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: can vim detect if it is running in PIDA?

2007-09-10 Thread Ali Afshar
On Monday 10 September 2007 22:05:49 sean f wrote: > Thanks Ali - exactly what I needed.. Now I've got my vim-only .vimrc > stuff wrapped in this: > > if !exists("PIDA_EMBEDDED") > > " your vim-only commands here > > endif > > perfect! Maybe you could add this to the hints and tips page on the tr