-
When editing Java, Eclipse allows to expand and restore the current selection using Alt-Shift -Cursor Keys.
E.g. The Alt+Shift+Up shortcut is really useful: Expand selection to enclosing element.
Seems this currently does not work with Pydev. It would be nice to have this feature for Python, too.
2009-10-22 16:18:02 UTC in Pydev for Eclipse
-
I have the same problem with TurboGears (SQLAlchemy) model classes. All members which are dynamically added give this "undefined variable" errors. Very annoying, because these classes are used a lot in TurboGears/SQLAlchemy.
2009-09-23 10:41:44 UTC in Pydev for Eclipse
-
The issue is with negative numbers if Auto-Format is on, and "use space before and after operators" is selected.
This has already been addressed in 2682974, but still does not seem to work in some cases.
E.g., while in the line "a = -1" no blank is inserted before "1", in the line "return -1" the blank is still inserted, i.e. I get "return - 1".
2009-09-23 10:37:51 UTC in Pydev for Eclipse
-
Improved the last fix in r96 so that est_multibuild3 works again. The original problem has been solved as well. I think we can close this now.
2009-09-12 18:12:50 UTC in wordaxe
-
cito committed revision 97 to the wordaxe SVN repository, changing 1 files.
2009-09-12 18:09:58 UTC in wordaxe
-
cito committed revision 96 to the wordaxe SVN repository, changing 1 files.
2009-09-12 17:46:25 UTC in wordaxe
-
Just checked in a test case (test_multibuild3) using rst2pdf that fails with the latest fix r93, but works with the fixes r91 and r92. This will help creating a proper fix - I will work on this later this weekend.
2009-09-11 19:44:17 UTC in wordaxe
-
cito committed revision 95 to the wordaxe SVN repository, changing 1 files.
2009-09-11 19:34:52 UTC in wordaxe
-
Thanks - I was able to install it from the new site now.
2009-09-07 21:41:47 UTC in Pydev for Eclipse
-
That makes sense. But it would be nice to have it on the new update site as well.
It's only needed for the integration with the Pydev package explorer, right?.
2009-09-07 20:42:07 UTC in Pydev for Eclipse