Bug 328638 - Quick outline doesn't show method with qualified parameter when typing it
Summary: Quick outline doesn't show method with qualified parameter when typing it
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-source-nav (show other bugs)
Version: 7.0.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Markus Schorn CLA
QA Contact: Markus Schorn CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2010-10-25 13:08 EDT by Marc-André Laperle CLA
Modified: 2011-02-25 20:02 EST (History)
2 users (show)

See Also:


Attachments
Try to match name after each colon colon (1.88 KB, patch)
2010-10-25 23:25 EDT, Marc-André Laperle CLA
no flags Details | Diff
Try to match name after each colon colon (1.86 KB, patch)
2010-10-25 23:28 EDT, Marc-André Laperle CLA
mschorn.eclipse: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2010-10-25 13:08:46 EDT
Example:

void MyClass::bar(const Foo::MyStruct& inRequest)
{

}

1. Open quick outline with this code (Ctrl+o)
2. Type 'b'
3. bar doesn't appear. If you replace Foo::MyStruct with MyStruct or int (any non-qualified name), it works.

Reproduced with 7.0.1 and 8.0 HEAD
Comment 1 Marc-André Laperle CLA 2010-10-25 23:25:07 EDT
Created attachment 181687 [details]
Try to match name after each colon colon
Comment 2 Marc-André Laperle CLA 2010-10-25 23:28:20 EDT
Created attachment 181689 [details]
Try to match name after each colon colon

Removed unnecessary condition.
Comment 3 Markus Schorn CLA 2010-11-04 07:08:43 EDT
Thanks, fixed in 8.0 > 20101104.
Comment 4 CDT Genie CLA 2010-11-04 07:23:01 EDT
*** cdt cvs genie on behalf of mschorn ***
Bug 328638: Matching qualified names in quick outline, by Marc-Andre Laperle.

[*] AbstractInformationControl.java 1.14 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/AbstractInformationControl.java?root=Tools_Project&r1=1.13&r2=1.14