3.x RC1 compatibility show and refresh browser preview
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPUnitEditor.java
index 721a6a7..3c7861a 100644 (file)
@@ -1799,10 +1799,10 @@ public class PHPUnitEditor extends PHPEditor { //implements
                        } else
                                performSave(false, progressMonitor);
                }
-//             IAction a = ShowExternalPreviewAction.getInstance();
-//             if (a != null) {
-//                     a.run();
-//             }
+               ShowExternalPreviewAction a = ShowExternalPreviewAction.getInstance();
+               if (a != null) {
+                       a.refresh();
+               }
        }
 
        public boolean isSaveAsAllowed() {