Допилдивание процедуры автоввода имен переменных
This commit is contained in:
@@ -55,6 +55,15 @@ proc ViewLineNumbers {} {
|
||||
}
|
||||
}
|
||||
|
||||
proc ViewHelper {helper} {
|
||||
global cfgVariables
|
||||
# Changed global settigs
|
||||
if {$cfgVariables($helper) eq "true"} {
|
||||
set cfgVariables($helper) false
|
||||
} else {
|
||||
set cfgVariables($helper) true
|
||||
}
|
||||
}
|
||||
proc Del {} {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user