Package processing.plugin.ui.editor.language

Examples of processing.plugin.ui.editor.language.ProcessingDoubleClickSelector


    return (IDocument.DEFAULT_CONTENT_TYPE.equals(contentType) ? "//" : null); //$NON-NLS-1$
  }
 
  /* Method declared on SourceViewerConfiguration */
  public ITextDoubleClickStrategy getDoubleClickStrategy(ISourceViewer sourceViewer, String contentType) {
    return new ProcessingDoubleClickSelector();
  }
View Full Code Here

TOP

Related Classes of processing.plugin.ui.editor.language.ProcessingDoubleClickSelector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.