Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Custom "Run As" Command

Hi Coral, yes it is. Have a look at the org.eclipse.debug.ui.launchShortcuts extension point. You should be able to use the launch configuration type from the external tools for you short cut.

Greetings, Jens.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Karol Krizka
Sent: Monday, June 23, 2008 21:31
To: CDT General developers list.
Subject: [cdt-dev] Custom "Run As" Command

Hi all,

I am wondering if it is possible to extend CDT and add a custom "Run
As" entry that will be available for a specified project type. The
reason I am asking this is that I'm working on a plugin for a
framework that has to be run using their executable. That is: I cannot
run ./MyProject, but instead I have to run ./athena.py MyProject.

Cheers,
Karol Krizka
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top