mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +02:00
IDE, keymappings: assign correct descriptions to the following selection commands:
ecSelWordEndLeft ecSelWordEndRight ecSelHalfWordLeft ecSelHalfWordRight ecSelSmartWordLeft ecSelSmartWordRight git-svn-id: trunk@57892 -
This commit is contained in:
parent
524b628208
commit
3687c71bc4
@ -363,12 +363,12 @@ begin
|
||||
ecSelDown : Result:= srkmecSelDown;
|
||||
ecSelWordLeft : Result:= srkmecSelWordLeft;
|
||||
ecSelWordRight : Result:= srkmecSelWordRight;
|
||||
ecSelWordEndLeft : Result:= srkmecWordEndLeft;
|
||||
ecSelWordEndRight : Result:= srkmecWordEndRight;
|
||||
ecSelHalfWordLeft : Result:= srkmecHalfWordLeft;
|
||||
ecSelHalfWordRight : Result:= srkmecHalfWordRight;
|
||||
ecSelSmartWordLeft : Result:= srkmecSmartWordLeft;
|
||||
ecSelSmartWordRight : Result:= srkmecSmartWordRight;
|
||||
ecSelWordEndLeft : Result:= srkmecSelWordEndLeft;
|
||||
ecSelWordEndRight : Result:= srkmecSelWordEndRight;
|
||||
ecSelHalfWordLeft : Result:= srkmecSelHalfWordLeft;
|
||||
ecSelHalfWordRight : Result:= srkmecSelHalfWordRight;
|
||||
ecSelSmartWordLeft : Result:= srkmecSelSmartWordLeft;
|
||||
ecSelSmartWordRight : Result:= srkmecSelSmartWordRight;
|
||||
ecSelLineStart : Result:= srkmecSelLineStart;
|
||||
ecSelLineEnd : Result:= srkmecSelLineEnd;
|
||||
ecSelPageUp : Result:= srkmecSelPageUp;
|
||||
|
Loading…
Reference in New Issue
Block a user