eclipse.platform.ui
eclipse.platform.ui copied to clipboard
Disable UI Freeze Error log by default
When something takes long it is contra productive that the error log pops up and robs the focus, disturbing my work even more. It should do so on real errors, but some things simply take long. Therefore by default the error log should only pop up on errors and freezes should not be reported as errors.
Downgrading freezes error/warning to warnings/info does not work so good with public API likeorg.eclipse.ui.monitoring.PreferenceConstants.LONG_EVENT_ERROR_THRESHOLD_MILLIS
WDYT?