Compare commits

...

2 Commits

Author SHA1 Message Date
Калинин Сергей Валерьевич
9b69e94412 Bugfix release
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2025-10-22 09:35:08 +03:00
Калинин Сергей Валерьевич
8a1145a2d9 Bug fix with varhelper 2025-10-22 09:34:13 +03:00
3 changed files with 12 additions and 4 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
projman (2.0.0-alpha18) stable; urgency=medium
* Bug fix with varhelper
* Новая сборка
-- Калинин Сергей Валерьевич <svkalinin@samsonpost.ru> Tue, 21 Oct 2025 15:47:02 +0300
projman (2.0.0-alpha17) stable; urgency=medium projman (2.0.0-alpha17) stable; urgency=medium
* Added the "Open Recent" menu. * Added the "Open Recent" menu.
@@ -354,3 +361,4 @@ projman (2.0.0-alfa0) stable; urgency=medium
-- svkalinin <banzaj28@yandex.ru> Thu, 5 Jul 2018 08:41:18 +0300 -- svkalinin <banzaj28@yandex.ru> Thu, 5 Jul 2018 08:41:18 +0300

View File

@@ -580,7 +580,7 @@ namespace eval Editor {
if { [set height [llength $findedVars]] > 10 } { set height 10 } if { [set height [llength $findedVars]] > 10 } { set height 10 }
$win.lBox configure -height $height $win.lBox configure -height $height
focus $win.lBox # focus $win.lBox
bind $win <Escape> { bind $win <Escape> {
destroy $Editor::win destroy $Editor::win
@@ -592,7 +592,7 @@ namespace eval Editor {
focus -force $Editor::txt.t focus -force $Editor::txt.t
break break
} }
bind $win <Control-Return> { bind VarHelperBind <Control-Return> {
$Editor::txt delete "insert - 1 chars wordstart" "insert wordend - 1 chars" $Editor::txt delete "insert - 1 chars wordstart" "insert wordend - 1 chars"
$Editor::txt insert "insert" [.varhelper.lBox get [.varhelper.lBox curselection]] $Editor::txt insert "insert" [.varhelper.lBox get [.varhelper.lBox curselection]]
# eval [bind VarHelperBind <Escape>] # eval [bind VarHelperBind <Escape>]

View File

@@ -9,8 +9,8 @@ exec wish "$0" -- "$@"
# Home page: https://nuk-svk.ru # Home page: https://nuk-svk.ru
###################################################### ######################################################
# Version: 2.0.0 # Version: 2.0.0
# Release: alpha17 # Release: alpha18
# Build: 21102025154120 # Build: 22102025093435
###################################################### ######################################################
# определим текущую версию, релиз и т.д. # определим текущую версию, релиз и т.д.