Class AtlTextDoubleClickStrategy

  • All Implemented Interfaces:
    org.eclipse.jface.text.ITextDoubleClickStrategy

    public class AtlTextDoubleClickStrategy
    extends org.eclipse.jface.text.DefaultTextDoubleClickStrategy
    This class permits to redefine the default double-clic strategy by selecting a block of matching brackets or a word in an expression.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.jface.text.IRegion findExtendedDoubleClickSelection​(org.eclipse.jface.text.IDocument document, int offset)
      • Methods inherited from class org.eclipse.jface.text.DefaultTextDoubleClickStrategy

        doubleClicked, findWord
      • Methods inherited from class java.lang.Object

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

      • AtlTextDoubleClickStrategy

        public AtlTextDoubleClickStrategy()
    • Method Detail

      • findExtendedDoubleClickSelection

        protected org.eclipse.jface.text.IRegion findExtendedDoubleClickSelection​(org.eclipse.jface.text.IDocument document,
                                                                                  int offset)
        Overrides:
        findExtendedDoubleClickSelection in class org.eclipse.jface.text.DefaultTextDoubleClickStrategy