cmdr
Check-in [4d0064e1b1]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Extended color definition code with recognition of symbolic escape code sequences.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4d0064e1b186f75ba6e752fecce5beb715b751b1
User & Date: aku 2014-08-15 17:52:57.838
Context
2014-08-15
17:55
Fix left-over oops. check-in: 6e34f0dec4 user: aku tags: trunk
17:52
Extended color definition code with recognition of symbolic escape code sequences. check-in: 4d0064e1b1 user: aku tags: trunk
2014-06-17
18:27
cmdr::config - Fix long-standing bug in forced parameter value calculation (method 'Force'). Any error in the calculations left the flag 'myinforce' set, causing a future invokation to believe to be in a recursive call and do nothing. While this had no effect on regular operation, i.e. where the using application exits after the command, in interactive mode this disabled checks and validations for the command in question, and also retained old parameter values. Fixed by putting a try/finally around the section, resetting the flag even in the presence of errors thrown by it. cmdr::config version bumped to 1.1.1. check-in: f74095b252 user: andreask tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to color.tcl.