close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 20, 2012, 10:29:30 AM (14 years ago)
- Author:
-
Jorge
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 73 | 73 | * Improved tab navigation |
| 74 | 74 | * Solved some bugs with date cells. |
| 75 | | * '''(josp?)''' |
| 76 | 75 | |
| 77 | 76 | == GuiTools == |
| … |
… |
|
| 104 | 103 | * install from zip file: needed where no internet conection is available. |
| 105 | 104 | * New visual tool for scape strings in ''editor'' and ''eval'' window |
| 106 | | * Allowing syntax check with {{{#Embed}}} |
| | 105 | * Improved syntax check to work with {{{#Embed}}} |
| 107 | 106 | * project.ini can be specified at command line, in this way all project configuration file can be stored relative to the project directory structure. |
| 108 | | * Patched a bug with blt::busy which was generating a random bug |
| | 107 | * Patched a bug with {{{blt::busy}}} which was generating a random bug |
| | 108 | * Implemented the command {{{toltcl::eval}}} which make easier the access to the results of tol expression from Tcl. |
| | 109 | * implemented the command {{{tol::foreach}}} to iterate {{{Set}}} elements with a similar syntax as foreach in Tcl. |
| 109 | 110 | |
| 110 | 111 | == TolServer/RMTPS == |