This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Toolset/palettes/script editor/behaviors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ end flattenVariableList
249249
250250private on pathToVariableComponents pPath, @rVariableName, @rDimensions
251251 local tCount
252+ set the itemdel to the pathDelimiter of widget "tree" of me
252253 repeat for each item tItem in pPath
253254 add 1 to tCount
254255 if tCount is 1 then
@@ -377,12 +378,9 @@ end visualizationObjectSetValue
377378
378379private function friendlyNodeReference pNodeReference
379380 local tString
380-
381381 local tVariable , tDimensions
382382 pathToVariableComponents pNodeReference , tVariable , tDimensions
383-
384383 put tVariable into tString
385-
386384 repeat with x = 1 to the number of elements of tDimensions
387385 put "[" & friendlyKey(tDimensions [x]) & "]" after tString
388386 end repeat
@@ -529,4 +527,6 @@ private command setDefaultsAndCallbacks
529527 set the cCallback of tFilter to "filterChanged"
530528 set the cCallbackTarget of tFilter to the long id of me
531529 set the cPlaceholderText of tFilter to "Search variables..."
530+
531+ set the pathdelimiter of widget "tree" of me to numToCodepoint (0 )
532532end setDefaultsAndCallbacks
You can’t perform that action at this time.
0 commit comments