From 64287f1a01b6514343f5ccd4004057f0fd3d53f1 Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Thu, 30 Oct 2025 14:47:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ debian/changelog | 7 +++++++ lib/procedure.tcl | 2 +- projman.tcl | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dede1a..bacf2bc 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,17 @@ tcllib, tklib ![projman_global_search.png](https://nuk-svk.ru/images/projman_global_search.png) +- A pseudo-terminal for launching the edited file and other command + +![projman_global_search.png](https://nuk-svk.ru/images/projman_terminal_1.png) + +![projman_global_search.png](https://nuk-svk.ru/images/projman_terminal_2.png) + +- Image viewer + +![projman_imageviewer.png](https://nuk-svk.ru/images/projman_imageviewer.png) + + ## Getting source code Download the source code https://git.nuk-svk.ru/svk/projman/ diff --git a/debian/changelog b/debian/changelog index 787473c..2baa31a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +projman (2.0.0-alpha19) stable; urgency=medium + + * Поправил changelog + + -- Sergey Kalinin Thu, 30 Oct 2025 13:12:49 +0300 + projman (2.0.0-alpha19) stable; urgency=medium * Добавлен перевод фокуса ввода на прежнее окно после закрытия диалога выполнения. @@ -388,3 +394,4 @@ projman (2.0.0-alfa0) stable; urgency=medium + diff --git a/lib/procedure.tcl b/lib/procedure.tcl index 4a57d3e..7612f0d 100644 --- a/lib/procedure.tcl +++ b/lib/procedure.tcl @@ -930,7 +930,7 @@ proc DebugInfo {widget file f} { # close $f } else { # Highlight::ExecuteColorized $widget - $widget insert "end-4l linestart" "-->> [read $file]" + $widget insert "end-4l linestart" "[read $file]" } while {[gets $f line]>=0} { Highlight::ExecuteColorized $widget diff --git a/projman.tcl b/projman.tcl index d937268..b65929a 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha19 -# Build: 30102025125227 +# Build: 30102025135933 ###################################################### # определим текущую версию, релиз и т.д.