mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
[CLEAN] Move EOL format items to sub menu Edit.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@579 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
6f052ca8dc
commit
40be6f6cc1
@ -209,6 +209,12 @@ BEGIN
|
|||||||
MENUITEM "&Delete", IDM_EDIT_DELETE
|
MENUITEM "&Delete", IDM_EDIT_DELETE
|
||||||
MENUITEM "Select A&ll", IDM_EDIT_SELECTALL
|
MENUITEM "Select A&ll", IDM_EDIT_SELECTALL
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
|
POPUP "EOL Conversion"
|
||||||
|
BEGIN
|
||||||
|
MENUITEM "Windows Format", IDM_FORMAT_TODOS
|
||||||
|
MENUITEM "UNIX Format", IDM_FORMAT_TOUNIX
|
||||||
|
MENUITEM "Mac Format", IDM_FORMAT_TOMAC
|
||||||
|
END
|
||||||
POPUP "Copy to Clipboard"
|
POPUP "Copy to Clipboard"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Current Full File path to Clipboard", IDM_EDIT_FULLPATHTOCLIP
|
MENUITEM "Current Full File path to Clipboard", IDM_EDIT_FULLPATHTOCLIP
|
||||||
@ -385,12 +391,8 @@ BEGIN
|
|||||||
MENUITEM "Text Direction LTR", IDM_EDIT_LTR
|
MENUITEM "Text Direction LTR", IDM_EDIT_LTR
|
||||||
END
|
END
|
||||||
|
|
||||||
POPUP "For&mat"
|
POPUP "Encoding"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Convert to Windows Format", IDM_FORMAT_TODOS
|
|
||||||
MENUITEM "Convert to UNIX Format", IDM_FORMAT_TOUNIX
|
|
||||||
MENUITEM "Convert to Mac Format", IDM_FORMAT_TOMAC
|
|
||||||
MENUITEM SEPARATOR
|
|
||||||
MENUITEM "Encode in ANSI", IDM_FORMAT_ANSI
|
MENUITEM "Encode in ANSI", IDM_FORMAT_ANSI
|
||||||
MENUITEM "Encode in UTF-8 without BOM", IDM_FORMAT_AS_UTF_8
|
MENUITEM "Encode in UTF-8 without BOM", IDM_FORMAT_AS_UTF_8
|
||||||
MENUITEM "Encode in UTF-8", IDM_FORMAT_UTF_8
|
MENUITEM "Encode in UTF-8", IDM_FORMAT_UTF_8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user