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 92509 - allow more models for schema aware code completion
Summary: allow more models for schema aware code completion
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 89270
  Show dependency tree
 
Reported: 2007-01-15 06:09 UTC by Samaresh Panda
Modified: 2007-02-06 20:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samaresh Panda 2007-01-15 06:09:42 UTC
Provide an interface to allow more models into schema aware code completion.

This is needed for clients who want to use the schema aware completion
infrastructure. Currently the module uses schema models as specified in the
schemaLocation attributes.

See SchemaToolsFuncionalSpec.odt in
http://jupiter.czech.sun.com/wiki/view/Jet/XMLandWSDLi-team. Read section 5.
Comment 1 Samaresh Panda 2007-01-15 06:16:26 UTC
package org.netbeans.modules.xml.schema.completion.spi is made public and
exposes CompletionModelProvider that must be implemented by various consumers.

Fix integrated:
Checking in project.xml;
/cvs/xml/schema/completion/nbproject/project.xml,v  <--  project.xml
new revision: 1.1.2.6.26.2; previous revision: 1.1.2.6.26.1
Comment 2 htt 2007-02-06 20:19:15 UTC
Verified in 070206_7.