@Override public void handle(ReadOnlyFragmentModificationException e) { HintManager.getInstance().showErrorHint(myEditor, "It's not allowed to delete answer placeholders"); }
@Override public void handle(ReadOnlyFragmentModificationException e) { Messages.showErrorDialog(EditorBundle.message("guarded.block.modification.attempt.error.message"), EditorBundle.message("guarded.block.modification.attempt.error.title")); }
void handle(ReadOnlyFragmentModificationException e);