Небольшие исправления
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-30 14:47:05 +03:00
parent 5e1c057bc5
commit 64287f1a01
4 changed files with 20 additions and 2 deletions

View File

@@ -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/

7
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
projman (2.0.0-alpha19) stable; urgency=medium
* Поправил changelog
-- Sergey Kalinin <svk@nuk-svk.ru> 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

View File

@@ -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

View File

@@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha19
# Build: 30102025125227
# Build: 30102025135933
######################################################
# определим текущую версию, релиз и т.д.