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

CODENVY-209: Change title of loading page of IDE. #990

Merged
merged 1 commit into from
Apr 14, 2016

Conversation

AndrienkoAleksandr
Copy link
Contributor

Title contain product name and workspace name if workspace is running or starting

@@ -358,6 +358,10 @@ public void onProjectDeleted(DeleteProjectEvent event) {
}

view.removeNode(toDelete, true);

if (!view.getRootNodes().isEmpty()) {
select(view.getRootNodes().get(0), true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass false as second argument. We don't need to save selection on ones changing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@vparfonov
Copy link
Contributor

ok

1 similar comment
@skabashnyuk
Copy link
Contributor

ok

@AndrienkoAleksandr AndrienkoAleksandr force-pushed the CODENVY-209 branch 2 times, most recently from ed1663c to 39cbf02 Compare April 14, 2016 06:32
Title contain product name and workspace name if workspace is running or starting

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants