mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 13:25:45 +02:00
Added the handlers for the 'Create' and 'Terminate' events to the 'Shared Libraries' view.
This commit is contained in:
parent
f53cdf9a79
commit
d266ca5299
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class SharedLibrariesView extends AbstractDebugView
|
||||||
*/
|
*/
|
||||||
protected Viewer createViewer( Composite parent )
|
protected Viewer createViewer( Composite parent )
|
||||||
{
|
{
|
||||||
TableViewer viewer = new TableViewer( parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL );
|
TableViewer viewer = new TableViewer( parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL );
|
||||||
viewer.setContentProvider( new SharedLibrariesViewContentProvider() );
|
viewer.setContentProvider( new SharedLibrariesViewContentProvider() );
|
||||||
viewer.setLabelProvider( getModelPresentation() );
|
viewer.setLabelProvider( getModelPresentation() );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue