public int[] getFragmentStartingLines() {
   return myDiffPanel.getFragmentBeginnings();
 }
 public Editor getEditor() {
   return myDiffPanel.getCurrentSide().getEditor();
 }