Fix hover functionality.
authorincastrix <incastrix>
Sat, 10 Oct 2009 00:02:41 +0000 (00:02 +0000)
committerincastrix <incastrix>
Sat, 10 Oct 2009 00:02:41 +0000 (00:02 +0000)
net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPTextHover.java

index 9b2a03d..118a77d 100644 (file)
@@ -122,7 +122,7 @@ public class PHPTextHover implements ITextHover {
                                                                hoverInfo = hoverInfoBuffer.toString();
                                                        } catch (Throwable e) {
                                                                // ignore exceptions
-                                                               // e.printStackTrace();
+                                                               e.printStackTrace();
                                                        }
                                                }
                                        }