Ide, Options, updated defaults for "move caret on right click"

git-svn-id: trunk@25410 -
This commit is contained in:
martin 2010-05-14 22:48:23 +00:00
parent 3f38e5e58d
commit e207fc15bc

View File

@ -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: