Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Managing multiple plugin projects in the same workspace

Hi Krishna

 

I guess you are just using the default „Run As -> Eclipse Application“ command from the context menu. This will create a run configuration containing everything in your workspace. In the run configurations dialog (plug-ins tab) you can specifically select the plug-ins you’d like to run. So, I’d suggest you create separate run configurations for your plug-ins, each just loading one of your plug-ins.

 

Hope this helps!

 

Kind Regards

Thomas

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Krishna Narasimhan
Sent: Dienstag, 15. September 2015 16:37
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Managing multiple plugin projects in the same workspace

 

Hello all,

     I have two plugin projects with both of them introducing menu items to the CDT popup/ main menus. For some reason, whichever project I run, both the menu items are enabled. Anyone aware of why this happens? And if there are ways to compile, build and run/test  plugin projects separately.

 

 

Regards,

Krishna 


Back to the top