Sunday 15 February 2009

Adding Code Intelligence to Komodo

Writing programs in Python using PyGTK can be hard as the documentation is not consistent and somewhat outdated.

Adding Code Intelligence to the Komodo IDE is a matter of adding a specific XML-File to the IDE. Here is the link to the CIX-Files that do the trick:
http://community.activestate.com/files/gtk._gtk.cix_.gz
http://community.activestate.com/files/gtk_v2.cix_.gz
Extract the files to a directory. Add the two under Edit/Preferences/CodeIntelligence "Add an API Catalog...".

Viola. You have code completion.

No comments: