This is README file for TCL Developer Studio. The main purpose of TCL Developer Studio project - is creating usefull framework for working with TCL projects. Now it is in early alfa stage. It is have a set of errors and many of features is not realised. But I use it for develop TCL Developer Studio itself. And now it work, and have some features. Plans: Complete editor with sintax colorizing and many other features. Build-in debugger. CVS-control interface. Complete project management. Implemented features: Editor: Multi-file editor. Open, save, save as, and close operations is implemented. Sintax indent. Clipboard support. Sintax highlighting (for comments and keywords) Rich find functions Files Tree: Parse files and show procedures. You can use it for fast navigation in file. Project Management. Simple project managament implemented. You can Run your scripts from TCLDevStudio. The standard and error output from your script will redirected into the output window. You can call debuger from TCLDevStudio. Project file. The ordinary project file is used as project file. All project settings stores in comments. Then you open such tcl file, the TCLDevStudio asks you to load it as project file. If you answer yes, the project settings will loaded from this file. You can use different settings for different platform. The project file should contain ##TCLDEvStudioProject string in any place. All settings are stored after ##TCLDEvStudioProject string. For example see tcldev.tcl file.