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 - Support case-insensitivity/camel-case completion in Schema-Aware Code Completion
Summary: Support case-insensitivity/camel-case completion in Schema-Aware Code Completion
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema (show other bugs)
Version: 7.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-22 07:30 UTC by dbell
Modified: 2011-10-22 07:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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|