mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Deactivated popup of new search view for now.
This commit is contained in:
parent
de01048e51
commit
4d5a0e4e7c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class CSearchPage extends DialogPage implements ISearchPage, ICSearchCons
|
|||
*/
|
||||
|
||||
CSearchQuery job = new CSearchQuery(workspace, data.pattern, data.isCaseSensitive, searching, data.limitTo, scope, scopeDescription, collector);
|
||||
NewSearchUI.activateSearchResultView();
|
||||
//NewSearchUI.activateSearchResultView();
|
||||
CSearchResult result = new CSearchResult(job);
|
||||
NewSearchUI.runSearchInBackground(job, result);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue