From 6180c0bbedda91f6a6fe0af07f6fab7e334d18a6 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 11 Jun 2008 21:15:54 +0000 Subject: [PATCH] IDE: moved view jump history to view menu git-svn-id: trunk@15391 - --- ide/mainbar.pas | 2 +- ide/mainbase.pas | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ide/mainbar.pas b/ide/mainbar.pas index 9312098583..358c5cc2a0 100644 --- a/ide/mainbar.pas +++ b/ide/mainbar.pas @@ -159,7 +159,6 @@ type itmJumpBack: TIDEMenuCommand; itmJumpForward: TIDEMenuCommand; itmAddJumpPoint: TIDEMenuCommand; - itmJumpHistory: TIDEMenuCommand; itmJumpToNextError: TIDEMenuCommand; itmJumpToPrevError: TIDEMenuCommand; //itmBookmarks: TIDEMenuSection; @@ -187,6 +186,7 @@ type itmViewRestrictionBrowser: TIDEMenuCommand; itmViewComponents: TIDEMenuCommand; itmViewToDoList: TIDEMenuCommand; + itmJumpHistory: TIDEMenuCommand; //itmViewUnitWindows: TIDEMenuSection; itmViewUnits: TIDEMenuCommand; itmViewForms: TIDEMenuCommand; diff --git a/ide/mainbase.pas b/ide/mainbase.pas index 5306b8ecbb..25d50d2227 100644 --- a/ide/mainbase.pas +++ b/ide/mainbase.pas @@ -474,7 +474,6 @@ begin CreateMenuItem(ParentMI,itmJumpBack,'itmJumpBack',lisMenuJumpBack, 'menu_search_jumpback'); CreateMenuItem(ParentMI,itmJumpForward,'itmJumpForward',lisMenuJumpForward, 'menu_search_jumpforward'); CreateMenuItem(ParentMI,itmAddJumpPoint,'itmAddJumpPoint',lisMenuAddJumpPointToHistory); - CreateMenuItem(ParentMI,itmJumpHistory,'itmJumpHistory',lisMenuViewJumpHistory); CreateMenuItem(ParentMI,itmJumpToNextError,'itmJumpToNextError',lisMenuJumpToNextError); CreateMenuItem(ParentMI,itmJumpToPrevError,'itmJumpToPrevError',lisMenuJumpToPrevError); @@ -516,6 +515,7 @@ begin CreateMenuItem(ParentMI,itmViewRestrictionBrowser,'itmViewRestrictionBrowser',lisMenuViewRestrictionBrowser, 'menu_view_rectriction_browser'); CreateMenuItem(ParentMI,itmViewComponents,'itmViewComponents',lisMenuViewComponents); CreateMenuItem(ParentMI,itmViewToDoList,'itmViewToDoList',lisMenuViewTodoList, 'menu_view_todo'); + CreateMenuItem(ParentMI,itmJumpHistory,'itmJumpHistory',lisMenuViewJumpHistory); CreateMenuSeparatorSection(mnuView,itmViewUnitWindows,'itmViewUnitWindows'); ParentMI:=itmViewUnitWindows; @@ -859,7 +859,6 @@ begin itmJumpBack.Command:=GetCommand(ecJumpBack); itmJumpForward.Command:=GetCommand(ecJumpForward); itmAddJumpPoint.Command:=GetCommand(ecAddJumpPoint); - itmJumpHistory.Command:=GetCommand(ecViewJumpHistory); itmJumpToNextError.Command:=GetCommand(ecJumpToNextError); itmJumpToPrevError.Command:=GetCommand(ecJumpToPrevError); itmSetFreeBookmark.Command:=GetCommand(ecSetFreeBookmark); @@ -890,6 +889,7 @@ begin itmViewAnchorEditor.Command:=GetCommand(ecViewAnchorEditor); itmViewComponentPalette.Command:=GetCommand(ecToggleCompPalette); itmViewIDESpeedButtons.Command:=GetCommand(ecToggleIDESpeedBtns); + itmJumpHistory.Command:=GetCommand(ecViewJumpHistory); //itmViewPackageLinks.Command:=GetCommand(ec?); // project menu