mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:09:12 +02:00
Ide, Options, updated defaults for "move caret on right click"
git-svn-id: trunk@25410 -
This commit is contained in:
parent
3f38e5e58d
commit
e207fc15bc
@ -2522,7 +2522,7 @@ begin
|
||||
AddCommand(emcMouseLink, False, mbMiddle, ccSingle, cdDown, [], []);
|
||||
end;
|
||||
|
||||
AddCommand(emcContextMenu, FTextRightMoveCaret, mbRight, ccSingle, cdUp, [], []);
|
||||
AddCommand(emcContextMenu, FTextRightMoveCaret, mbRight, ccSingle, cdUp, [], [], emcoSelectionCaretMoveNever);
|
||||
|
||||
case FTextCtrlLeftClick of
|
||||
moTCLJump:
|
||||
|
Loading…
Reference in New Issue
Block a user