264265266267268269270271272
*/ public ITextHover getTextHover( ISourceViewer sourceViewer, String contentType ) { if ( this.textHover == null ) { this.textHover = new LdifTextHover( this.editor ); } return this.textHover; }
263264265266267268269270271