[TxMt] Text autocomletion, BBAutoComplete

Sune Foldager cryo at cyanite.org
Tue Aug 9 13:35:12 UTC 2005


On 09/08/2005, at 9.55, Jeroen van der Ham wrote:

> For Python it would work best if the script that generates the  
> candidates
> is written in Python, because of the easy introspection that is  
> possibly
> within Python.

Except that introspection usually (always?) works with the _current_  
program, so the completer would need to somehow load the completee in  
order to gain any advantage from introspection; unless there is some  
magic in Python I don't know about. In ruby it would be like this, at  
least.

-- Sune.




More information about the textmate mailing list