From a98cf9a89dd9ee378dfe2a716450774b245816af Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Sun, 8 Jan 2012 16:18:53 -0500 Subject: [PATCH] bug 312165: Viewers should clearly indicate whether a folder is excluded from build --- core/org.eclipse.cdt.ui/plugin.properties | 4 ++-- core/org.eclipse.cdt.ui/plugin.xml | 5 ++++- .../ui/viewsupport/ExcludedFileDecorator.java | 18 +++++++++--------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 202b774b516..a0361934ba4 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -600,8 +600,8 @@ ShiftLeftAction.label= S&hift Left # Decorators indexedFilesDecorator.label = C/C++ Indexed Files indexedFilesDecorator.description = Decorates files indexed by C/C++ Indexer. -excludedFile.name = C/C++ Files Excluded from Build -excludedFile.description = Decorates source files excluded from C/C++ build. +excludedFile.name = C/C++ Files and Folders Excluded from Build +excludedFile.description = Decorates source files and folders excluded from C/C++ build. includeFolderDecorator.name = C/C++ Missing Include Folders includeFolderDecorator.description = Decorates missing include folders with error/warning indicator. diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 5ccde09be0e..bbd934adfb8 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -4071,7 +4071,10 @@ state="true"> %excludedFile.description - + + + +