}
if (escPressed == 1){
lines[1] = item.getText(0);
lines[2] = text.getText();
//System.out.println(lines[1] + " | " + lines[2]);
epiMaker = new EpiMaker();
epiMaker.commentWriter(pluginInterface, lines);
Control oldEditor = editor.getEditor();
if (oldEditor != null)
{
oldEditor.dispose();