The latest update it’s a mess regarding Tcl code. The reason is the change to syntax based code folding and the fact that the syntax is often missunderstood. So code folding does not work anymore in Tcl. But let’s start with the syntax issue. Here is one example where the the last “elseif” is not recognised:
if {$t=={a {b} {}}} {
} elseif {1==1} {
}
The issue starts in the first condition namely in {a {b} {}}
I hope this can be fixed.
Regards
Alexandru