com.ibm.etools.iseries.core.ui.commands
Class ISeriesSourceViewerConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
com.ibm.etools.systems.core.ui.commands.SystemCommandViewerConfiguration
com.ibm.etools.iseries.core.ui.commands.ISeriesSourceViewerConfiguration
- public class ISeriesSourceViewerConfiguration
- extends com.ibm.etools.systems.core.ui.commands.SystemCommandViewerConfiguration
This is a refinement of the DocumentViewer support for the command field,
for iSeries commands in user actions. The refinements are to do with the
fact iSeries substitution variables use &x style, versus ${x} style.
Methods inherited from class com.ibm.etools.systems.core.ui.commands.SystemCommandViewerConfiguration |
getContentAssistant, getSubstVarList, setSubstVarList |
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration |
getAnnotationHover, getAutoIndentStrategy, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentFormatter, getDefaultPrefixes, getDoubleClickStrategy, getIndentPrefixes, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getPresentationReconciler, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
ISeriesSourceViewerConfiguration
public ISeriesSourceViewerConfiguration()
- Constructor for ISeriesSourceViewerConfiguration.
getStart
protected int getStart(String string,
int end)
- Guesses the start position of the completion.
Backs up to the previous '&' character and starts there.
getCompletionProposalAutoActivationCharacters
protected char[] getCompletionProposalAutoActivationCharacters()
- Return the characters which trigger the auto-display of the list
substitution variables. We override the parent for iSeries so we
can return '&' versus '$'
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.