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 204094

Summary: Support case-insensitivity/camel-case completion in Schema-Aware Code Completion
Product: xml Reporter: dbell
Component: SchemaAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description dbell 2011-10-22 07:30:25 UTC
[ BUILD # : 201110200600 ]
[ JDK VERSION : 1.6.26 ]

As in Java, it would be great if schema-aware code completion would be more lax
in its suggestions.
e.g. if all of the following suggestions suggested "c:MyQualifiedElement" as an
option.

MyQualifiedEl|
MQE|
MQualE|
myqual|
c:MyQualifiedEl|
c:MQE|
c:MQualE|
c:myqual|