125126127128129130131
/** * {@inheritDoc} */ public void enter() { execute( new NewLineInsertion( selection_, text_, insertion_ ) ); }