[Pydev-users] [pydev - Users] RE: OS X - basic PyDev run problem

2007-11-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4652184 By: kngpengwin thanks for the quick reply. I just submitted it as a bug. __ You are receiving this email because you elected to mo

[Pydev-users] [pydev - Users] RE: mylar?

2007-11-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4652168 By: fabioz Just as a note: I've just removed the mylar dependencies from the update site (but you still have to uncheck mylyn if you don't want it installed). Cheers, Fabio __

[Pydev-users] [pydev - Users] RE: OS X - basic PyDev run problem

2007-11-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4652140 By: fabioz I've taken a look at it, and it appears that org.python.pydev.debug.ui.launching.AbstractLaunchConfigurationDelegate must override org.eclipse.debug.core.model.LaunchConfigurationDelegate#get

Re: [Pydev-users] indentation options feature request (and meta question)

2007-11-30 Thread Tim Diggins
On 30 Nov 2007, at 16:30, Fabio Zadrozny wrote: > p.s. I'm starting to take a look at the bug requests now (I've just > returned from my vacations) bug *requests* - I didn't know you responded to those!? ;-> but seriously, great you're looking into those. -

Re: [Pydev-users] Ctrl-click vs Python go to definition ('F3')

2007-11-30 Thread Fabio Zadrozny
> Ok I made a feature request for THIS one. > https://sourceforge.net/tracker/index.php? > func=detail&aid=1841542&group_id=85796&atid=577332 > > What about the idea of improving go-to-definition so that it use > pydev-extensions code-analysis information (to effectively select the > right one from

Re: [Pydev-users] indentation options feature request (and meta question)

2007-11-30 Thread Fabio Zadrozny
> I created a couple of feature request recently, and wasn't sure how the best > way to do this was - should make it directly (will it get any of your > mindshare fabio?) or should I talk about it here first? (ditto bug-reports, > which I've made a few just now, with nice test cases) > > I enclose

[Pydev-users] [pydev - Users] OS X - basic PyDev run problem

2007-11-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4652041 By: kngpengwin I'm new to Python and just installed PyDev for Eclipse 3.3 on OS X (v 10.4). I'm able to create a new project, and it runs, but before it runs ALL of my other C/C++ projects are rebuilt (

[Pydev-users] indentation options feature request (and meta question)

2007-11-30 Thread Tim Diggins
Hi all (and particularly fabio) - I created a couple of feature request recently, and wasn't sure how the best way to do this was - should make it directly (will it get any of your mindshare fabio?) or should I talk about it here first? (ditto bug-reports, which I've made a few just now, wi

Re: [Pydev-users] Ctrl-click vs Python go to definition ('F3')

2007-11-30 Thread Tim Diggins
On 29 Nov 2007, at 23:41, Fabio Zadrozny wrote: > Actually, ctrl+click is the same as F3 -- with one fundamental change: > it will always show the 1st result and won't present the list for > choosing one of the available found definitions -- that's mostly > because of historical things -- I think