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

Summary: Implement Wizard for Quick search in api support
Product: platform Reporter: David Simonek <dsimonek>
Component: Quick SearchAssignee: Max Sauer <msauer>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 134398    

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