mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for 100064
This commit is contained in:
parent
fae118c182
commit
a81f74c376
1 changed files with 3 additions and 0 deletions
|
@ -219,6 +219,9 @@ public abstract class FindAction extends SelectionParseAction {
|
|||
ICSearchScope searchScope = null;
|
||||
searchScope = getScope();
|
||||
|
||||
if (searchScope == null)
|
||||
return;
|
||||
|
||||
CSearchQuery job = FindAction.createSearchQueryForName(foundName, limitTo, searchScope);
|
||||
|
||||
if (job == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue