/notepad-plus-plusTCL

Custom Syntax, AutoComplete (and more) for Tcl Language Notepad++.

How to install Syntax Highlighting


Open User Defined Language folder:

1

Copy the tcl2.xml file from the repository to this folder and reload Notepad++:

2

New syntax highlighting appears in the language menu:

3

Write your code:

4

How to install Tcl/Tk auto-completion and function list definition files


Notepad++ uses XML configuration files to define the per-language function and parameter auto-completion. Those AutoComplete files are located in the autoCompletion subdirectory of the Notepad++ install folder. (In older versions, Notepad++ v7.6.1 and earlier, they were found in the plugins\APIs subdirectory of the intstall folder.)

In my case just copy autoCompletion/tcl.xml to C:\Program Files\Notepad++\autoCompletion\ and functionList/tcl.xml to C:\Program Files\Notepad++\functionList\

Reboot Notepad++

Enjoy