embedded meld

2007-09-20 Thread sean f
Was researching some ideas for embedding meld in PIDA, and I came across this post from Ali on meld-list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg00110.html What was the outcome here? I certainly don't see an embedded meld in PIDA... was there some sort of licensing issue?

Re: Using Meld and CVS

2007-09-17 Thread sean f
On Sep 14, 2:56 am, David [EMAIL PROTECTED] wrote: Hi, Right now nothing happens when I want to display the differences with my CVS base or to check-in / out. Where do I configure that? I don't use CVS, but I've got my svn client configuration set to use meld to display diffs:

Filewatcher + gamin

2007-09-17 Thread sean f
I've installed gamin and enabled the filewatcher. I sort of expected this to give me some sort of indication of file modification status in the PIDA buffer list, but I don't see anything. What exactly does the filewatcher feature do? What should I be looking for?

Small problem with PIDA wiki

2007-09-13 Thread sean f
The Trac logo at the top of http://pida.co.uk/trac/ links to http://example.org/ - just a little bit annoying, because I keep clicking it to get back to the top of the wiki :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Using PIDA with Zope

2007-09-11 Thread sean f
On Sep 11, 3:52 am, Ali Afshar [EMAIL PROTECTED] wrote: On Monday 10 September 2007 22:03:26 sean f wrote: 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

How to stack plugin panels?

2007-09-06 Thread sean f
I'd like to rearrange the layout of some of the plugin panels, but I'm not sure how to do it. I know I can drag them around to top/right/bottom/left - but what I want to do is to have two plugins visible simultaneously on the left side of the screen, as shown in your Windows screenshot here:

Debugger - how to set a breakpoint in code

2007-09-05 Thread sean f
I'm trying to figure out how to use the debugger plugin to debug Zope applications. With pdb, I would insert import pdb; pdb.set_trace() where I want my code to stop and drop into pdb. I'd like to be able to use a similar technique to have the code stop and attach to the rpdb2 debugger plugin