Bug 238163 - %HideMacroDirective.description displayed in filter description
Summary: %HideMacroDirective.description displayed in filter description
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 5.0   Edit
Hardware: PC Linux
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Vivian Kong CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-06-23 14:48 EDT by Jon Ball CLA
Modified: 2010-05-28 16:32 EDT (History)
1 user (show)

See Also:


Attachments
Patch to fix typo in plugin.properties file (671 bytes, patch)
2008-06-23 14:50 EDT, Jon Ball CLA
cdtdoug: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Ball CLA 2008-06-23 14:48:38 EDT
Build ID: I20080609-1311

Steps To Reproduce:
1. Open a C/C++ file
2. In the Outline view, open the filters dialog
3. Select the "Macro directive" item from the elements to exclude list

When the macro directive is selected, the filter description displays the text: %HideMacroDirective.description.  It should be displaying "Hides Macro Directive."


More information:
The problem appears to be caused by a typo in the plugin.properties file.  Attaching a patch to resolve the problem.
Comment 1 Jon Ball CLA 2008-06-23 14:50:05 EDT
Created attachment 105657 [details]
Patch to fix typo in plugin.properties file
Comment 2 Vivian Kong CLA 2008-06-24 14:33:54 EDT
I'll take a look
Comment 3 Vivian Kong CLA 2008-06-24 14:40:57 EDT
Applied to HEAD and cdt_5_0.  Thanks Jon.