-
Fixed (a new nightly with that fix was just released, so, if you can get it and check if it works for you, that'd be nice)
Git: 2bc022c 1262986624 2010-01-08.
2010-01-08 21:44:38 UTC in Pydev for Eclipse
-
Are your sources under a source folder? Is auto-build activated? Do you have some error in your error log?
Cheers,
Fabio.
2010-01-07 13:15:26 UTC in Pydev for Eclipse
-
If you want to see the output, you shouldn't ask the wx.App to redirect the output (so, use wx.App(redirect=False) instead of wx.App()).
Cheers,
Fabio.
2010-01-07 10:27:46 UTC in Pydev for Eclipse
-
Take a look at http://showmedo.com/ (there are some interesting videos that might help you out there).
Cheers,
Fabio.
2010-01-07 00:32:20 UTC in Pydev for Eclipse
-
Added it to the source menu for 1.5.4.
2010-01-07 00:12:03 UTC in Pydev for Eclipse
-
This question would be more suitable for stack overflow or the python-list (as it's not really how to program in pydev, but in python in general).
Cheers,
Fabio.
2010-01-07 00:11:38 UTC in Pydev for Eclipse
-
Yes, if the source folder itself was a link, it should work (note that another thing that may not work properly is code-completion).
Cheers,
Fabio.
2010-01-06 23:57:08 UTC in Pydev for Eclipse
-
Ok, I actually fixed it yesterday, so, you should be able to get the latest nightly build with that fixed.
Cheers,
Fabio.
2010-01-06 23:55:49 UTC in Pydev for Eclipse
-
Fixed on the latest nightly build (will be released for 1.5.4)
2010-01-06 23:54:53 UTC in Pydev for Eclipse
-
That's something not supported by Pydev. Links are only supported up to the source folder level (so, you can have a source folder that's a link). Files/folders that are links beneath the source folder are not supported by Pydev.
There are no plans to support that feature (mostly because links in the eclipse environment are not seen anywhere else, so, PyLint wouldn't be able to see them -- nor...
2010-01-06 20:49:34 UTC in Pydev for Eclipse