| 748 | } |
| 749 | |
| 750 | void OnSelContractRight(const CommandContext &context) |
| 751 | { |
| 752 | if( !OnlyHandleKeyUp( context ) ) |
| 753 | SeekLeftOrRight( context.project, DIRECTION_LEFT, SELECTION_CONTRACT, |
| 754 | mSeekInfo ); |
| 755 | } |
| 756 | |
| 757 | void OnCursorSelStart(const CommandContext &context) |
| 758 | { |
nothing calls this directly
no test coverage detected