[Pydev-code] Model/hyperlinking checkin
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-04-15 23:31:42
|
Hi, I've just checked in tons of changes. Hyperlinks now work on local function calls, and imports. import sys # hyperlinking works here def simple(): print "hello" simple() # and here. For the sys to open up, you'll need to configure your interpreter in preferences. I am not doing true import search yet. For now only . and python/Lib are in the search path. The full solution will take some work, this is good enough for me. Model received some more work to make all this possible. Look inside ModelUtils for new findFunction/findImport functionality. In debugger, I've removed the PythonTab from Bill, since same functionality was available in the old tab code. Python should still be launchable in "Run last launched", I just removed the category from plugin.xml. Now I am back to the debugger. I am starting to lean towards implementing my own debug protocol from scratch. I might implement more code hyperlinks as I need them. Any news? Aleks |