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 ###################################################### # определим текущую версию, релиз и т.д.