comparison dwtx/jface/text/DefaultInformationControl.d @ 135:65801ad2b265

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 51e6e63f930e
children b6bad70d540a
comparison
equal deleted inserted replaced
134:51e6e63f930e 135:65801ad2b265
564 /* 564 /*
565 * @see dwtx.jface.text.IInformationControlExtension5#getInformationPresenterControlCreator() 565 * @see dwtx.jface.text.IInformationControlExtension5#getInformationPresenterControlCreator()
566 * @since 3.4 566 * @since 3.4
567 */ 567 */
568 public IInformationControlCreator getInformationPresenterControlCreator() { 568 public IInformationControlCreator getInformationPresenterControlCreator() {
569 return new IInformationControlCreator() { 569 return new class() IInformationControlCreator {
570 /* 570 /*
571 * @see dwtx.jface.text.IInformationControlCreator#createInformationControl(dwt.widgets.Shell) 571 * @see dwtx.jface.text.IInformationControlCreator#createInformationControl(dwt.widgets.Shell)
572 */ 572 */
573 public IInformationControl createInformationControl(Shell parent) { 573 public IInformationControl createInformationControl(Shell parent) {
574 return new DefaultInformationControl(parent, cast(ToolBarManager) null, fPresenter); 574 return new DefaultInformationControl(parent, cast(ToolBarManager) null, fPresenter);