Class BslOccurrenceMarker

java.lang.Object
org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker
com._1c.g5.v8.dt.bsl.ui.editor.occurrences.BslOccurrenceMarker

public class BslOccurrenceMarker extends org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker
Custom OccurrenceMarker for Built-In language with possibility to change strategy of searching the same occurrences
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker

    org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker.MarkOccurrenceJob
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    connect(org.eclipse.xtext.ui.editor.XtextEditor editor, boolean isMarkOccurrences)
     
    protected void
     
    void
    setMarkOccurrences(boolean isMarkOccurrences)
     

    Methods inherited from class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker

    createSelectionChangedListener, disconnect, getSelectionChangedListener, joinMarkOccurrenceJob

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BslOccurrenceMarker

      public BslOccurrenceMarker()
  • Method Details

    • connect

      public void connect(org.eclipse.xtext.ui.editor.XtextEditor editor, boolean isMarkOccurrences)
      Overrides:
      connect in class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker
    • setMarkOccurrences

      public void setMarkOccurrences(boolean isMarkOccurrences)
      Overrides:
      setMarkOccurrences in class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker
    • doMarkOccurrences

      protected void doMarkOccurrences(ISelection selection)
      Overrides:
      doMarkOccurrences in class org.eclipse.xtext.ui.editor.occurrences.OccurrenceMarker