From e62f6b43d8b36679705c14f2c78cc400fa2f30fa Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Sun, 8 Jan 2012 16:13:45 -0500 Subject: [PATCH] bug 312165: Viewers should clearly indicate whether a folder is excluded from build Conflicts: core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ExcludedFileDecorator.java --- core/org.eclipse.cdt.ui/plugin.properties | 4 ++-- core/org.eclipse.cdt.ui/plugin.xml | 5 +++- .../ui/viewsupport/ExcludedFileDecorator.java | 23 +++++++++++-------- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 141eebb83c7..e6800126b9e 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -598,8 +598,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 920a027106d..1638e390596 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -4072,7 +4072,10 @@ state="true"> %excludedFile.description - + + + +