Добавил выбор и вставку цвета в виде кода #nnnnnn

This commit is contained in:
2026-04-08 12:37:31 +03:00
parent 1cd469c68a
commit 153bd65929

View File

@@ -86,6 +86,8 @@ proc GetEditMenu {m} {
$m add separator $m add separator
$m add command -label [::msgcat::mc "Insert image"] -accelerator "Ctrl+I"\ $m add command -label [::msgcat::mc "Insert image"] -accelerator "Ctrl+I"\
-command ImageBase64Encode -command ImageBase64Encode
$m add command -label [::msgcat::mc "Insert color code"]\
-command ChooseColor
$m add separator $m add separator
$m add command -label [::msgcat::mc "Settings"] -command Settings $m add command -label [::msgcat::mc "Settings"] -command Settings
} }
@@ -190,4 +192,3 @@ proc GetConvertIdentCaseMenu {m} {
} }
# 2026 Vadim Ushakov <wandrien.dev@gmail.com> # 2026 Vadim Ushakov <wandrien.dev@gmail.com>
# ============================================================ # ============================================================