-
Note that you can already use Ctrl+2+w to make the wrapping correct in comments (although that's not currently applied automatically in the code formatting)
2010-01-06 14:03:45 UTC in Pydev for Eclipse
-
I've just uploaded a nightly build where you should be able to use scripting to customize that...
You can test it by getting the nightly (see: [http://pydev.org/download.html][1]) and checking the comments on
[/org.python.pydev.jython/jysrc/pytemplate_defaults.py][2]
Cheers,
Fabio
[1]: http://pydev.org/download.html
[2]: http://github.com/aptana/Pydev/blob/master/plugins.
2010-01-06 00:29:50 UTC in Pydev for Eclipse
-
Tab and Shift-Tab (note that you can do that with multiple lines selected).
Cheers,
Fabio.
2010-01-05 22:41:16 UTC in Pydev for Eclipse
-
No problems... that's not really so uncommon :)
Cheers,
Fabio.
2010-01-05 19:35:39 UTC in Pydev for Eclipse
-
Maybe it's getting the wrong wx? What does it print in the pydev console when you do:
> import wx
>
> print wx
>
> print '\n'.join(dir(wx))
Cheers,
Fabio.
2010-01-05 18:55:48 UTC in Pydev for Eclipse
-
Ok, I've been able to reproduce it here... Please enter a bug so that you can keep track of it and we can communicate there (and keep things in the bug tracker).
Cheers,
Fabio.
2010-01-05 12:48:22 UTC in Pydev for Eclipse
-
Probably your PYTHONPATH is configured differently in the command line and within eclipse.
To check it, just run: import sys;print '\n'.join(sys.path) from eclipse and from the command line and add the missing paths to your interpreter configuration as in: [http://pydev.org/manual\_101\_interpreter.html][1]
Cheers,
Fabio
[1]: http://pydev.org/manual_101_interpreter.html.
2010-01-05 12:34:41 UTC in Pydev for Eclipse
-
Not sure why this happens -- it's not really related to pydev, but to the eclipse install manager and linux/accounts.
My suggestion would be installing eclipse/pydev as root (which **should** make it work -- but then again, you won't be able to access it when not under root).
Cheers,
Fabio.
2010-01-05 12:29:48 UTC in Pydev for Eclipse
-
It' seems that the problem is that pyreadline is not able to work when working in the eclipse console (so, pyreadline_codepage stays None).
Not something fixable in pydev.
The problem is that the eclipse console is not a real terminal (and will probably never be due to java limitations... so, the option would be having the pyreadline add the support for running in that environment or...
2010-01-05 12:09:46 UTC in Pydev for Eclipse
-
Please see the info at: [http://pydev.org/faq.html#how\_do\_i\_report\_a\_bug][1] for info on how to report halting problems.
Cheers,
Fabio
p.s.: You may want to try to update to the current nighly build as there was a halting problem fixed in it (see [http://pydev.org/download.html][2] for info on how to get it).
[1]: http://pydev.org/faq.html#how_do_i_report_a_bug
[2]...
2009-12-31 10:25:12 UTC in Pydev for Eclipse