Ejemplo n.º 1
0
 /* (non-java doc)
  * Change the tab/title name to include the project name.
  */
 @Override
 protected void setInput(IEditorInput input) {
   super.setInput(input);
   IFile inputFile = getInputFile();
   if (inputFile != null) {
     startMonitoringMarkers();
     setPartName(String.format("%1$s Manifest", inputFile.getProject().getName()));
   }
 }