1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/launchbar
betamax efbba15eab
Adds capability to display warnings in LaunchBar Launch Config Dialog (#879)
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.
2024-09-12 17:16:09 -04:00
..
org.eclipse.launchbar Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00
org.eclipse.launchbar.core Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.launchbar.core.tests Update to latest Orbit which means new mockito version 2022-11-14 16:04:19 -05:00
org.eclipse.launchbar.remote Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00
org.eclipse.launchbar.remote.core Build with Tycho 4.0.6 (#715) 2024-02-22 21:38:57 -05:00
org.eclipse.launchbar.remote.ui Build with Tycho 4.0.6 (#715) 2024-02-22 21:38:57 -05:00
org.eclipse.launchbar.ui Adds capability to display warnings in LaunchBar Launch Config Dialog (#879) 2024-09-12 17:16:09 -04:00
org.eclipse.launchbar.ui.controls [#669] Switch from "Require-Bundle:" to "Import-Package:" directive 2024-01-05 21:15:21 +03:00
org.eclipse.launchbar.ui.tests Adds capability to display warnings in LaunchBar Launch Config Dialog (#879) 2024-09-12 17:16:09 -04:00
pom.xml Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00