From c50768ba56a1e3b873ea702ccc1d0b321a44e6ae Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 25 Nov 2022 12:51:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B0=D0=BC=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=D1=8B=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=B8=20=D0=BD=D0=B0=D0=B6=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D0=B8=20'=5F'=20=D0=B2=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/editor.tcl | 3 +++ projman.tcl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/editor.tcl b/lib/editor.tcl index 3144311..59af511 100644 --- a/lib/editor.tcl +++ b/lib/editor.tcl @@ -683,6 +683,9 @@ namespace eval Editor { grave { QuotSelection $txt {`} } + underscore { + QuotSelection $txt {_} + } parenleft { # QuotSelection $txt {)} } diff --git a/projman.tcl b/projman.tcl index b9c4ab0..94bcd5e 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 25112022123908 +# Build: 25112022125026 ###################################################### # определим текущую версию, релиз и т.д.