/**
  * Switches to the Source editor by clicking on the "Source" tab item and waits for the source
  * text area to be initialized.
  */
 public void switchToSource() {
   switchToSource(true);
 }