mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Bug 82264: Enhance the Shared Libraries view.
This commit is contained in:
parent
37b5f06416
commit
9813808d70
1 changed files with 1 additions and 5 deletions
|
@ -167,11 +167,6 @@ public class ModulesView extends AbstractDebugEventHandlerView implements IDebug
|
|||
*/
|
||||
private IDocument fDetailDocument;
|
||||
|
||||
/**
|
||||
* The configuration being used in the details area
|
||||
*/
|
||||
private SourceViewerConfiguration fSourceViewerConfiguration;
|
||||
|
||||
/**
|
||||
* Selection provider for this view.
|
||||
*/
|
||||
|
@ -352,6 +347,7 @@ public class ModulesView extends AbstractDebugEventHandlerView implements IDebug
|
|||
detailsViewer.setDocument( getDetailDocument() );
|
||||
detailsViewer.getTextWidget().setFont( JFaceResources.getFont( IInternalCDebugUIConstants.DETAIL_PANE_FONT ) );
|
||||
getDetailDocument().addDocumentListener( getDetailDocumentListener() );
|
||||
detailsViewer.configure( new SourceViewerConfiguration() );
|
||||
detailsViewer.setEditable( false );
|
||||
Control control = detailsViewer.getControl();
|
||||
GridData gd = new GridData( GridData.FILL_BOTH );
|
||||
|
|
Loading…
Add table
Reference in a new issue