If the double click is near an opening or closing bracket type, this should highlight to the other bracket in the set.
If the user didn't double click a bracket, assume they wanted the word
86878889909192
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(); }