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 217502

Summary: OutlineView QuickSearch could support CamelCase search
Product: platform Reporter: crazyjavahacking
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Options Window proposal

Description crazyjavahacking 2012-08-28 07:52:27 UTC
It would be great if the quick search in OutlineView would support CamelCase search. Currently the search ignores case.

I suggest to support behavior similar to CamelCase code completion: when the string "AB" is filled in, Nodes with names A...B should be highlited.

I would also suggest to turn this off by default to not confuse users and add an appropriate Options Window setting, see the attachment.


NetBeans Dev 201208280001, Java 6u34 32bit, Win 7 SP1 64bit
Comment 1 crazyjavahacking 2012-08-28 07:53:24 UTC
Created attachment 123637 [details]
Options Window proposal