Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Adding a search-scope

> 
> Hello,
> 
> I am currently developing a plug-in for a DSL.
> 
> Right now I am using the common text-based search from eclipse which
> supports four different scopes (workspace, selected resources, 
> enclosing project, working set) by default.
> 
> For my plug-in it would be handy to have another extra scope: Every 
> project in my workspace contains a folder L/projectName/A/
> projectName. So I want to add a scope which searches this folder in 
> every project in my workspace.
> 
> I would prefer not to implement my own search-page as I really like 
> the usual text-search and besides the scope would likte to leave the
> rest untouched.
> 
> Is there a way to programmatically add this scope to this search-
> page (like through an extension or so) or do you know any workaround
> (like a regular expression one could use when searching in these 
folders)?
> 
> 
> Thanks in advance
> 
> Arne_______________________________________________

The search dialog/APIs are provided by the platform, not PDE. I would 
suggest asking this question on the platform-ui-dev mailing list.

Darin


Back to the top