Here are the steps
- download the appropriate Tcl manuals from here
- For example: Tcl/8.5.7 documents
- unzip the html files to an appropriate location.
- for our example: 'C:\Tcl\doc\html'
- open eclipse, Menu->window->preferances->Click
- Tcl->Man Pages->Configure->Add->Click
- Alternatively, in the filter type: 'man' t\and select Tcl/Man pages.
- Name: Tcl/Mans
- Add->Click
- Folder: 'C:\Tcl\doc\html'
- Ok, Ok, Ok
Test it
press F2 on the 'proc', 'set' or 'lappend' keywords to start using the help...
Enjoy...
Sources
1. Tcl manuals
2. The guide I used to connect eclipse and the Tcl manuals
Thanks
ReplyDelete-Aravind