Added some examples for context menu on Outline
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / net / sourceforge / phpeclipse / example / outline / Type2Console.java
index 6bbe516..9c08fa7 100644 (file)
@@ -56,6 +56,7 @@ public class Type2Console implements IObjectActionDelegate {
     }
 
     private void showSourceInConsole(String actionId) throws Exception {
+         System.out.println(actionId);
         if (!(myType.isInterface() || myType.isClass())) {
             throw new Exception("incompatible Type");
         }