2

I have installed "Dynamic Languages Toolkit" (tried versions 2.0 and 4.0) on Eclipse Juno, but although I added "Dynamic Languages Toolkit - TCL Development Tools", the Tcl code does not get syntax highlighted, nor do Shell scripts. I read that even syntax help (proposals for options) is available, but it won't work.

Any help would be appreciated. Thanks in advance.

Holger Jakobs
  • 984
  • 3
  • 11
  • 32

2 Answers2

1

Try this: http://blogsai.wordpress.com/2009/10/15/configuring-eclipse-as-tcltk-ide/

Its a little out dated but I remember that this worked just when it says use:

http://download.eclipse.org/technology/dltk/updates-dev/1.0/

Instead use this:

http://download.eclipse.org/technology/dltk/updates-dev/3.0/

But I would advise you to use vim. because vim rules :)

Darkninja
  • 507
  • 5
  • 10
1

If you have opened the file before you installed the Dynamic Languages Toolkit (DLTK) then you might have associated your .tcl file with the eclipse default editor which does not do the syntax highlighting.

In the Project Explorer (left hand side) right click on the file you wan to edit and select

Open With --> Tcl Source Editor

or if that isn't available

Open With --> Other...

and scroll down to "Tcl Source Editor"

Ronny Andersson
  • 1,558
  • 13
  • 12