comparison dwtx/jface/text/contentassist/AdditionalInfoController.d @ 137:25170b5a8951

Regex this.outer change
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:22:48 +0200
parents 6dcb0baaa031
children b6bad70d540a
comparison
equal deleted inserted replaced
136:6dcb0baaa031 137:25170b5a8951
494 fTimer= new class(fProposalTable.getDisplay(), fDelay) Timer { 494 fTimer= new class(fProposalTable.getDisplay(), fDelay) Timer {
495 protected void showInformation(ICompletionProposal proposal, Object info) { 495 protected void showInformation(ICompletionProposal proposal, Object info) {
496 InformationControlReplacer replacer= getInternalAccessor().getInformationControlReplacer(); 496 InformationControlReplacer replacer= getInternalAccessor().getInformationControlReplacer();
497 if (replacer !is null) 497 if (replacer !is null)
498 replacer.hideInformationControl(); 498 replacer.hideInformationControl();
499 AdditionalInfoController.this.showInformation(proposal, info); 499 this.outer.showInformation(proposal, info);
500 } 500 }
501 }; 501 };
502 } 502 }
503 503
504 /* 504 /*