mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 03:15:33 +02:00
Patch for Devin Steffler.
Fixed Bug 104128 - Selection Search from CView doesn't work
This commit is contained in:
parent
96f8f74ff8
commit
3464d93dee
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ public abstract class FindAction extends SelectionParseAction {
|
|||
//or Working Copy (both represented by C_UNIT) or hit a null
|
||||
if (element.getElementType() == ICElement.C_UNIT ||
|
||||
element == null){
|
||||
fullName.insert(0,"::"); //$NON-NLS-1$
|
||||
// fullName.insert(0,"::"); //$NON-NLS-1$ // fix for PR 104128
|
||||
break;
|
||||
}
|
||||
else if (element.getElementType() != ICElement.C_ENUMERATION){
|
||||
|
|
Loading…
Add table
Reference in a new issue