This is README file for TCL Developer Studio.
The main purpose of TCL Developer Studio project is creating a useful framework
for working with TCL projects.
Now it is in beta stage, but I use it to develop TCL Developer Studio itself.
- Plans
- Complete editor with syntax 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 are implemented.
Syntax indent.
Clipboard support.
Syntax highlighting (for comments and keywords)
Rich find functions
Printing by using a2ps
Files Tree:
Parse files and show procedures. You can use this for fast navigation in file. Project Management.
Simple project management 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 debugger from TCLDevStudio.
Project file.
The project file format was changed in version 0.19.
Now, the project settings starts from ##TCLDevStudioProject comment
and ends in ##TCLDevStudioProject_END comment
There are a set of other comments between this two comments.
These comments will be deleted during reading project file.
All strings will be saved in temporary file, uncomments, and this file will be loaded into the tcl.
ATTENTION!!!
This format is not compatible with previous versions.
The home page for the package is http://www.star.spb.ru/~small/tcldev/ . Email me at small@star.spb.ru to report problems, ask questions, submit patches.
