Skip to main content

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

Arne,

there's no way to add your own search scope. The best workaround is to
define a working set that fits your scope.

Dani

|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Arne Schröder <arne.schroeder@xxxxxxxxx>                                                                                                          |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |platform-ui-dev@xxxxxxxxxxx                                                                                                                       |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |22.03.2010 21:42                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[platform-ui-dev] Fwd: Adding a search-scope                                                                                                      |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





Hello,

I have already tried the pde mailing-list, who told me, I should try it
here, so I hope to have better luck this time ;-). 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 like 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
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev





Back to the top