| 500 | } |
| 501 | |
| 502 | void OnSetRightSelection(const CommandContext &context) |
| 503 | { |
| 504 | SelectUtilities::OnSetRegion(context.project, |
| 505 | false, true, XO("Set Right Selection Boundary")); |
| 506 | } |
| 507 | |
| 508 | void OnSelectStartCursor(const CommandContext &context) |
| 509 | { |
nothing calls this directly
no test coverage detected