.openQuestion(window.getShell(),
"Overwrite",
"The given file already exist, do you really want to overwrite it?");
}
if(ok){
editor.save(selectedFile);
}
}
} else {
MessageDialog.openInformation(window.getShell(),
"Information", "There is nothing to save");