Изменения по чтению и отображению переменных по файлам. Причесал диалог
This commit is contained in:
@@ -100,8 +100,8 @@ namespace eval Tree {
|
||||
set key [lindex [split $id "::"] 0]
|
||||
if {$values eq "" || $key eq ""} {return}
|
||||
|
||||
# puts "$key $tree $values"
|
||||
switch $key {
|
||||
puts "$key $tree $values"
|
||||
switch -regexp $key {
|
||||
directory {
|
||||
FileOper::ReadFolder $values
|
||||
# $tree item $id -open false
|
||||
@@ -109,6 +109,10 @@ namespace eval Tree {
|
||||
file {
|
||||
FileOper::Edit $values
|
||||
}
|
||||
I[0-9]*? {
|
||||
destroy .findVariables
|
||||
FileOper::Edit [lindex $values 2]
|
||||
}
|
||||
default {
|
||||
set parentItem [$tree parent $id]
|
||||
# puts $values
|
||||
|
Reference in New Issue
Block a user