mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Added uid.
This commit is contained in:
parent
c7a38037b6
commit
af2dd181dd
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public class ExecutablesViewer extends BaseViewer implements IExecutablesChangeL
|
||||||
getTree().setHeaderVisible(true);
|
getTree().setHeaderVisible(true);
|
||||||
getTree().setLinesVisible(true);
|
getTree().setLinesVisible(true);
|
||||||
executablesView.getSite().setSelectionProvider(this);
|
executablesView.getSite().setSelectionProvider(this);
|
||||||
|
getTree().setData(".uid", "ExecutablesViewerTree"); //$NON-NLS-1$ //$NON-NLS-2$
|
||||||
|
|
||||||
createColumns();
|
createColumns();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue