[TxMt] Text autocomletion, BBAutoComplete

Jeroen van der Ham jeroen at je-ju.net
Tue Aug 9 20:11:47 UTC 2005


On 09-08-2005 19:38, soryu2 at gmail.com wrote:
> One of the 'problems' I had for my php completions is that a user 
> always can do things like include($HOME_DIR."/this.php"). We surely 
> cannot cope with this because the variable is only available at 
> runtime. And I don't know about your ruby or python magic…

This isn't possible in Python.
And because the completion command is a python script itself, it has the
same environment as the script that is run (if it is run in the same
directory, which I make sure it does).

Jeroen.

-- 
            <http://www.je-ju.net/~jeroen/blog/>



More information about the textmate mailing list