You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultipageEditorPart check for tab disposal when getting Editor
Getting an editor of a MultpageEditorPart during disposal of the editor
led to dispose exceptions as getEditor is accessing an Item's data
without checking for disposal. This happened for example when during
shutdown the Web-kit widget is sending SWT events. (see
eclipse-4diac/4diac-ide#1808 for details). By
checking for disposal of the item. This issue is prevent.
0 commit comments