diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index 66b1b5b0..79fbb8ec 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -274,36 +274,24 @@ BEGIN MENUITEM "Duplicate Current Line", IDM_EDIT_DUP_LINE MENUITEM "Split Lines", IDM_EDIT_SPLIT_LINES MENUITEM "Join Lines", IDM_EDIT_JOIN_LINES - POPUP "Sort Lines" - BEGIN - POPUP "Lexicographic" - BEGIN - MENUITEM "Ascending", IDM_EDIT_SORTLINES_LEXICOGRAPHIC_ASCENDING - MENUITEM "Descending", IDM_EDIT_SORTLINES_LEXICOGRAPHIC_DESCENDING - END - POPUP "Integer" - BEGIN - MENUITEM "Ascending", IDM_EDIT_SORTLINES_INTEGER_ASCENDING - MENUITEM "Descending", IDM_EDIT_SORTLINES_INTEGER_DESCENDING - END - POPUP "Decimal (comma)" - BEGIN - MENUITEM "Ascending", IDM_EDIT_SORTLINES_DECIMALCOMMA_ASCENDING - MENUITEM "Descending", IDM_EDIT_SORTLINES_DECIMALCOMMA_DESCENDING - END - POPUP "Decimal (dot)" - BEGIN - MENUITEM "Ascending", IDM_EDIT_SORTLINES_DECIMALDOT_ASCENDING - MENUITEM "Descending", IDM_EDIT_SORTLINES_DECIMALDOT_DESCENDING - END - END MENUITEM "Move Up Current Line", IDM_EDIT_LINE_UP MENUITEM "Move Down Current Line", IDM_EDIT_LINE_DOWN MENUITEM "Remove Empty Lines", IDM_EDIT_REMOVEEMPTYLINES MENUITEM "Remove Empty Lines (Containing Blank characters)", IDM_EDIT_REMOVEEMPTYLINESWITHBLANK MENUITEM "Insert Blank Line Above Current", IDM_EDIT_BLANKLINEABOVECURRENT MENUITEM "Insert Blank Line Below Current", IDM_EDIT_BLANKLINEBELOWCURRENT - END + MENUITEM SEPARATOR + MENUITEM "Sort Lines Lexicographically Ascending", IDM_EDIT_SORTLINES_LEXICOGRAPHIC_ASCENDING + MENUITEM "Sort Lines As Integers Ascending", IDM_EDIT_SORTLINES_INTEGER_ASCENDING + MENUITEM "Sort Lines As Decimals (Comma) Ascending", IDM_EDIT_SORTLINES_DECIMALCOMMA_ASCENDING + MENUITEM "Sort Lines As Decimals (Dot) Ascending", IDM_EDIT_SORTLINES_DECIMALDOT_ASCENDING + MENUITEM SEPARATOR + MENUITEM "Sort Lines Lexicographically Descending", IDM_EDIT_SORTLINES_LEXICOGRAPHIC_DESCENDING + MENUITEM "Sort Lines As Integers Descending", IDM_EDIT_SORTLINES_INTEGER_DESCENDING + MENUITEM "Sort Lines As Decimals (Comma) Descending", IDM_EDIT_SORTLINES_DECIMALCOMMA_DESCENDING + MENUITEM "Sort Lines As Decimals (Dot) Descending", IDM_EDIT_SORTLINES_DECIMALDOT_DESCENDING + END + MENUITEM SEPARATOR POPUP "Comment/Uncomment" BEGIN MENUITEM "Toggle Single Line Comment", IDM_EDIT_BLOCK_COMMENT