Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-11-22 23:46:49 +0000
committerJonah Graham2018-11-23 07:52:26 +0000
commitff75ae80fa44dfc925064f7ca0169ac80997bc77 (patch)
tree7db3666d26eeae703d9bc650d5d4540bc71406fb /build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
parentbe35c7327d2a6168718afea45181a058a7d414fa (diff)
downloadorg.eclipse.cdt-ff75ae80fa44dfc925064f7ca0169ac80997bc77.tar.gz
org.eclipse.cdt-ff75ae80fa44dfc925064f7ca0169ac80997bc77.tar.xz
org.eclipse.cdt-ff75ae80fa44dfc925064f7ca0169ac80997bc77.zip
Bug 540373: Cleanup: Remove trailing whitespace in properties files
Command used: # Remove space at eol in comments find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/^(#.*)[ \t]+$/\1/' {} + # Remove space at eol in blank lines find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/^[ \t]+$//' {} + # Replace escaped spaces at eol with unicode find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/([^\\])\\ $/\1\\u0020/' {} + # Replace unescaped spaces at eol with unicode find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/([^\\]) $/\1\\u0020/' {} + # Replace escaped tabs at eol with unicode find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/([^\\])\\\t$/\1\\u0009/' {} + # Replace unescaped tabs at eol with unicode find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/([^\\])\t$/\1\\u0009/' {} + # Stage all changes git add -A . # trim any remaining whitespace and then identify and fixup # manually # Only dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/MessagesForDebugVM.properties # needed this due to missing newline at end of the file find . ! -path "./.git/*" -type f -name *.properties -exec sed -i -E 's/[ \t]+$//' {} + Change-Id: I858f16891fe001f4f7e62d5a4f904146e891cd39
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties46
1 files changed, 23 insertions, 23 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
index 667756723e6..2ef411bac4d 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
+++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
@@ -19,7 +19,7 @@ BuilderSettingsTab_1=Builder &type:
BuilderSettingsTab_2=External builder
BuilderSettingsTab_3=Internal builder
BuilderSettingsTab_4=&Use default build command
-BuilderSettingsTab_5=Build &command:
+BuilderSettingsTab_5=Build &command:\u0020
BuilderSettingsTab_6=Makefile generation
BuilderSettingsTab_7=&Generate Makefiles automatically
BuilderSettingsTab_8=&Expand Env. Variable Refs in Makefiles
@@ -27,7 +27,7 @@ BuilderSettingsTab_9=Build settings
BuilderSettingsTab_10=Stop on first build error
BuilderSettingsTab_EnableParallelBuild=Enable parallel build
BuilderSettingsTab_UseOptimalJobs=Use optimal jobs ({0})
-BuilderSettingsTab_UseParallelJobs=Use parallel jobs:
+BuilderSettingsTab_UseParallelJobs=Use parallel jobs:\u0020
BuilderSettingsTab_UseUnlimitedJobs=Use unlimited jobs
BuilderSettingsTab_14=Workbench Build Behavior
BuilderSettingsTab_15=Workbench build type:
@@ -45,12 +45,12 @@ BuildStepsTab_3=Post-build steps
BuildStepsTab_4=Resource Custom Build Step
BuildStepsTab_5=Additional input file name(s):
BuildStepsTab_6=Output file name(s):
-ArtifactTab_0=Artifact Type:
-ArtifactTab_1=Artifact name:
-ArtifactTab_2=Artifact extension:
+ArtifactTab_0=Artifact Type:\u0020
+ArtifactTab_1=Artifact name:\u0020
+ArtifactTab_2=Artifact extension:\u0020
ArtifactTab_3=Output prefix:
CPropertyVarsTab_0=Show system variables
-CPropertyVarsTab_Description=Build Variables are IDE only variables, which can be used for string substitution when defining external builder configuration, such as environment variable value or command line parameter in form of ${VAR}, internal builder may use them directly.
+CPropertyVarsTab_Description=Build Variables are IDE only variables, which can be used for string substitution when defining external builder configuration, such as environment variable value or command line parameter in form of ${VAR}, internal builder may use them directly.\u0020
DiscoveryTab_0=Discovery profiles scope
DiscoveryTab_1=Per Language
DiscoveryTab_2=Configuration-wide
@@ -63,20 +63,20 @@ DiscoveryTab_Clear=Clear
DiscoveryTab_ClearDisoveredEntries=Clear discovered entries now:
DiscoveryTab_ClearEntries=Clear entries
DiscoveryTab_DiscoveredEntriesCleared=Discovered entries cleared. Scanner discovery will re-aquire the settings when run (normally during the build).
-DiscoveryTab_ErrorClearingEntries=Error clearing entries:
+DiscoveryTab_ErrorClearingEntries=Error clearing entries:\u0020
ToolSelectionDialog_0=Select tools
ToolSelectionDialog_1=Available tools
ToolSelectionDialog_2=Used tools
ToolSelectionDialog_7=Tool conflict:
-ToolSelectionDialog_8=Tool does not support managed build \!
-ToolSelectionDialog_9=Props not defined \!
-ToolSelectionDialog_10=Props not supported \!
-ToolSelectionDialog_11=Req. props not supported \!
+ToolSelectionDialog_8=Tool does not support managed build \!\u0020
+ToolSelectionDialog_9=Props not defined \!\u0020
+ToolSelectionDialog_10=Props not supported \!\u0020
+ToolSelectionDialog_11=Req. props not supported \!\u0020
ToolSelectionDialog_12=Add tool -->
ToolSelectionDialog_13=<-- Remove tool
ToolSelectionDialog_14=<<- Replace ->>
ToolSelectionDialog_15=Allow all changes
-ToolSelectionDialog_16=This tool can replace
+ToolSelectionDialog_16=This tool can replace\u0020
ToolChainEditTab_0=Display compatible toolchains only
ToolChainEditTab_1=Current toolchain:
ToolChainEditTab_10=builder
@@ -92,8 +92,8 @@ ToolChainEditTab_3=Used tools
ToolChainEditTab_4=Select Tools...
ToolChainEditTab_5=Select tool
ToolChainEditTab_6=-- NO TOOL --
-ToolChainEditTab_7=incompatibility with
-ToolChainEditTab_8=source extension conflict with
+ToolChainEditTab_7=incompatibility with\u0020
+ToolChainEditTab_8=source extension conflict with\u0020
ToolChainEditTab_9=toolchain
ToolChainEditTab_OrphanedBuilder=Orphaned builder {0} ({1})
ToolChainEditTab_OrphanedToolchain=Orphaned toolchain {0} ({1})
@@ -109,7 +109,7 @@ WizardDefaultsTab_1=Group old-style toolchains to <Others> folder
PreferredToolchainsTab_0=Preferred toolchain will be selected by default in Wizard
PreferredToolchainsTab_1=Make toolchain(s) preferred
PreferredToolchainsTab_2=Make toolchain(s) not preferred
-PreferredToolchainsTab_3=Preferred toolchain(s):
+PreferredToolchainsTab_3=Preferred toolchain(s):\u0020
ToolSettingsTab_0=Hover over an option to display its tooltip
BuildOptionSettingsUI_0=No tooltip is available for this option
ScannerConfigOptionsDialog_scGroup_enabled_button=Automate discovery of paths and symbols
@@ -154,10 +154,10 @@ NewMakeProjFromExistingPage_DirReadOnlyError=Directory is read-only
BuildPropertyPage_error_Unknown_tree_element=Unknown type of element in tree of type {0}
# ----------- Managed Build Custom Wizard Page Manager Error Strings -----------
-MBSCustomPageManager_error0=Unknown element type
-MBSCustomPageManager_error1=\ for extension point
-MBSCustomPageManager_error2=Unknown child element type
-MBSCustomPageManager_error3=\ for wizardPage element in extension point
+MBSCustomPageManager_error0=Unknown element type\u0020
+MBSCustomPageManager_error1=\ for extension point\u0020
+MBSCustomPageManager_error2=Unknown child element type\u0020
+MBSCustomPageManager_error3=\ for wizardPage element in extension point\u0020
MBSCustomPageManager_error4=Missing projectType ID
MBSCustomPageManager_error5=Missing toolchain ID
MBSCustomPageManager_error6=Missing nature ID
@@ -168,7 +168,7 @@ MacrosBlock_label_header_name=Name
MacrosBlock_label_header_type=Type
MacrosBlock_label_header_value=Value
MacrosBlock_label_delete_confirm_title=Build Variable Deletion Confirmation
-MacrosBlock_label_delete_confirm_message=Are you sure you want to delete the selected user Build Variable(s)?
+MacrosBlock_label_delete_confirm_message=Are you sure you want to delete the selected user Build Variable(s)?\u0020
MacrosBlock_label_delete_all_confirm_title=Build Variables Deletion Confirmation
MacrosBlock_label_delete_all_confirm_message=Are you sure you want to delete all user Build Variables?
MacrosBlock_label_value_eclipse_dynamic=<ECLIPSE DYNAMIC VARIABLE>
@@ -231,7 +231,7 @@ NewConfiguration_label_description=Description:
NewConfiguration_label_group=Copy settings from
NewConfiguration_label_copy=Default configuration:
NewConfiguration_label_clone=Existing configuration:
-NewConfiguration_label_warning=Note: The configuration name will be used as a directory name in the file system. Please ensure that it is valid for your platform.
+NewConfiguration_label_warning=Note: The configuration name will be used as a directory name in the file system. Please ensure that it is valid for your platform.\u0020
NewConfiguration_error_duplicateName=A configuration named "{0}" already exists.
NewConfiguration_error_caseName=A configuration name that differs only in case to "{0}" exists.
NewConfiguration_error_invalidName=Special characters are not allowed in the name.
@@ -277,12 +277,12 @@ CConfigWizardPage_0=Select Configurations
CConfigWizardPage_1=Select platforms and configurations you wish to deploy on
CConfigWizardPage_4=Project type:
CConfigWizardPage_5=Toolchains:
-CConfigWizardPage_6=Configurations:
+CConfigWizardPage_6=Configurations:\u0020
CConfigWizardPage_7=Select all
CConfigWizardPage_8=Deselect all
CConfigWizardPage_10=At least one configuration should be available. Project cannot be created.
CConfigWizardPage_11=At least one configuration should be selected. Please check needed configurations.
-CConfigWizardPage_12=Use "Advanced settings" button to edit project's properties.\n\nAdditional configurations can be added after project creation.\nUse "Manage configurations" buttons either on toolbar or on property pages.
+CConfigWizardPage_12=Use "Advanced settings" button to edit project's properties.\n\nAdditional configurations can be added after project creation.\nUse "Manage configurations" buttons either on toolbar or on property pages.\u0020
CConfigWizardPage_13=Advanced settings...
CMainWizardPage_0=Project type:
CDTConfigWizardPage_0=Select configurations

Back to the top