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

JBIDE-17814 - Empty editor is opened instead of Central editor #271

Closed
wants to merge 1 commit into from

Conversation

snjeza
Copy link
Member

@snjeza snjeza commented Jul 23, 2014

https://issues.jboss.org/browse/JBIDE-17814
Empty editor is opened instead of Central editor

@@ -450,6 +487,23 @@ public BundleContext getBundleContext() {
return bundleContext;
}

private void fixEditors(IWorkbenchPage page) {
IEditorReference[] references = page.getEditorReferences();
Copy link
Member

Choose a reason for hiding this comment

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

should javadoc this method on what it does and why it exist with reference to https://bugs.eclipse.org/bugs/show_bug.cgi?id=386648

Copy link
Member Author

Choose a reason for hiding this comment

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

I have done it.

@fbricon
Copy link
Member

fbricon commented Sep 4, 2014

Works as expected after an eclipse unsafe shutdown.
PR applied in master and 4.2.x

@fbricon fbricon closed this Sep 4, 2014
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

3 participants