2 * Created on 13.01.2003 by Jan Schulz
4 package net.sourceforge.phpdt.tidy.actions;
6 import net.sourceforge.phpdt.tidy.JTidyConsole;
7 import org.eclipse.jface.action.IAction;
13 public class ParseWithJTidyEditorAction extends AbstractJTidyEditorAction {
18 * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction)
20 public void run(IAction action) {
24 } catch (ParseFailedException e) {