-
Notifications
You must be signed in to change notification settings - Fork 201
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
Adds capability to display warnings in LaunchBar Launch Config Dialog #879
Adds capability to display warnings in LaunchBar Launch Config Dialog #879
Conversation
This looks like a great test @betamaxbandit |
Failing SWTBot test added.
|
c2a7e7a
to
ce3040f
Compare
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.
I just noticed the copyright error and had a quick look at the code which lgtm. Please set ready for review when ready for full review.
...ipse.launchbar.ui/src/org/eclipse/launchbar/ui/internal/dialogs/NewLaunchConfigEditPage.java
Outdated
Show resolved
Hide resolved
Add SWTBot to test that the Launch Configuration, when opened via the Launch Bar, displays a warning in the message area. The Launch Bar Launch Configuration is, confusingly, handled by 2 different classes depending on whether a new configuration is being created (NewLaunchConfigEditPage) or edited (LaunchBarLaunchConfigDialog). When using NewLaunchConfigEditPage, the existing LaunchConfigurationTabGroupViewer.getWarningMessage() mechanism is used. This was added to eclipse-platform in Bug 386673 (commit 231ef13). When using LaunchBarLaunchConfigDialog (when editing), the new getWarningMessage() mechanism, copied from the existing, is used. In both classes above, logic was added to update the message when a tab change occurs.
ce3040f
to
6a83794
Compare
Hi @jonahgraham , I've set this PR for review now. I don't think there's anything for me to do on it right now. Waiting for you. |
Hi @jonahgraham, do I need to do anything on this? Are you able to review this please? |
Thanks @jonahgraham |
Add SWTBot to test that the Launch Configuration, when opened via the Launch Bar, displays a warning in the message area.
The launch config warnings functionality offered by [1] is now available to users of the Launch Bar.
[1] eclipse-platform/eclipse.platform@231ef13