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

View Container widget improvements #4386

Closed
1 of 3 tasks
olexii4 opened this issue Feb 20, 2019 · 4 comments
Closed
1 of 3 tasks

View Container widget improvements #4386

olexii4 opened this issue Feb 20, 2019 · 4 comments
Labels
plug-in system issues related to the plug-in system

Comments

@olexii4
Copy link
Contributor

olexii4 commented Feb 20, 2019

We should improve the TreeView widget:

  • Restore the previous widget state after reloading.
  • Add each view container into the 'View' menu.
  • Remove all unnecessary timers from the widget implementation. Add code clean up.
@evidolob evidolob added the plug-in system issues related to the plug-in system label Feb 20, 2019
@evidolob evidolob changed the title TreeView widget improvements View Container widget improvements Feb 27, 2019
@akosyakov
Copy link
Member

akosyakov commented Jul 10, 2019

Please see #5665

It aims to bring state restoration of view containers and views.

Add each view container into the 'View' menu.

It will also provide a command to open a view otherwise there is no way to reopen a view container after closing it. Not sure about adding to View menu, it will pollute the menu fast. We can add view containers though instead there are not so many of them.

@akosyakov
Copy link
Member

@olexii4 @evidolob Could you have a look at #5665? It:

  • allows to toggle view containers contributed by the plugin system, so a user can reopens them
  • should preserve plugin tree view layout state between user sessions

The PR is not final, there will be more changes to remove unnecessary changes, but feedback from the user perspective is welcomed.

@akosyakov
Copy link
Member

In #5665 there is also Open View command now to activate any contributed view. And view quick palette prefix.

@akosyakov
Copy link
Member

I believe everything was addressed in #5665

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
Projects
None yet
Development

No branches or pull requests

3 participants