Re: [Pydev-code] Model/hyperlinking checkin
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-04-16 17:12:13
|
Bill Wright wrote: > Aleks, > > Dana and I have been pretty tied up getting ready for our JavaOne > presentations, so this has been idle for a little bit. But I did get your > new code and the changes to the run configuration work fine. There were a > couple nice features that got lost, though. The other PythonTab had > "Browse..." buttons for the run directory and other configuration options so > you didn't have to type in a nasty pathname if you didn't want. It also > error-checked the input and wouldn't try to run a script that didn't exist > or run in a directory that didn't exist, etc. I'll try to merge those > features into the one-true-PythonTab when I get a chance. Oops, I never use those functions so I did not miss them. It'd be great if you could merge them in. > I tried to use the hyperlinking that you mentioned, but I guess I don't know > how to activate it. I have an interpreter configured (it's just "python" > which seems to work ok for the run configuration since it's in my %PATH%). > What should happen> If I hit CTRL-SPACE I do see some rogues' names ;-) Just press CTRL, like in the java editor, and mouse over. Lots of words will highlight, but only local function calls and simple imports will take you to their definition. Aleks |