Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » How to add additional commands to the TCL syntax highlighter?
How to add additional commands to the TCL syntax highlighter? [message #1730327] Mon, 25 April 2016 00:16 Go to next message
Frank Gover is currently offline Frank GoverFriend
Messages: 3
Registered: April 2016
Junior Member
Hi,

I have files and TCL packages that have procedure definitions that are used in my main files.

Is there an easy way to expand the syntax checker so these procedure names/commands are recognized?

Ideally it should be as easy as passing a file with the desired information in some simple format.

What I want to prevent is a typo in this commands. If the command is identified it can be highlighted in a different color. If I have a typo it will not be in that color.

Thanks in advance,
Frank
Re: How to add additional commands to the TCL syntax highlighter? [message #1732637 is a reply to message #1730327] Wed, 18 May 2016 17:22 Go to previous message
George Borisov is currently offline George BorisovFriend
Messages: 1
Registered: May 2016
Junior Member
Hi Frank,

You've probably figured it out by now, but you can add commands using the "org.eclipse.dltk.tcl.core.tclkeywords" extension point.


Best regards,

George
Previous Topic:DLTK 5.4 Release date?
Next Topic:ShellEd deleting leading whitespace on "}"
Goto Forum:
  


Current Time: Fri Apr 19 19:33:43 GMT 2024

Powered by FUDForum. Page generated in 0.03673 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top