On Mon, 18 Feb 2008 14:22:01 +0000 (UTC) Tim Michelsen timmichelsen@gmx-topmail.de wrote:
[...]
I have one question though: Does Geany support or will it support calltips for the following languages:
- python like for instance in Editra:
http://editra.org/images/preview/Windows/editra_pycomp.png
- xhtml
- CSS
As Enrico said, the screenshot shows autocompletion entries. For Python and CSS (and maybe XHTML) you can generate a global tags file which will enable autocompletion for any symbol names that would normally appear in the symbol browser.
See: http://geany.uvena.de/manual/0.13/index.html#tags
Actual calltip support (shown when typing function arguments) for more languages is on the TODO list, but is not a high priority at the moment (ideally someone familiar with each language and C would extend the current parsers).
Regards, Nick