Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] static methods in CUIPlugin

> This patch changes the getActiveWorkbenchWindow() and 
> getActiveWorkbenchShell() into static methods. This is for consistency 
> sake with JDT to make porting code simpler.
> 
> I can't forsee any ill effects other than a few compiler warnings where 
> code that was calling CUIPlugin.getDefault().getActiveWorkbenchWindow() 
> should now call CUIPlugin.getActiveWorkbenchWindow().
> 

OK, applied.



Back to the top