beta2 #8

Merged
svk merged 49 commits from beta2 into master 2026-01-28 12:45:48 +03:00
13 changed files with 551 additions and 58 deletions
Showing only changes of commit 2dd7b7239e - Show all commits

View File

@@ -122,6 +122,8 @@ proc Tools::GetMenu {m} {
}
}
}
$m add separator
$m add command -label "[::msgcat::mc "Settings"]" -command Tools::Settings
}
proc Tools::CommandPathSettings {command} {
@@ -200,3 +202,11 @@ proc Tools::Execute {toolName} {
fileevent $pipe readable
fconfigure $pipe -buffering none -blocking no
}
# Правка файла настроек
proc Tools::Settings {} {
global dir
FileOper::Edit [file join $dir(cfg) tools.ini]
# Config::read $dir(cfg)
}