Class BslXtextQuickAssistProcessor

  • All Implemented Interfaces:
    org.eclipse.jface.text.quickassist.IQuickAssistProcessor

    public class BslXtextQuickAssistProcessor
    extends org.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor
    Special implementation of XtextQuickAssistProcessor for Bsl with possibility to add quick-fixes for all warning issues
    • Field Summary

      • Fields inherited from class org.eclipse.xtext.ui.editor.quickfix.AbstractIssueResolutionProviderAdapter

        DEFAULT_IMAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canFix​(org.eclipse.jface.text.source.Annotation annotation)  
      • Methods inherited from class org.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor

        canAssist, computeQuickAssistProposals, create, createQuickfixes, getApplicableAnnotations, getApplicableAnnotations, getErrorMessage, getIssueUtil, selectAndRevealQuickfix, sortQuickfixes
      • Methods inherited from class org.eclipse.xtext.ui.editor.quickfix.AbstractIssueResolutionProviderAdapter

        getImage, getResolutionProvider, getResolutions
    • Constructor Detail

      • BslXtextQuickAssistProcessor

        public BslXtextQuickAssistProcessor()
    • Method Detail

      • canFix

        public boolean canFix​(org.eclipse.jface.text.source.Annotation annotation)
        Specified by:
        canFix in interface org.eclipse.jface.text.quickassist.IQuickAssistProcessor
        Overrides:
        canFix in class org.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor