-
Currently PyDev shows a warning/error for several things, like unused parameters, unused imports and so on. It would be nice if PyDev would also show a similar warning for missing doc-strings.
2009-01-08 12:59:30 UTC in Pydev for Eclipse
-
Currently PyDev moves the import when using the auto-import feature to the top of the file; it would be nice if there was another option to move the import to the top of the current function, generating a local import.
2008-12-03 16:30:18 UTC in Pydev for Eclipse
-
It would be nice if during automatic automatic docstring generation PyDev would insert a space between @param tags and include @return tag always too:
def foo(one, two):
'''
@param one:
@type one:
@param two:
@type two:
@return:
@rtype:
'''.
2008-12-03 16:28:46 UTC in Pydev for Eclipse
-
PyDev right now automatically adds the @param tags for parameters with the "Make Docstring" auto-completion feature (optionally @type tags can be added too if configured to do so), and it works great.
I propose that PyDev should also include the @return tag (and optionally @rtype tags) to the docstring. Even if a method does not actually return anything, it is easy to just delete these two...
2008-07-03 16:31:44 UTC in Pydev for Eclipse
-
nicoddemus committed patchset 5 of module src to the PyGUIUnit CVS repository, changing 2 files.
2004-11-24 16:20:51 UTC in PyGUIUnit
-
nicoddemus committed patchset 4 of module src to the PyGUIUnit CVS repository, changing 3 files.
2004-11-24 15:36:48 UTC in PyGUIUnit
-
nicoddemus registered the Hydra Distributted Compilation System project.
2004-11-23 18:57:05 UTC in Hydra Distributted Compilation System
-
nicoddemus committed patchset 3 of module src to the PyGUIUnit CVS repository, changing 5 files.
2004-11-22 20:58:43 UTC in PyGUIUnit
-
nicoddemus committed patchset 2 of module src to the PyGUIUnit CVS repository, changing 3 files.
2004-11-22 20:16:51 UTC in PyGUIUnit
-
nicoddemus committed patchset 1 of module src to the PyGUIUnit CVS repository, changing 9 files.
2004-11-22 19:59:26 UTC in PyGUIUnit