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).
This commit is contained in:
Don HO 2020-09-09 14:32:13 +02:00
parent d42e3c7dda
commit 55d671719c
7 changed files with 10 additions and 12 deletions

View File

@ -1069,7 +1069,7 @@ Pudete definisce parechji marcatori di culonna impieghendu un spaziu per staccà
<Item id="2031" name="&amp;Cresce da :"/>
<Item id="2035" name="&amp;Zeru davanti"/>
<Item id="2036" name="&amp;Ripete :"/>
<Item id="2032" name="&amp;Furmatu"/>
<Item id="2032" name="Furmatu"/>
<Item id="2024" name="&amp;Decimale"/>
<Item id="2025" name="&amp;Ottale"/>
<Item id="2026" name="&amp;Esadecimale"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<NotepadPlus>
<Native-Langue name="English" filename="english.xml" version="7.8.7">
<Native-Langue name="English" filename="english.xml" version="7.9">
<Menu>
<Main>
<!-- Main Menu Entries -->
@ -320,8 +320,6 @@
<Item id="50000" name="Function Completion"/>
<Item id="50001" name="Word Completion"/>
<Item id="50002" name="Function Parameters Hint"/>
<Item id="50003" name="Switch to previous document"/>
<Item id="50004" name="Switch to next document"/>
<Item id="50005" name="Toggle macro record"/>
<Item id="50006" name="Path Completion"/>
<Item id="44042" name="Hide Lines"/>
@ -535,13 +533,13 @@
<Item id="43035" name="Previous mark using 3rd style"/>
<Item id="43036" name="Previous mark using 4th style"/>
<Item id="43037" name="Previous mark using 5th style"/>
<Item id="43038" name="Previous mark created with Mark..."/>
<Item id="43038" name="Previous mark created with Mark"/>
<Item id="43039" name="Next mark using 1st style"/>
<Item id="43040" name="Next mark using 2nd style"/>
<Item id="43041" name="Next mark using 3rd style"/>
<Item id="43042" name="Next mark using 4th style"/>
<Item id="43043" name="Next mark using 5th style"/>
<Item id="43044" name="Next mark created with Mark..."/>
<Item id="43044" name="Next mark created with Mark"/>
<Item id="44100" name="View current file in Firefox"/>
<Item id="44101" name="View current file in Chrome"/>
<Item id="44103" name="View current file in IE"/>
@ -1049,7 +1047,7 @@ You can define several column markers by using white space to separate the diffe
<Item id="2031" name="Increase b&amp;y :"/>
<Item id="2035" name="Leading &amp;zeros"/>
<Item id="2036" name="&amp;Repeat :"/>
<Item id="2032" name="&amp;Format"/>
<Item id="2032" name="Format"/>
<Item id="2024" name="&amp;Dec"/>
<Item id="2025" name="&amp;Oct"/>
<Item id="2026" name="&amp;Hex"/>

View File

@ -1046,7 +1046,7 @@ You can define several column markers by using white space to separate the diffe
<Item id="2031" name="Increase b&amp;y :"/>
<Item id="2035" name="Leading &amp;zeros"/>
<Item id="2036" name="&amp;Repeat :"/>
<Item id="2032" name="&amp;Format"/>
<Item id="2032" name="Format"/>
<Item id="2024" name="&amp;Dec"/>
<Item id="2025" name="&amp;Oct"/>
<Item id="2026" name="&amp;Hex"/>

View File

@ -1041,7 +1041,7 @@ You can define several column markers by using white space to separate the diffe
<Item id="2031" name="Increase b&amp;y :"/>
<Item id="2035" name="Leading &amp;zeros"/>
<Item id="2036" name="&amp;Repeat :"/>
<Item id="2032" name="&amp;Format"/>
<Item id="2032" name="Format"/>
<Item id="2024" name="&amp;Dec"/>
<Item id="2025" name="&amp;Oct"/>
<Item id="2026" name="&amp;Hex"/>

View File

@ -1057,7 +1057,7 @@
<Item id="2031" name="増分(&amp;Y):"/>
<Item id="2035" name="0詰めする(&amp;Z)"/>
<Item id="2036" name="反復(&amp;R):"/>
<Item id="2032" name="フォーマット(&amp;F)"/>
<Item id="2032" name="フォーマット"/>
<Item id="2024" name="10進数(&amp;D)"/>
<Item id="2025" name="8進数(&amp;O)"/>
<Item id="2026" name="16進数(&amp;H)"/>

View File

@ -1053,7 +1053,7 @@ Birden fazla sütun işaretçisi belirleyebilmek için, farklı sayılar arasın
<Item id="2031" name="Artış M&amp;iktarı :"/>
<Item id="2035" name="Başına &amp;Sıfır Ekle"/>
<Item id="2036" name="&amp;Tekrar :"/>
<Item id="2032" name="&amp;Biçim"/>
<Item id="2032" name="Biçim"/>
<Item id="2024" name="&amp;Onlu"/>
<Item id="2025" name="&amp;Sekizli"/>
<Item id="2026" name="&amp;On Altılı"/>

View File

@ -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