From 55d671719c8f00f02ed32b15575bc2e6587a5e30 Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 9 Sep 2020 14:32:13 +0200 Subject: [PATCH] Fix a shortcut causing a bug in Column editor dialog The shortcut "&Format" in Column editor dialog is unecessary. Furthermore, some characters 'o' are inserted in colomn mode when Alt-F is triggered (and Column editor dialog is closed). --- PowerEditor/installer/nativeLang/corsican.xml | 2 +- PowerEditor/installer/nativeLang/english.xml | 10 ++++------ .../installer/nativeLang/english_customizable.xml | 2 +- PowerEditor/installer/nativeLang/irish.xml | 2 +- PowerEditor/installer/nativeLang/japanese.xml | 2 +- PowerEditor/installer/nativeLang/turkish.xml | 2 +- PowerEditor/src/ScitillaComponent/columnEditor.rc | 2 +- 7 files changed, 10 insertions(+), 12 deletions(-) diff --git a/PowerEditor/installer/nativeLang/corsican.xml b/PowerEditor/installer/nativeLang/corsican.xml index fe15ab5e1..e8a2326d3 100644 --- a/PowerEditor/installer/nativeLang/corsican.xml +++ b/PowerEditor/installer/nativeLang/corsican.xml @@ -1069,7 +1069,7 @@ Pudete definisce parechji marcatori di culonna impieghendu un spaziu per staccà - + diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 4ba08d2bf..6eefc05b0 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -1,6 +1,6 @@ - +
@@ -320,8 +320,6 @@ - - @@ -535,13 +533,13 @@ - + - + @@ -1049,7 +1047,7 @@ You can define several column markers by using white space to separate the diffe - + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index 7cce7b30c..8855e473e 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -1046,7 +1046,7 @@ You can define several column markers by using white space to separate the diffe - + diff --git a/PowerEditor/installer/nativeLang/irish.xml b/PowerEditor/installer/nativeLang/irish.xml index 6cb2fc3e3..4d225a6c4 100644 --- a/PowerEditor/installer/nativeLang/irish.xml +++ b/PowerEditor/installer/nativeLang/irish.xml @@ -1041,7 +1041,7 @@ You can define several column markers by using white space to separate the diffe - + diff --git a/PowerEditor/installer/nativeLang/japanese.xml b/PowerEditor/installer/nativeLang/japanese.xml index d25f2ef57..24e20f499 100644 --- a/PowerEditor/installer/nativeLang/japanese.xml +++ b/PowerEditor/installer/nativeLang/japanese.xml @@ -1057,7 +1057,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/turkish.xml b/PowerEditor/installer/nativeLang/turkish.xml index d28461221..3c5fa624d 100644 --- a/PowerEditor/installer/nativeLang/turkish.xml +++ b/PowerEditor/installer/nativeLang/turkish.xml @@ -1053,7 +1053,7 @@ Birden fazla sütun işaretçisi belirleyebilmek için, farklı sayılar arasın - + diff --git a/PowerEditor/src/ScitillaComponent/columnEditor.rc b/PowerEditor/src/ScitillaComponent/columnEditor.rc index 14ef9f9cc..7e4e31b5a 100644 --- a/PowerEditor/src/ScitillaComponent/columnEditor.rc +++ b/PowerEditor/src/ScitillaComponent/columnEditor.rc @@ -56,7 +56,7 @@ BEGIN CONTROL "&Hex",IDC_COL_HEX_RADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,124,169,70,10 CONTROL "&Oct",IDC_COL_OCT_RADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,30,188,70,10 CONTROL "&Bin",IDC_COL_BIN_RADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,124,188,70,10 - GROUPBOX "&Format",IDC_COL_FORMAT_GRP_STATIC,20,153,188,54,BS_CENTER + GROUPBOX "Format",IDC_COL_FORMAT_GRP_STATIC,20,153,188,54,BS_CENTER DEFPUSHBUTTON "OK",IDOK,145,13,70,14,BS_NOTIFY PUSHBUTTON "Cancel",IDCANCEL,145,36,70,14,BS_NOTIFY END