mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:59:06 +02:00
IDE: source editor: replaced move editor with move page
git-svn-id: trunk@20714 -
This commit is contained in:
parent
cf67921720
commit
9eb1d6a025
@ -1859,10 +1859,10 @@ resourcestring
|
|||||||
uemAddWatchAtCursor = 'Add &Watch At Cursor';
|
uemAddWatchAtCursor = 'Add &Watch At Cursor';
|
||||||
uemRunToCursor='&Run to Cursor';
|
uemRunToCursor='&Run to Cursor';
|
||||||
uemViewCallStack = 'View Call Stack';
|
uemViewCallStack = 'View Call Stack';
|
||||||
uemMoveEditorLeft='Move Editor Left';
|
uemMovePageLeft='Move page left';
|
||||||
uemMoveEditorRight='Move Editor Right';
|
uemMovePageRight='Move page right';
|
||||||
uemMoveEditorLeftmost='Move Editor Leftmost';
|
uemMovePageLeftmost='Move page leftmost';
|
||||||
uemMoveEditorRightmost='Move Editor Rightmost';
|
uemMovePageRightmost='Move page rightmost';
|
||||||
uemRefactor = 'Refactoring';
|
uemRefactor = 'Refactoring';
|
||||||
uemCompleteCode = 'Complete Code';
|
uemCompleteCode = 'Complete Code';
|
||||||
uemEncloseSelection = 'Enclose Selection';
|
uemEncloseSelection = 'Enclose Selection';
|
||||||
|
@ -962,13 +962,13 @@ begin
|
|||||||
'Move Page ...', lisMovePage);
|
'Move Page ...', lisMovePage);
|
||||||
AParent:=SrcEditSubMenuMovePage;
|
AParent:=SrcEditSubMenuMovePage;
|
||||||
SrcEditMenuMoveEditorLeft:=RegisterIDEMenuCommand(AParent,'MoveEditorLeft',
|
SrcEditMenuMoveEditorLeft:=RegisterIDEMenuCommand(AParent,'MoveEditorLeft',
|
||||||
uemMoveEditorLeft);
|
uemMovePageLeft);
|
||||||
SrcEditMenuMoveEditorRight:=RegisterIDEMenuCommand(AParent,'MoveEditorRight',
|
SrcEditMenuMoveEditorRight:=RegisterIDEMenuCommand(AParent,'MoveEditorRight',
|
||||||
uemMoveEditorRight);
|
uemMovePageRight);
|
||||||
SrcEditMenuMoveEditorFirst:=RegisterIDEMenuCommand(AParent,'MoveEditorLeftmost',
|
SrcEditMenuMoveEditorFirst:=RegisterIDEMenuCommand(AParent,'MoveEditorLeftmost',
|
||||||
uemMoveEditorLeftmost);
|
uemMovePageLeftmost);
|
||||||
SrcEditMenuMoveEditorLast:=RegisterIDEMenuCommand(AParent,'MoveEditorRightmost',
|
SrcEditMenuMoveEditorLast:=RegisterIDEMenuCommand(AParent,'MoveEditorRightmost',
|
||||||
uemMoveEditorRightmost);
|
uemMovePageRightmost);
|
||||||
|
|
||||||
// register the sub menu Open File
|
// register the sub menu Open File
|
||||||
SrcEditSubMenuOpenFile:=RegisterIDESubMenu(SrcEditMenuSectionPages,
|
SrcEditSubMenuOpenFile:=RegisterIDESubMenu(SrcEditMenuSectionPages,
|
||||||
|
Loading…
Reference in New Issue
Block a user