This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 43940 - Create a bridge module for Find in Projects actions
Summary: Create a bridge module for Find in Projects actions
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks: 43700
  Show dependency tree
 
Reported: 2004-05-27 17:17 UTC by Tomas Pavek
Modified: 2004-08-13 12:12 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2004-05-27 17:17:10 UTC
See issue 43700 why this is needed.

The module will contain the Find in Projects
action. The name is TBD. It will be an eager
module; placed under utilities module in cvs. It
will invoke the search feature in utilities module
for searching through all opened project source roots.

The module will depend on:
- utilities - private API (to invoke the search)
- openidex - search API (to define content to be
  searched)
- projects/projectuiapi (to get list of opened
  projects)
- projects/project (to get source roots for
  projects)

The utilities module itself remains independent on
projects.
Comment 1 Marian Petras 2004-06-03 15:56:42 UTC
The module's name is utilities/project.

It is an eager module and it depends on modules OpenIDE,
OpenIDE/Loaders, OpenIDE-X, Project API, Project UI API and Utilities.
Comment 2 Marian Petras 2004-06-04 14:14:23 UTC
The module has been checked in.

Commit log:

ide/features/basic/nbproject/project.xml   (1.7)
utilities/nbproject/project.xml   (1.3)
utilities/src/org/netbeans/modules/search/SearchPerformer.java   (1.29)
utilities/src/org/netbeans/modules/utilities/Layer.xml   (1.62)
utilities/project/.cvsignore   (1.1 - initial revision)
utilities/project/build.xml   (1.1 - initial revision)
utilities/project/manifest.mf   (1.1 - initial revision)
utilities/project/nbproject/project.properties   (1.1 - initial revision)
utilities/project/nbproject/project.xml   (1.1 - initial revision)
utilities/project/src/org/netbeans/modules/search/project/Bundle.properties
  (1.1 - initial revision)
utilities/project/src/org/netbeans/modules/search/project/Installer.java
  (1.1 - initial revision)
utilities/project/src/org/netbeans/modules/search/project/ProjectsSearchAction.java
  (1.1 - initial revision)
utilities/project/src/org/netbeans/modules/search/project/layer.xml  
(1.1 - initial revision)
nbbuild/build.properties   (1.182)
nbbuild/build.xml   (1.502)
nbbuild/cluster.properties   (1.41)
nbbuild/templates/modules.xml   (1.30)