hi
I rewrote autocompletion-plugin which is now called 'completion-plugin'.
there are some cool new features:
- new GUI (inspired from desire-data) - added an option file - auto-creation of completed objects (via Return key) - added a 'save_mode' so pd remembers keywords for send/receive/table, etc.. - added a nearly-bash-completion mode - completions update as you type ...
there is a video demo there: http://vimeo.com/23557543
you can grab the code there: http://github.com/gusano/pd_stuffs/tree/master/gui-plugins/completion
requirements: - pd-0.43 - tcl8.5
I could test it on linux and osx only.
OSX note: there are some focus problems with tcl8.5 (x11), but not with tcl8.5 built with aqua support.
as usual, bug reports are welcome ;)
cheers, _y