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