Небольшие исправления
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
11
README.md
11
README.md
@@ -69,6 +69,17 @@ tcllib, tklib
|
||||
|
||||

|
||||
|
||||
- A pseudo-terminal for launching the edited file and other command
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
- Image viewer
|
||||
|
||||

|
||||
|
||||
|
||||
## Getting source code
|
||||
|
||||
Download the source code https://git.nuk-svk.ru/svk/projman/
|
||||
|
||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@"
|
||||
######################################################
|
||||
# Version: 2.0.0
|
||||
# Release: alpha19
|
||||
# Build: 30102025125227
|
||||
# Build: 30102025135933
|
||||
######################################################
|
||||
|
||||
# определим текущую версию, релиз и т.д.
|
||||
|
||||
Reference in New Issue
Block a user