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

[plug-in] Add Tree View and Tree Data Provider APIs #2782

Closed
4 tasks done
ashumilova opened this issue Sep 5, 2018 · 2 comments
Closed
4 tasks done

[plug-in] Add Tree View and Tree Data Provider APIs #2782

ashumilova opened this issue Sep 5, 2018 · 2 comments
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team

Comments

@ashumilova
Copy link

ashumilova commented Sep 5, 2018

The new plugin model should contain the tree view and tree data provider APIs.
Tree View should have :

  • tree view definition
  • tree view item definition
  • tree view events (TreeViewExpansionEvent, TreeViewSelectionChangeEvent, TreeViewVisibilityChangeEvent)

For tree data provider:

  • provide ability to register provider for tree data
@vitaliy-guliy
Copy link
Contributor

Everything is done except 'TreeViewVisibilityChangeEvent'. I cannot find it in the VSCode api.

@vitaliy-guliy
Copy link
Contributor

[ Improvement ] Make it possible to render hyperlinks in the Tree node #3304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

No branches or pull requests

2 participants