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 48475 - "Go To Class" is case sensitive
Summary: "Go To Class" is case sensitive
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Gabriel Tichy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 22:08 UTC by Ann Sunhachawee
Modified: 2007-11-05 13:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ann Sunhachawee 2004-09-03 22:08:30 UTC
"Go To Class" should be made case insensitive
and/or include a checkbox option to turn on case
sensitivity. By default, it should be off.

Right now, if you don't know it's case sensitive,
you won't get matches, and you wouldn't know why.
Comment 1 Martin Roskanin 2004-09-09 12:39:42 UTC
There is already an option for that:
Tools/Options/Editing/Editor Settings/Java Editor/Case Sensitive Code
Completion - the option is true by default
Change it to false and Go To Class will be case insensitive...
If a checkbox should be present in the Go To Class dialog, it is
question for our HIE expert. I am cc-ing him.
Comment 2 Ann Sunhachawee 2004-09-09 16:46:54 UTC
I don't see how any user would think that the option for "Case
Sensitive Code Completion" in the editor category would make her think
that it affects the "Go To Class" dialog behavior. "If the user can't
find it, the feature is not there"

I'm going to reopen, and should be assigned to HIE for resolution.
Comment 3 Gabriel Tichy 2004-09-16 16:15:48 UTC
I agree that "case sensitive" checkbox should be included directly in the Go to Class dialog.
Comment 4 Dusan Balek 2004-10-25 14:11:16 UTC
Fixed in [maintrunk]. 
"Case sensitive" checkbox added.

Checking in libsrc/org/netbeans/editor/ext/java/Bundle.properties;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Checking in libsrc/org/netbeans/editor/ext/java/JavaFastOpen.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaFastOpen.java,v 
<--  JavaFastOpen.java
new revision: 1.24; previous revision: 1.23
done
Checking in libsrc/org/netbeans/editor/ext/java/JavaFastOpenPanel.form;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaFastOpenPanel.form,v
 <--  JavaFastOpenPanel.form
new revision: 1.8; previous revision: 1.7
done
Checking in libsrc/org/netbeans/editor/ext/java/JavaFastOpenPanel.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaFastOpenPanel.java,v
 <--  JavaFastOpenPanel.java
new revision: 1.17; previous revision: 1.16
done
Checking in libsrc/org/netbeans/editor/ext/java/JavaSettingsDefaults.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaSettingsDefaults.java,v
 <--  JavaSettingsDefaults.java
new revision: 1.29; previous revision: 1.28
done
Checking in
libsrc/org/netbeans/editor/ext/java/JavaSettingsInitializer.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaSettingsInitializer.java,v
 <--  JavaSettingsInitializer.java
new revision: 1.20; previous revision: 1.19
done
Checking in libsrc/org/netbeans/editor/ext/java/JavaSettingsNames.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaSettingsNames.java,v
 <--  JavaSettingsNames.java
new revision: 1.11; previous revision: 1.10
done
Checking in nbproject/project.xml;
/cvs/editor/nbproject/project.xml,v  <--  project.xml
new revision: 1.9; previous revision: 1.8
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/editor/java/NbJavaFastOpen.java;
/cvs/editor/src/org/netbeans/modules/editor/java/NbJavaFastOpen.java,v
 <--  NbJavaFastOpen.java
new revision: 1.20; previous revision: 1.19
done
Checking in src/org/netbeans/modules/editor/java/NbJavaJMIFastOpen.java;
/cvs/editor/src/org/netbeans/modules/editor/java/NbJavaJMIFastOpen.java,v
 <--  NbJavaJMIFastOpen.java
new revision: 1.10; previous revision: 1.9
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/editor/options/JavaOptions.java;
/cvs/editor/src/org/netbeans/modules/editor/options/JavaOptions.java,v
 <--  JavaOptions.java
new revision: 1.42; previous revision: 1.41
done
Checking in
src/org/netbeans/modules/editor/options/JavaOptionsBeanInfo.java;
/cvs/editor/src/org/netbeans/modules/editor/options/JavaOptionsBeanInfo.java,v
 <--  JavaOptionsBeanInfo.java
new revision: 1.29; previous revision: 1.28
done