IDE: source editor: replaced move editor with move page

git-svn-id: trunk@20714 -
This commit is contained in:
mattias 2009-06-22 15:25:12 +00:00
parent cf67921720
commit 9eb1d6a025
2 changed files with 8 additions and 8 deletions

View File

@ -1859,10 +1859,10 @@ resourcestring
uemAddWatchAtCursor = 'Add &Watch At Cursor';
uemRunToCursor='&Run to Cursor';
uemViewCallStack = 'View Call Stack';
uemMoveEditorLeft='Move Editor Left';
uemMoveEditorRight='Move Editor Right';
uemMoveEditorLeftmost='Move Editor Leftmost';
uemMoveEditorRightmost='Move Editor Rightmost';
uemMovePageLeft='Move page left';
uemMovePageRight='Move page right';
uemMovePageLeftmost='Move page leftmost';
uemMovePageRightmost='Move page rightmost';
uemRefactor = 'Refactoring';
uemCompleteCode = 'Complete Code';
uemEncloseSelection = 'Enclose Selection';

View File

@ -962,13 +962,13 @@ begin
'Move Page ...', lisMovePage);
AParent:=SrcEditSubMenuMovePage;
SrcEditMenuMoveEditorLeft:=RegisterIDEMenuCommand(AParent,'MoveEditorLeft',
uemMoveEditorLeft);
uemMovePageLeft);
SrcEditMenuMoveEditorRight:=RegisterIDEMenuCommand(AParent,'MoveEditorRight',
uemMoveEditorRight);
uemMovePageRight);
SrcEditMenuMoveEditorFirst:=RegisterIDEMenuCommand(AParent,'MoveEditorLeftmost',
uemMoveEditorLeftmost);
uemMovePageLeftmost);
SrcEditMenuMoveEditorLast:=RegisterIDEMenuCommand(AParent,'MoveEditorRightmost',
uemMoveEditorRightmost);
uemMovePageRightmost);
// register the sub menu Open File
SrcEditSubMenuOpenFile:=RegisterIDESubMenu(SrcEditMenuSectionPages,