1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Bug 82264: Enhance the Shared Libraries view.

This commit is contained in:
Mikhail Khodjaiants 2005-02-08 00:14:41 +00:00
parent 37b5f06416
commit 9813808d70

View file

@ -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 );