On Wed, 20 Feb 2008 13:39:04 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
On Tue, 19 Feb 2008 20:37:55 +0100, Tim Michelsen timmichelsen@gmx-topmail.de wrote:
another screen shot from PyDev: http://pydev.sourceforge.net/images/codecompletion/codecompletionattr1.png
For instance Stanis IDE recognises imported modules in python and then provides the namespace as calltip. from easygui import easygui easygui.{msgbox} {choicebox}
These are not calltips, at least not in Geany. You are talking about symbol auto completion. And again, this feature is available but you need some data. At the moment, I'm not sure how to create a tags file for this. Nick, could maybe the --generate-tags be used?
If msgbox and choicebox are things that produce tags if the relevant library source file is loaded, then using --generate-tags and loading the tags file would enable autocompletion for them.
Regards, Nick