Community
Participate
Working Groups
The step filtering pref page references that filters are only enabled when the step filters toggle is activated. The pref page should allow you to enable/disable the step filters as well as the toggle action in the debug view tool bar.
*** Bug 75777 has been marked as a duplicate of this bug. ***
Deferred. The preference in the Debug UI is not public, so the Java Debug UI cannot legally reference it.
*** Bug 113381 has been marked as a duplicate of this bug. ***
The "Enable All" button is misleading on the preference page. The Controls on the preference page should be disabled whenever the global step filtering is disbabled.
The "enable/disable all" buttons should be re-lablelled to "Select All/Deselect All". Should add a check box at the top of the page to enable step filters, that toggles the IInternalDebugUIConstants.PREF_USE_STEP_FILTERS preference. This pref should be moved to IDebugUIConstants, so other plug-ins can access it as API.
Do you agree the UI should be disabled? This would be consistent with the UI for setting the editor reuse limit, and it just makes sense and points out the new change.
Created attachment 32091 [details] Adds UseStepFilters button to JavaStepFilterPreferencePage Addresses issues in Comment #5, as well as disabled the interactive widgets of the preference page when the option is disabled.
assigning to Darin for review.
Created attachment 35864 [details] patch updated patch, refined pref page
committed the debug.ui stuff, here is the jdt.ui stuff please verify Darin W
Applied patch.
Verified.