private void moveSelection(final boolean up) {
   _gsEditor.waitForParser();
   moveSelectionNow(up);
 }