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-19292] Closing Central right after JBDS startup SWTException #322

Closed
wants to merge 1 commit into from

Conversation

dgolovin
Copy link
Member

Fix moves update code in UI thread and relive editor from
finding current display. UIJob will find current display
for running workspace and call runInUIThred method inside
runnable passed to display.asyncExec() method. updateTitle()
method itself is safe to run when Central editor is closed, because
it has all isDisposed() checks for involved widgets.

Fix moves update code in UI thread and releave editor from
finding current display. UIJob will find current display
for running workspace and call runInUIThred method inside
runnable passed to display.asyncExec() metyhod. updateTitle()
method itself safe to run when Central editor is closed, because
it has all isDisposed() checks for involved wigets.
@fbricon
Copy link
Member

fbricon commented Feb 20, 2015

Applied in master

@fbricon fbricon closed this Feb 20, 2015
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

2 participants