mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
IDE: moved Goto line menu item to jump section
git-svn-id: trunk@13320 -
This commit is contained in:
parent
89991be9ea
commit
54190edc5b
@ -152,8 +152,8 @@ type
|
||||
itmSearchFindInFiles: TIDEMenuCommand;
|
||||
itmSearchReplace: TIDEMenuCommand;
|
||||
itmIncrementalFind: TIDEMenuCommand;
|
||||
itmGotoLine: TIDEMenuCommand;
|
||||
//itmJumpings: TIDEMenuSection;
|
||||
itmGotoLine: TIDEMenuCommand;
|
||||
itmJumpBack: TIDEMenuCommand;
|
||||
itmJumpForward: TIDEMenuCommand;
|
||||
itmAddJumpPoint: TIDEMenuCommand;
|
||||
|
@ -465,11 +465,11 @@ begin
|
||||
CreateMenuItem(ParentMI, itmSearchReplace, 'itmSearchReplace',
|
||||
lisMenuReplace2, 'menu_search_replace');
|
||||
CreateMenuItem(ParentMI,itmIncrementalFind,'itmIncrementalFind',lisMenuIncrementalFind);
|
||||
CreateMenuItem(ParentMI,itmGotoLine,'itmGotoLine',lisMenuGotoLine, 'menu_goto_line');
|
||||
|
||||
CreateMenuSeparatorSection(mnuSearch,itmJumpings,'itmJumpings');
|
||||
ParentMI:=itmJumpings;
|
||||
|
||||
CreateMenuItem(ParentMI,itmGotoLine,'itmGotoLine',lisMenuGotoLine, 'menu_goto_line');
|
||||
CreateMenuItem(ParentMI,itmJumpBack,'itmJumpBack',lisMenuJumpBack);
|
||||
CreateMenuItem(ParentMI,itmJumpForward,'itmJumpForward',lisMenuJumpForward);
|
||||
CreateMenuItem(ParentMI,itmAddJumpPoint,'itmAddJumpPoint',lisMenuAddJumpPointToHistory);
|
||||
|
Loading…
Reference in New Issue
Block a user