Hi!

Is it possible to write Jython script to PyDev that adds stuff to
auto-completion? Such as

    classifiers = [
            "Programming Language :: Python",
            "[CTRL+SPACE]",
        ]

Would yield the list given in PyPi,
http://pypi.python.org/pypi?:action=list_classifiers

I'm also interested is it possible to modify the script that auto
creates the docstrings, it would be handy if it were in
Eclipse\plugins\org.python.pydev.jython_???\jysrc path so it would be
easy to edit... I know it probably is written in Java at the moment so
it is not in Jython source path.

Currently I'm using Sphinx as doc generation and the @-signs are not
used in rST formatted docs, also the used ''' is something that I
don't use, I have """ in docstrings.

These are matter of taste, but it would be easy to "adjust" the taste
if they were Jython scripts... Sometimes doing elaborate configuration
dialogs is harder to get right, editing the code would be easier to
configure.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to