(empty log message)
@@ -56,6 +56,7 @@ | ||
56 | 56 | protected IStructuredSelection selection; |
57 | 57 | |
58 | 58 | public void selectionChanged(ISelection _selection) { |
59 | + System.out.println("debug:" + _selection); | |
59 | 60 | if (_selection instanceof IStructuredSelection) { |
60 | 61 | this.selection = (IStructuredSelection) _selection; |
61 | 62 | } else { |
@@ -64,6 +65,7 @@ | ||
64 | 65 | } |
65 | 66 | |
66 | 67 | public void setActiveEditor(ITableViewEditor target) { |
68 | + System.out.println("ITableViewEditor debug:" + target); | |
67 | 69 | this.project = Activator.getDefault().getDefaultProject(); |
68 | 70 | |
69 | 71 | editor = target; |