Add tooltips to line endings menu in toolbar

This commit is contained in:
1024jp 2016-11-18 17:51:43 +09:00
parent e577bc2dc2
commit 7345d0a5bc
6 changed files with 40 additions and 3 deletions

View File

@ -2,6 +2,15 @@
Change Log
==========================
develop
--------------------------
### Improvements
- Add tooltips to the line endings menu in the toolbar.
3.1.1 (174)
--------------------------

View File

@ -29,17 +29,17 @@
<font key="font" metaFont="smallSystem"/>
<menu key="menu" id="iVj-97-fkw">
<items>
<menuItem title="LF" id="YT7-vd-3ih">
<menuItem title="LF" toolTip="Unix / macOS" id="YT7-vd-3ih">
<connections>
<action selector="changeLineEnding:" target="klO-m3-n5X" id="dsp-6O-Llc"/>
</connections>
</menuItem>
<menuItem title="CR" tag="1" id="J48-tF-WBo">
<menuItem title="CR" tag="1" toolTip="Classic Mac OS" id="J48-tF-WBo">
<connections>
<action selector="changeLineEnding:" target="klO-m3-n5X" id="jwd-mj-L9c"/>
</connections>
</menuItem>
<menuItem title="CR / LF" tag="2" id="Zo1-Cc-YBm">
<menuItem title="CR / LF" tag="2" toolTip="Windows" id="Zo1-Cc-YBm">
<connections>
<action selector="changeLineEnding:" target="klO-m3-n5X" id="95s-4v-57Y"/>
</connections>

View File

@ -30,6 +30,13 @@
"9p6-Sj-QjF.paletteLabel" = "Zeilenenden"; /* Line Endings */
"9p6-Sj-QjF.toolTip" = "Zeilenenden ändern"; /* Change line endings */
/* Class = "NSMenuItem"; ibShadowedToolTip = "Unix / macOS"; ObjectID = "YT7-vd-3ih"; */
"YT7-vd-3ih.ibShadowedToolTip" = "Unix / macOS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Classic Mac OS"; ObjectID = "J48-tF-WBo"; */
"J48-tF-WBo.ibShadowedToolTip" = "Klassisches Mac OS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Windows"; ObjectID = "Zo1-Cc-YBm"; */
"Zo1-Cc-YBm.ibShadowedToolTip" = "Windows";
/* Class = "NSToolbarItem"; ObjectID = "VL4-m8-9uC"; */
"VL4-m8-9uC.label" = "Codierung"; /* File Encoding */
"VL4-m8-9uC.paletteLabel" = "Codierung"; /* File Encoding */

View File

@ -31,6 +31,13 @@
"9p6-Sj-QjF.paletteLabel" = "Fine riga"; /* Line Endings */
"9p6-Sj-QjF.toolTip" = "Modifica fine riga"; /* Change line endings */
/* Class = "NSMenuItem"; ibShadowedToolTip = "Unix / macOS"; ObjectID = "YT7-vd-3ih"; */
"YT7-vd-3ih.ibShadowedToolTip" = "Unix / macOS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Classic Mac OS"; ObjectID = "J48-tF-WBo"; */
"J48-tF-WBo.ibShadowedToolTip" = "Mac OS classico";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Windows"; ObjectID = "Zo1-Cc-YBm"; */
"Zo1-Cc-YBm.ibShadowedToolTip" = "Windows";
/* Class = "NSToolbarItem"; ObjectID = "VL4-m8-9uC"; */
"VL4-m8-9uC.label" = "Codifica file"; /* File Encoding */
"VL4-m8-9uC.paletteLabel" = "Codifica file"; /* File Encoding */

View File

@ -30,6 +30,13 @@
"9p6-Sj-QjF.paletteLabel" = "改行コード"; /* Line Endings */
"9p6-Sj-QjF.toolTip" = "改行コードを変更"; /* Change line endings */
/* Class = "NSMenuItem"; ibShadowedToolTip = "Unix / macOS"; ObjectID = "YT7-vd-3ih"; */
"YT7-vd-3ih.ibShadowedToolTip" = "Unix / macOS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Classic Mac OS"; ObjectID = "J48-tF-WBo"; */
"J48-tF-WBo.ibShadowedToolTip" = "クラシック Mac OS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Windows"; ObjectID = "Zo1-Cc-YBm"; */
"Zo1-Cc-YBm.ibShadowedToolTip" = "Windows";
/* Class = "NSToolbarItem"; ObjectID = "VL4-m8-9uC"; */
"VL4-m8-9uC.label" = "エンコーディング"; /* File Encoding */
"VL4-m8-9uC.paletteLabel" = "エンコーディング"; /* File Encoding */

View File

@ -31,6 +31,13 @@
"9p6-Sj-QjF.paletteLabel" = "行尾"; /* Line Endings */
"9p6-Sj-QjF.toolTip" = "改变行尾"; /* Change line endings */
/* Class = "NSMenuItem"; ibShadowedToolTip = "Unix / macOS"; ObjectID = "YT7-vd-3ih"; */
"YT7-vd-3ih.ibShadowedToolTip" = "Unix / macOS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Classic Mac OS"; ObjectID = "J48-tF-WBo"; */
"J48-tF-WBo.ibShadowedToolTip" = "Classic Mac OS";
/* Class = "NSMenuItem"; ibShadowedToolTip = "Windows"; ObjectID = "Zo1-Cc-YBm"; */
"Zo1-Cc-YBm.ibShadowedToolTip" = "Windows";
/* Class = "NSToolbarItem"; ObjectID = "VL4-m8-9uC"; */
"VL4-m8-9uC.label" = "文件编码"; /* File Encoding */
"VL4-m8-9uC.paletteLabel" = "文件编码"; /* File Encoding */