Plugin eclipse auto start in product -



Plugin eclipse auto start in product -

i trying create plugin loads different resources taken loaded project. trying register resourcechangelistener of workspace in stage, notification of resources added workspace. earlystartup of org.eclipse.ui late(if projects loaded workspace). how or extension point can utilize in order register listener in time can hear workspace resource changes ?

thanks, clint

you should investigate having workspace save participant handle situations before plug-in started normally. few plug-ins of import plenty warrant starting without user involvement.

http://help.eclipse.org/indigo/index.jsp?topic=%2forg.eclipse.platform.doc.isv%2fguide%2fresadv_saving.htm

eclipse plugins resources startup

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -