Skip to content
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

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Aug 7, 2024

  1. Adds capability to display warnings in LaunchBar Launch Config Dialog

    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.
    betamaxbandit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6a83794 View commit details
    Browse the repository at this point in the history