Shangab
Shangab

Reputation: 39

Java plug-in Extension Point

I am creating a programming language in xtext and I want:

  1. I need to know which extension point I have to choose to create my own Run-As handler in the plug-in development. to create my handler of running the program by contributing to the Run As extension.

  2. How to attach a command when the user right-click a table in the Data Source Explorer. I want to use the table tree node to generate some code.

But i do not know which extension points provide these functionality in Eclipse.

Thank You, Abu

Upvotes: 1

Views: 239

Answers (1)

Manuel Selva
Manuel Selva

Reputation: 19050

1- org.eclipse.debug.ui.launchGroups

2- Not sure this is possible. Where does the data source explorer view comes from ? I am not aware of this view as stantard eclipse view. May be you can check with the plugins provider of this view

Upvotes: 1

Related Questions