[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: PropertyTester not firing

PropertyTesters return NOT_LOADED (which equates to TRUE) until their plugin is loaded. Evaluation a property tester will not cause it to load. In RCP apps you can use forcePluginActivation="true" in your tests to force it to load.

Starting the first, unrelated plugin must load a class from the common plugin (which means the next evaluation to the property tester will return TRUE/FALSE since it is now loaded)

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/workbench.htm