Re: [Komodo-discuss] Autocomplete for Tcl?
by Jeff Hobbs other posts by this author
Jul 8 2008 10:54AM messages near this date
view in the new Beta List Site
[Komodo-discuss] Autocomplete for Tcl?
|
Re: [Komodo-discuss] Autocomplete for Tcl?
Hi Tom,
Tom SAVELL wrote:
> I use Komodo for Tcl development. I really want auto-complete. But it
> seems like it is not implemented for Tcl.
>
> How can I get auto-complete for Tcl?
Komodo does have auto-complete for Tcl among its stable of dynamic
language intelligence. If you are in a recognized Tcl file (by default,
anything with .tcl), and type something like 'nam...' you should see the
dropdown with all the 'namespace' options. In addition, you will have
calltips when no further options are available.
It is possible to have this turned off in Preferences -> Code
Intelligence, but it is on by default.
> The other editor I have used made it very easy to implement
> auto-complete, and they included a basic Tcl auto-complete template. I
> was able to easily edit the template to customize it to my preferred style.
It is easy to extend the default set of known commands. These are in
/path/to/Komodo/lib/support/tcl/ as the *.tip files. You can create
your own .tip or extend those (they are text files in a simple format).
Regards,
Jeff
_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
Thread:
Tom SAVELL
Jeff Hobbs
Tom SAVELL
Eric Promislow
Trent Mick
Troy Topnik
Tom SAVELL
|