com.cmpware.ide.views
Class SourceCodeViewConfiguration

java.lang.Object
  extended by org.eclipse.jface.text.source.SourceViewerConfiguration
      extended by com.cmpware.ide.views.SourceCodeViewConfiguration

public class SourceCodeViewConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration

This class provides the Cmpware Source Code View configuration.

Copyright (c) 2005 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Constructor Summary
SourceCodeViewConfiguration()
          Constructor
 
Method Summary
 org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
          Define reconciler for MyEditor
protected  SourceCodeScanner getScanner()
           
 
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAnnotationHover, getAutoEditStrategies, getAutoIndentStrategy, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentAssistant, getContentFormatter, getDefaultPrefixes, getDoubleClickStrategy, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixes, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Constructor Detail

SourceCodeViewConfiguration

public SourceCodeViewConfiguration()
Constructor

Method Detail

getScanner

protected SourceCodeScanner getScanner()

getPresentationReconciler

public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
Define reconciler for MyEditor

Overrides:
getPresentationReconciler in class org.eclipse.jface.text.source.SourceViewerConfiguration