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:
maxim 2018-05-10 23:02:22 +00:00
parent 524b628208
commit 3687c71bc4

View File

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