| 741 | } |
| 742 | |
| 743 | void OnSelContractLeft(const CommandContext &context) |
| 744 | { |
| 745 | if( !OnlyHandleKeyUp( context ) ) |
| 746 | SeekLeftOrRight( context.project, DIRECTION_RIGHT, SELECTION_CONTRACT, |
| 747 | mSeekInfo ); |
| 748 | } |
| 749 | |
| 750 | void OnSelContractRight(const CommandContext &context) |
| 751 | { |
nothing calls this directly
no test coverage detected