예제 #1
0
 public void execute(EditorAdaptor editorAdaptor, int count, TextObject textObject)
     throws CommandExecutionException {
   if (count == Counted.NO_COUNT_GIVEN) count = 1;
   super.execute(editorAdaptor, textObject.getRegion(editorAdaptor, 1), count);
 }
예제 #2
0
 public void execute(EditorAdaptor editorAdaptor, int count, TextObject textObject)
     throws CommandExecutionException {
   super.execute(editorAdaptor, textObject.getRegion(editorAdaptor, count), 1);
 }