diff dwtx/jface/text/information/InformationPresenter.d @ 135:65801ad2b265

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 51e6e63f930e
children b6bad70d540a
line wrap: on
line diff
--- a/dwtx/jface/text/information/InformationPresenter.d	Sun Aug 24 01:46:20 2008 +0200
+++ b/dwtx/jface/text/information/InformationPresenter.d	Sun Aug 24 01:52:31 2008 +0200
@@ -200,7 +200,7 @@
          */
          public void focusLost(FocusEvent e) {
             Display d= fSubjectControl.getDisplay();
-            d.asyncExec(new Runnable() {
+            d.asyncExec(new class()  Runnable {
                 // Without the asyncExec, mouse clicks to the workbench window are swallowed.
                 public void run() {
                     if (fInformationControlToClose is null || !fInformationControlToClose.isFocusControl())