mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+chg: Move Join Lines, Split Lines, Fuse Lines, Preserve Paragraphs from Lines to Selection menu
This commit is contained in:
parent
e51a1799e0
commit
724b8d8428
@ -196,10 +196,6 @@ BEGIN
|
||||
MENUITEM "Lösche alles Rechts\tCtrl+Shift+Del", IDM_EDIT_DELETELINERIGHT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Spalten angleichen...\tCtrl+Shift+W", IDM_EDIT_COLUMNWRAP
|
||||
MENUITEM "&Zeilen umbrechen\tCtrl+I", IDM_EDIT_SPLITLINES
|
||||
MENUITEM "&Verbinde Zeilen\tCtrl+J", IDM_EDIT_JOINLINES
|
||||
MENUITEM "Ver&schmelze Zeilen\tCtrl+Alt+J", IDM_EDIT_JOINLN_NOSP
|
||||
MENUITEM "&Erhalte Abschnitte\tCtrl+Shift+J", IDM_EDIT_JOINLINES_PARA
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Vereinige &Leerzeilen\tAlt+Y", IDM_EDIT_MERGEEMPTYLINES
|
||||
MENUITEM "Vereinige Leerzeichen Zeilen\tCtrl+Alt+Y", IDM_EDIT_MERGEBLANKLINES
|
||||
@ -244,8 +240,13 @@ BEGIN
|
||||
MENUITEM "Vereinige &Leerzeichen\tCtrl+Alt+P", IDM_EDIT_COMPRESS_BLANKS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Modifiziere Zeilen...\tAlt+M", IDM_EDIT_MODIFYLINES
|
||||
MENUITEM "&Sortiere Zeilen...\tAlt+O", IDM_EDIT_SORTLINES
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Zeilen &ausrichten...\tAlt+J", IDM_EDIT_ALIGN
|
||||
MENUITEM "&Sortiere Zeilen...\tAlt+O", IDM_EDIT_SORTLINES
|
||||
MENUITEM "&Zeilen umbrechen\tCtrl+I", IDM_EDIT_SPLITLINES
|
||||
MENUITEM "Ver&binde Zeilen\tCtrl+J", IDM_EDIT_JOINLINES
|
||||
MENUITEM "&Verschmelze Zeilen\tCtrl+Alt+J", IDM_EDIT_JOINLN_NOSP
|
||||
MENUITEM "&Erhalte Abschnitte\tCtrl+Shift+J", IDM_EDIT_JOINLINES_PARA
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Bewege Textcursor zum Anfang\tCtrl+,", CMD_JUMP2SELSTART
|
||||
MENUITEM "Bewege Textcursor zum Ende\tCtrl+.", CMD_JUMP2SELEND
|
||||
|
||||
@ -196,10 +196,6 @@ BEGIN
|
||||
MENUITEM "Delete Line Rig&ht\tCtrl+Shift+Del", IDM_EDIT_DELETELINERIGHT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Column &Wrap...\tCtrl+Shift+W", IDM_EDIT_COLUMNWRAP
|
||||
MENUITEM "&Split Lines\tCtrl+I", IDM_EDIT_SPLITLINES
|
||||
MENUITEM "&Join Lines\tCtrl+J", IDM_EDIT_JOINLINES
|
||||
MENUITEM "&Fuse Lines\tCtrl+Alt+J", IDM_EDIT_JOINLN_NOSP
|
||||
MENUITEM "&Preserve Paragraphs\tCtrl+Shift+J", IDM_EDIT_JOINLINES_PARA
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Mer&ge Empty Lines\tAlt+Y", IDM_EDIT_MERGEEMPTYLINES
|
||||
MENUITEM "Merge Blan&k Lines\tCtrl+Alt+Y", IDM_EDIT_MERGEBLANKLINES
|
||||
@ -244,9 +240,14 @@ BEGIN
|
||||
MENUITEM "Compress &Blanks\tCtrl+Alt+P", IDM_EDIT_COMPRESS_BLANKS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Modify Lines...\tAlt+M", IDM_EDIT_MODIFYLINES
|
||||
MENUITEM "&Align Lines...\tAlt+J", IDM_EDIT_ALIGN
|
||||
MENUITEM "&Sort Lines...\tAlt+O", IDM_EDIT_SORTLINES
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Align Lines...\tAlt+J", IDM_EDIT_ALIGN
|
||||
MENUITEM "S&plit Lines\tCtrl+I", IDM_EDIT_SPLITLINES
|
||||
MENUITEM "&Join Lines\tCtrl+J", IDM_EDIT_JOINLINES
|
||||
MENUITEM "&Fuse Lines\tCtrl+Alt+J", IDM_EDIT_JOINLN_NOSP
|
||||
MENUITEM "Preser&ve Paragraphs\tCtrl+Shift+J",IDM_EDIT_JOINLINES_PARA
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Jump to Sele&ction Start\tCtrl+,", CMD_JUMP2SELSTART
|
||||
MENUITEM "Jump to Selectio&n End\tCtrl+.", CMD_JUMP2SELEND
|
||||
END
|
||||
|
||||
Loading…
Reference in New Issue
Block a user