From f2926cd047f9edfb66fee0e883ccd74b297bdb8e Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 9 Dec 2022 12:04:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BE=D1=82=D0=BB=D0=B0=D0=B4?= =?UTF-8?q?=D0=BE=D1=87=D0=BD=D0=BE=D0=B9=20=D0=B8=D0=BD=D1=84=D1=8B=20?= =?UTF-8?q?=D0=B2=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=B4=D1=83=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config.tcl | 1 + projman.tcl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config.tcl b/lib/config.tcl index e7a7ae4..3d87841 100644 --- a/lib/config.tcl +++ b/lib/config.tcl @@ -101,6 +101,7 @@ proc Config::write {dir} { # Добавим пути к открытым в редакторе файлам в переменную if [info exists editors] { foreach i [dict keys $editors] { + puts [dict get $editors $i] lappend edited [dict get $editors $i fileFullPath] } if [info exists edited] { diff --git a/projman.tcl b/projman.tcl index e262f72..c06831d 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 08122022143741 +# Build: 09122022115455 ###################################################### # определим текущую версию, релиз и т.д.