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

That helps. Thanks. 

On Tue, Sep 15, 2015 at 4:45 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
Hi Krishna,

By default, if you run eclipse with "Run As, Eclipse Application". It will create a launch configurations that includes *all* plugins in your workspace plus all plugins in the Eclipse you target.

You can removed plugins in the Plugins tab of the launch configuration.
http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Flaunchers%2Fplugins.htm
So if you go in the menu Run, Run Configurations, you should see a launch called "New_Configuration" (or something else if you renamed it). If you click on that, you should see the Plugins tab.

Hope this helps,
Marc-Andre

From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Krishna Narasimhan [krishna.nm86@xxxxxxxxx]
Sent: Tuesday, 15 September 2015 10:37 AM
To: CDT General developers list.
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 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev



--
-----------------------------------------------------
I dare do all that may become a man; Who dares do more, is none - Macbeth, twelfh night!
Regards
       Krishna

Back to the top