Exemple #1
0
 bool ICommandHandler <RightKeyCommandArgs> .ExecuteCommand(RightKeyCommandArgs args, CommandExecutionContext executionContext)
 {
     GetOperations(args.TextView).MoveToNextCharacter(extendSelection: false);
     return(true);
 }
Exemple #2
0
 CommandState ICommandHandler <RightKeyCommandArgs> .GetCommandState(RightKeyCommandArgs args)
 {
     return(CommandState.Available);
 }