You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I have read docs about how to extend Eclipse Che from https://eclipse-che.readme.io/v4.3, but I can not get information that I need.
I wanted to extend a new project type. Once this new project is created, workspace should show me a new perspective with new functions that doesn't work for coding or compiling, not a IDE. As developing a RCP program based on Eclipse, I hope develop a new program based on Che.
I hope I can get some tips, it is better if you can provide tutorials.
By the way, whether Eclipse che support GEF?
The text was updated successfully, but these errors were encountered:
@slemeur Will get you a response. The plugin resource center is going to be published soon. This will be a good test to see if we have covered all of the scenarios.
We are still working on it, but would definitely appreciate your feedback on the new documentation resources that we will publish about authoring Che extension.
The plugin resource center is written as a set of tutorials + sample code, each of them are covering different areas and possibilities for Che extensions.
I recommend you to start by the introduction.
The source code of the tutorials are here.
For your particular use case, you might need to create a custom assembly and remove all the plugins that are not needed for your use case.
At this moment, there is no support of GEF inside of Che - even if we would love to get that (along with GMF and EMF). We are exploring and considering some options on this particular area.
hi,
I have read docs about how to extend Eclipse Che from
https://eclipse-che.readme.io/v4.3
, but I can not get information that I need.I wanted to extend a new project type. Once this new project is created, workspace should show me a new perspective with new functions that doesn't work for coding or compiling, not a IDE. As developing a RCP program based on Eclipse, I hope develop a new program based on Che.
I hope I can get some tips, it is better if you can provide tutorials.
By the way, whether Eclipse che support GEF?
The text was updated successfully, but these errors were encountered: