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 95693 - discarded case-insensitive search confirm. dialog should return match-case checkbox selection
Summary: discarded case-insensitive search confirm. dialog should return match-case ch...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 15:20 UTC by Andrew Korostelev
Modified: 2009-05-25 21:06 UTC (History)
0 users

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 Andrew Korostelev 2007-02-15 15:20:54 UTC
If user has 'Allow Lengthy Searches' (see issue 95685) property set to 'ask me',
confirmation dialog will appear on attempt to start 
find in Model with deselected 'Match-case' checkbox.
If user selects 'Don't ask me again' and answers 'No', search is performed with
case matching. But 'Match Case' checkbox is not checked automatically.

steps:
- make sure 'UML|Find Dialog|Allow Lengthy Searches' preference in Options is
set to 'Ask Me'.
- invoke 'find in model' on 'Model' node.
- uncheck 'Match Case' checkbox.
- press 'find' button
- 'find' confirmation dialog will appear.
- select 'Don't ask me again' and press 'No'.

Search is performed with matching case.
'Allow Lengthy Searches' preference is set to 'Never'.
BUG: but 'Match Case' is not checked automatically.
Comment 1 Andrew Korostelev 2007-02-15 15:22:10 UTC
On next find dialog startup 'Match Case' value will be taken from 'Allow Lengthy
Searches' preference.