comparison dwtx/jface/text/TextViewerHoverManager.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
225 * The manager uses the given information control creator. 225 * The manager uses the given information control creator.
226 * 226 *
227 * @param textViewer the viewer for which the controller is created 227 * @param textViewer the viewer for which the controller is created
228 * @param creator the information control creator 228 * @param creator the information control creator
229 */ 229 */
230 public TextViewerHoverManager(TextViewer textViewer, IInformationControlCreator creator) { 230 public this(TextViewer textViewer, IInformationControlCreator creator) {
231 super(creator); 231 super(creator);
232 fTextViewer= textViewer; 232 fTextViewer= textViewer;
233 fStopper= new ITextListener() { 233 fStopper= new ITextListener() {
234 public void textChanged(TextEvent event) { 234 public void textChanged(TextEvent event) {
235 synchronized (fMutex) { 235 synchronized (fMutex) {