[Pydev-code] Jython script for auto-completion
Brought to you by:
fabioz
From: Jari P. <spa...@ok...> - 2010-04-09 22:10:14
|
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. |