Re: PyDev users: how do you manage tabs?

2009-07-02 Thread Chris Lawlor
Wayne I can't thank you enough!! As the author notes, the posted code is not cross-platform. I incorporated the fix recommended in the comments and posted here for anyone else that might want it: http://dpaste.com/hold/62468/ works fine on my windows machine, haven't tested on my Linux dev box

Re: PyDev users: how do you manage tabs?

2009-07-01 Thread AmanKow
> I have the same problem in Komodo Edit - although I the whole filename > does show up in the window title I never think to look there. Anyway, > I partially solved it by adding a comment at the top of the file for > what app the file is for, so I'll see what I'm working on right there > in the

Re: PyDev users: how do you manage tabs?

2009-07-01 Thread Chris Lawlor
I have the same problem in Komodo Edit - although I the whole filename does show up in the window title I never think to look there. Anyway, I partially solved it by adding a comment at the top of the file for what app the file is for, so I'll see what I'm working on right there in the editor

Re: PyDev users: how do you manage tabs?

2009-07-01 Thread Steve Howell
On Jun 30, 10:42 pm, Rex wrote: > Kind of a petty question: > > I've been using PyDev to do my Django work and find it to be great. > However, my only gripe is that it's hard to keep track of tabs, since > they display only the (non-qualified) file name, which is a

Re: PyDev users: how do you manage tabs?

2009-07-01 Thread kRON
One thing you can do is turn on the option 'Link with editor' on your package\project explorer view. You have the *down arrow* ['View Menu' tooltip] and an option at the bottom--'Link with Editor'. That way, any active file in the editor will highlight the file in your view, and you can keep

Re: PyDev users: how do you manage tabs?

2009-07-01 Thread Xavier Ordoquy
> For those of you who use PyDev, have you found this to be an issue as > well? Are there any solutions, like a plugin that adds the parent > directory name to the tab? Hello, You get the full name within the eclipse window's name - the one from the window manager. I usually have only one

Re: PyDev users: how do you manage tabs?

2009-06-30 Thread Kenneth Gonsalves
On Wednesday 01 July 2009 11:12:05 Rex wrote: > I've been using PyDev to do my Django work and find it to be great. > However, my only gripe is that it's hard to keep track of tabs, since > they display only the (non-qualified) file name, which is a problem > given Django's very regular naming

PyDev users: how do you manage tabs?

2009-06-30 Thread Rex
Kind of a petty question: I've been using PyDev to do my Django work and find it to be great. However, my only gripe is that it's hard to keep track of tabs, since they display only the (non-qualified) file name, which is a problem given Django's very regular naming scheme. So for example I'll