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 138089 - Implement Wizard for Quick search in api support
Summary: Implement Wizard for Quick search in api support
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords:
Depends on:
Blocks: 134398
  Show dependency tree
 
Reported: 2008-06-24 14:10 UTC by David Simonek
Modified: 2008-12-22 11:49 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 David Simonek 2008-06-24 14:10:39 UTC
Self explaining. Wizard should IMHO:
1) Generate xml layer registration code, asking developer to specify provider category name, command prefix, category
position
2) Generate skeleton impl of SearchProvider, with suggested implementation of method "evaluate" as specified in javadoc.
Skeleton method body probably commented out.
Comment 1 David Simonek 2008-06-24 14:12:24 UTC
Note that this is tracked as TCR03 in api review.
Comment 2 Max Sauer 2008-06-24 14:57:34 UTC
I'm already working on it.
Comment 3 David Simonek 2008-06-24 15:26:46 UTC
Yes, I know, thanks. This is just to have all our work tracked, so that we don't mix up and work on the same things.
Comment 4 Max Sauer 2008-06-25 10:57:54 UTC
Fixed.
---
http://hg.netbeans.org/main/rev/592ef2f5eb14
Comment 5 Quality Engineering 2008-06-27 16:32:11 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/66473577cf42
User: Max Sauer <msauer@netbeans.org>
Log: #138089: QuickSearch API wizard impl