View Single Post
Old 8th November 2013, 12:08 PM   #1
jentron
Senior Member
Professional user
 
Join Date: Nov 2007
Posts: 139
Default TCL Question in ac3d.tcl

In the file tcl/ac3d.tcl there is a proc function called "foldbuttontoggle." At the apparent bottom of this proc there appears to be an umatched quote and some strange curly bracketing. Is this the way its supposed to be structured? TCL seems to accept it, but its breaking the syntax highlighting in notepad++

Code:
proc foldbuttontoggle { name } {

(snip)

	$foldcanvas configure -scrollregion " 0 0 100 $height }
	if { [ catch { set canvas $ac3d_version_revision } ] != 0 } {
	return 1
}
jentron is offline   Reply With Quote