1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/launchbar/org.eclipse.launchbar.ui.tests
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
..
.settings Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
META-INF Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
src/org/eclipse/launchbar/ui/tests Adds capability to display warnings in LaunchBar Launch Config Dialog (#879) 2024-09-12 17:16:09 -04:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.project Bug 558439: Move launchbar plug-ins into its own folder 2019-12-18 13:41:51 -05:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
build.properties Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml 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
swtbot-test-plugin.properties Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00