getDocument(editor.getEditorInput());
if (document != null) {
String w = document.get(where.x, where.y);
document.replace(where.x, where.y, "´" + w + "´");
if (w.length() == 0)
editor.selectAndReveal(where.x+1, 0);
}
}
catch (BadLocationException e) {
// TODO Auto-generated catch block
// e.printStackTrace();