Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] TCL Keyword Extension Point

Hi Dean,

The correct fully qualified interface name is org.eclipse.dltk.tcl.core.ITclKeywords
I've fixed the extension point definition in CVS.
You can use the next integration build from 2.0 stream (or M3 scheduled at the beginning of the next week).

Or are you working with released 1.0 version? If yes, then we'' release next 1.0 maintenance build.

Regards,
Alex

----- Original Message -----
From: "Dean Glazeski" <dnglaze@xxxxxxxxx>
To: dltk-dev@xxxxxxxxxxx
Sent: Friday, October 30, 2009 10:21:02 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] TCL Keyword Extension Point

Hi list,

I just installed the dynamic language toolkit and was interested in extending the TCL editor so that I could use it for editing configuration files for OpenOCD.  This project adds additional commands to the TCL language for configuring targets and other items related to embedded system development.  These commands are not standard TCL, but it would be a waste of time for me to reimplement the editor.

Right now, I'm experiencing a problem where Eclipse cannot find the ITclKeywords interface.  It appears that the package 'org.eclipse.dltk.tcl' is not exported by the plug-in.  Is this how it's intended to be or are developers for projects outside of DLTK allowed to implement the 'org.eclipse.dltk.tcl.core.tclkeywords' extension point?

Any help would be appreciated.  Thanks.

// Dean Glazeski

_______________________________________________ dltk-dev mailing list dltk-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dltk-dev

Back to the top