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

Improve refreshing of the project tree #16

Open
vitorsouza opened this issue Oct 18, 2012 · 0 comments
Open

Improve refreshing of the project tree #16

vitorsouza opened this issue Oct 18, 2012 · 0 comments
Labels

Comments

@vitorsouza
Copy link
Member

Currently, whenever the workspace change, the project tree is completely refreshed, which results in it going back to showing only one level down from projects (i.e., projects and folders), no matter what was open before the change.

Improve this behavior by using deltas in method resourceChanged() of class it.unitn.disi.unagi.rcpapp.views.UnagiProjectExplorerView. The IResourceChangeEvent event that is given as argument for this method has a method getDelta(), whose documentation should be studied for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant