Package org.eclipse.dltk.internal.ui.editor

Examples of org.eclipse.dltk.internal.ui.editor.ScriptSourceViewer.configure()


  protected ProjectionViewer createPreviewViewer(Composite parent, boolean showAnnotationsOverview,
      int styles, IPreferenceStore store) {
    ScriptSourceViewer sourceViewer = new ScriptSourceViewer(parent, null, null,
      showAnnotationsOverview, styles, store);
    DeeSimpleSourceViewerConfiguration configuration = createSimpleSourceViewerConfiguration(store, null);
    sourceViewer.configure(configuration);
    configuration.setupViewerForTextPresentationPrefChanges(sourceViewer);
    return sourceViewer;
  }
 
  protected DeeSimpleSourceViewerConfiguration createSimpleSourceViewerConfiguration(
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.