-
Notifications
You must be signed in to change notification settings - Fork 117
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
Additional Separator #1648
base: master
Are you sure you want to change the base?
Additional Separator #1648
Conversation
Hi @iloveeclipse , pls check this additional separator for eclipse-jdt/eclipse.jdt.debug#550 (comment) |
Test Results 1 668 files - 87 1 668 suites - 87 1h 14m 39s ⏱️ - 11m 32s Results for commit aa485f3. ± Comparison against base commit 3f7070e. This pull request removes 597 tests.
♻️ This comment has been updated with latest results. |
please post before/after screenshot |
As of now visually it doesn't make difference But this will help in arranging a new option in the proper position |
* Identifier for breakpoint operations other than enable/disable succeeding a | ||
* breakpoint group in a menu (value <code>"BreakpointAdditionalGroup"</code>). | ||
* | ||
* @since 3.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new public api
Build fails with missing version increment:
|
will do a version bump |
8ff4f6f
to
2a6339b
Compare
2a6339b
to
03e472f
Compare
This PR provides additional separation and arrangements between Enable/Disable Actions in breakpoints view. New actions can be contributed here. Part of Enhancement #eclipse-jdt/eclipse.jdt.debug#550
03e472f
to
aa485f3
Compare
This PR provides additional separation and arrangements between Enable/Disable Actions in breakpoints view. New actions can be contributed here.
Part of Enhancement #eclipse-jdt/eclipse.jdt.debug#550