| 724 | } |
| 725 | |
| 726 | void OnSelExtendRight(const CommandContext &context) |
| 727 | { |
| 728 | if( !OnlyHandleKeyUp( context ) ) |
| 729 | SeekLeftOrRight( context.project, DIRECTION_RIGHT, SELECTION_EXTEND, |
| 730 | mSeekInfo ); |
| 731 | } |
| 732 | |
| 733 | void OnSelSetExtendLeft(const CommandContext &context) |
| 734 | { |
nothing calls this directly
no test coverage detected