Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add a new view? #1433

Closed
wn092943 opened this issue Jun 6, 2016 · 3 comments
Closed

How to add a new view? #1433

wn092943 opened this issue Jun 6, 2016 · 3 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@wn092943
Copy link

wn092943 commented Jun 6, 2016

hi,
How to add a new view that likes the debuggerView? Could you give me some tips or tutorials? And I want to add an action or button which will switch perspective when pushed. How to create a new perspective?
Hope for your answer.

@ghost
Copy link

ghost commented Jun 6, 2016

@wn092943 you may want to start with https://eclipse-che.readme.io/v4.3/docs/introduction-1 and then ask more specific questions.

@ghost ghost added the kind/question Questions that haven't been identified as being feature requests or bugs. label Jun 6, 2016
@slemeur
Copy link
Contributor

slemeur commented Jun 6, 2016

Hi @wn092943.
We are actually adding documentation and tutorials about how to author extensions for Eclipse Che. It is the link, that @eivantsov gave you.

We are planning to add a section about Views and UI Components - and explain how to create a custom perspective. That is planned for a following iteration.

In the meantime, we'll be happy to give you guidance and help in order to get your perspective implemented.
At this moment, we have 2 perspectives in the IDE: Dev and Ops

perspective-switcher

You'll find the corresponding code into the che-plugin-machine.
More specifically here:
https://github.com/eclipse/che/tree/master/plugins/plugin-machine/che-plugin-machine-ext-client/src/test/java/org/eclipse/che/ide/extension/machine/client/perspective

@TylerJewell
Copy link

@wn092943 - we published new plugin resource center in the docs with explanations on how to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

3 participants