开发者

Java plug-in Extension Point

开发者 https://www.devze.com 2023-01-19 06:03 出处:网络
I am creating a programming language in xtext and I want: I need to know which extension point I have to choose to create my own Run-As handler in the plug-in development.

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消