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 107226 - Remove "Case Sensitive" option from Go To Type dialog
Summary: Remove "Case Sensitive" option from Go To Type dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 88714
  Show dependency tree
 
Reported: 2007-06-19 14:57 UTC by jrojcek
Modified: 2013-11-20 14:56 UTC (History)
1 user (show)

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 jrojcek 2007-06-19 14:57:18 UTC
I think the "Case Sensitive" option doesn't make much sense in Java. If properly capitalized then all types start with upper case. I would say that if the user 
starts writing upper case chars, then it means the user wants camel case.

You can also switch to case sensitive mode if the user types at least one upper case.
Comment 1 cs42de 2008-10-28 15:50:14 UTC
I think the 'Case Sensitve' option is missleading, because starting with an upper case char results in fact in a case
sensitive search which almost made me file a bug (if i hadn't found this issue).

Nevertheless somebody might need a case sensitve search when starting with lower case char - so the option should not be
removed but renamed or a comment should be added.

Product Version: NetBeans IDE 6.5 RC1 (Build 200810171318)
Java: 1.5.0_10; Java HotSpot(TM) Client VM 1.5.0_10-b03
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb)
Comment 2 Svata Dedic 2013-11-20 14:56:08 UTC
The optionis long gone. GoTo type supports camel case, abbreviations and wildcards.