# HG changeset patch # User timkelly # Date 1249402478 18000 # Node ID b1ed4ce3cbe47a9e4855d00fe6b230b192151326 # Parent 4c12a1ced0aa61326a1e06884c6959d208528e29 Merge from Carbdie bug 8513 diff -r 4c12a1ced0aa -r b1ed4ce3cbe4 cdt/cdt_6_0_x/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties --- a/cdt/cdt_6_0_x/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties Mon Aug 03 17:19:13 2009 -0500 +++ b/cdt/cdt_6_0_x/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties Tue Aug 04 11:14:38 2009 -0500 @@ -30,6 +30,9 @@ AbstractCLaunchDelegate.searching_for_errors_in=Searching for compile errors in AbstractCLaunchDelegate.20=Building prerequisite project list AbstractCLaunchDelegate.Program_is_not_a_recongnized_executable=Program is not a recognized executable. +AbstractCLaunchDelegate.BuildBeforeLaunch=Build before launch - +AbstractCLaunchDelegate.PerformingBuild=Performing required build... +AbstractCLaunchDelegate.PerformingIncrementalBuild=Performing incremental workspace build... LocalRunLaunchDelegate.Launching_Local_C_Application=Launching Local C/C++ Application LocalRunLaunchDelegate.Failed_setting_runtime_option_though_debugger=Failed to set program arguments, environment or working directory. @@ -86,6 +89,15 @@ CMainTab.Use_Active=Use Active #For CMainTab.Configuration_name: {0} - project name; {1} - configuration name CMainTab.Configuration_name={0} {1} +CMainTab.Build_options=Build (if required) before launching +CMainTab.Disable_build_button_label=Disable auto build +CMainTab.Disable_build_button_tooltip=Requires manually building project before launching (this may improve launch performance) +CMainTab.Enable_build_button_label=Enable auto build +CMainTab.Enable_build_button_tooltip=Always build project before launching (this may impact launch performance) +CMainTab.Workspace_settings_button_label=Use workspace settings +CMainTab.Workspace_settings_button_tooltip=Use workspace settings +CMainTab.Workspace_settings_link_label=Configure Workspace Settings... +CMainTab.Workspace_settings_page_id=org.eclipse.debug.ui.LaunchingPreferencePage CDebuggerTab.Advanced_Options_Dialog_Title=Advanced Options CDebuggerTab.Stop_at_main_on_startup=Stop on startup at: