On Mon, 29 Jun 2009 11:55:49 +0200, Filip wrote:
Hey Filip,
I wonder, if it is possible to provide better suggestions for Python. Right now only the name of a function is provided. Is it possible, to provide also names of args?
we are talking about the standard Python functions, not those you have defined in your open files, right?
Or maybe you could point me the code, where it is made. I doubt, if I manage to change, but maybe it's simple enough to try it ;-)
If the above is true, have a look at scripts/create_py_tags.py in the Geany source directory. This script is used to generate the python tags file of the standard functions. And this surely can be improved heavily and since you know Python, it maybe isn't too hard. Any improvements are welcome.
Regards, Enrico