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

Summary: discarded case-insensitive search confirm. dialog should return match-case checkbox selection
Product: uml Reporter: Andrew Korostelev <akorostelev>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.