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 245570 - NB Editor dont save last search
Summary: NB Editor dont save last search
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 20:56 UTC by marcosptf
Modified: 2014-07-14 14:25 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 marcosptf 2014-07-10 20:56:45 UTC
Hi Folks

I ran 1 simple MySql application in

Product Version: NetBeans IDE Dev (Build 201407070942)
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Fedora Core 20 Linux version 3.11.10-301.fc20.i686 running on i386; UTF-8; en_US (nb)
User directory: /root/.netbeans/dev
Cache directory: /root/.cache/netbeans/dev

And i have found a bug that make me furious, when i use CTRL+F or 
menu 'Edit -> Find' to find someone on my file, and after that, on same 
file i need find another thing, the netbeans dont save my last(s) word(s) 
on find JComboBox.
Comment 1 Milutin Kristofic 2014-07-14 14:25:31 UTC
The search term is saved only when you press enter. Before enter, the netbeans is just suggesting matches from incremental search, but it is not normal search which save searched term.