Remove "Color Code Panel" menu item

This commit is contained in:
1024jp 2018-01-04 00:52:38 +09:00
parent fba83738d8
commit f30d1600a8
7 changed files with 5 additions and 24 deletions

View File

@ -30,6 +30,7 @@ develop
- Display full encoding name in the status bar instead of the IANA charset name.
- Add tooltips to Unicode normalization forms in Text menu.
- Append “Option-Command-T” shortcut to “Show/Hide Toolbar” menu item.
- Remove “Color Code Panel” action in “Window” menu (use “Edit Color Code...” action in “Text” menu instead).
- Restore the last viewed preference pane.
- Add an input field for window opacity setting.
- Adjust scroll after toggling line wrap.

View File

@ -1025,11 +1025,6 @@ CA
<action selector="showConsolePanel:" target="Ady-hI-5gd" id="80V-8S-iOQ"/>
</connections>
</menuItem>
<menuItem title="Color Code Panel" keyEquivalent="2" id="651">
<connections>
<action selector="showColorCodePanel:" target="Ady-hI-5gd" id="F61-vc-aOj"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>

View File

@ -334,13 +334,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
}
/// show color code editor panel
@IBAction func showColorCodePanel(_ sender: Any?) {
ColorCodePanelController.shared.showWindow(sender)
}
/// show acknowlegements
@IBAction func showAcknowledgments(_ sender: Any?) {

View File

@ -9,7 +9,7 @@
------------------------------------------------------------------------------
© 2015-2017 1024jp
© 2015-2018 1024jp
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -501,8 +501,6 @@
/* Class = "NSMenuItem"; title = "Console"; ObjectID = "653"; */
"653.title" = "Konsole";
/* Class = "NSMenuItem"; title = "Color Code Panel"; ObjectID = "651"; */
"651.title" = "Farbcode-Editor";

View File

@ -10,7 +10,7 @@
------------------------------------------------------------------------------
© 2016-2017 CotEditor Project
© 2016-2018 CotEditor Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -502,8 +502,6 @@
/* Class = "NSMenuItem"; title = "Console"; ObjectID = "653"; */
"653.title" = "Console";
/* Class = "NSMenuItem"; title = "Color Code Panel"; ObjectID = "651"; */
"651.title" = "Pannello Codici colore";

View File

@ -9,7 +9,7 @@
------------------------------------------------------------------------------
© 2014-2017 CotEditor Project
© 2014-2018 CotEditor Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -501,8 +501,6 @@
/* Class = "NSMenuItem"; title = "Console"; ObjectID = "653"; */
"653.title" = "コンソール";
/* Class = "NSMenuItem"; title = "Color Code Panel"; ObjectID = "651"; */
"651.title" = "カラーコードパネル";

View File

@ -10,7 +10,7 @@
------------------------------------------------------------------------------
© 2014-2017 CotEditor Project
© 2014-2018 CotEditor Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -502,8 +502,6 @@
/* Class = "NSMenuItem"; title = "Console"; ObjectID = "653"; */
"653.title" = "控制台";
/* Class = "NSMenuItem"; title = "Color Code Panel"; ObjectID = "651"; */
"651.title" = "颜色代码面板";