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 - OutlineView QuickSearch could support CamelCase search
Summary: OutlineView QuickSearch could support CamelCase search
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P2 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 07:52 UTC by crazyjavahacking
Modified: 2012-08-28 07:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Options Window proposal (57.95 KB, image/png)
2012-08-28 07:53 UTC, crazyjavahacking
Details

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