eclipse-platform / eclipse.platform

https://eclipse.dev/eclipse/
Eclipse Public License 2.0
84 stars 113 forks source link

Add "Enable All" to context menu of Breakpoints view #1532

Closed SougandhS closed 2 months ago

SougandhS commented 2 months ago

The Breakpoints view has a "Disable All" entry in its context menu, which is very convenient when working with a lot of breakpoints. But its missing an "Enable All" entry: image

Referring -https://github.com/eclipse-jdt/eclipse.jdt.debug/issues/198

SougandhS commented 2 months ago

@MohananRahul Could you please assign this to me.

jukzi commented 2 months ago

note that you can already enable all using multiselection (Strg+A) in Breakpoints view + "enable": image