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 219010 - Eccessive donging in replace field
Summary: Eccessive donging in replace field
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 17:30 UTC by Chiana
Modified: 2012-10-23 08:36 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 Chiana 2012-09-25 17:30:25 UTC
[ JDK VERSION : 1.7.7 ]

Examine the following c++ code excerpt

if(TelldusCore::comparei(protocolName, L"arctech")){

in order to translate that into Java i marked the statement from the starting
parenthesis up to the second one ("TelldusCore::comparei(") and then pressed
Edit->Replace but reallized I could make it all in one replace so I clicked
after the second parenthesis in the "Find what" box and started typing
("protocolName, L"), try it, you will like it, but wear hearingprotection...
Comment 1 Milutin Kristofic 2012-09-26 15:03:02 UTC
I understood, you were writing something which is not in text and it was beeping since search couldn't find it.

It is now beeping only in first unsuccessful incremental search.

http://hg.netbeans.org/jet-main/rev/4ea3e5d9f2a8
Comment 2 Chiana 2012-09-26 17:18:45 UTC
That would be a fix that is acceptable. One thing, what I was typing DID exist in the source, on several places infact. I just typed in the rest that was not originally marked, I deemed it faster than re-marking using the mouse...
It didn't stop the noice until I reached the comma (,)
Comment 3 Quality Engineering 2012-10-01 12:05:25 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4ea3e5d9f2a8
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #219010 - Eccessive donging in replace field
Comment 4 Chiana 2012-10-22 21:31:28 UTC
Verified
Comment 5 Milutin Kristofic 2012-10-23 08:31:42 UTC
Great, thank you for verifying. You wrote that happened for successful search, but sound must happen somewhere else - since search use sound alert only if there are no instances.
Comment 6 Chiana 2012-10-23 08:36:44 UTC
(In reply to comment #5)
> Great, thank you for verifying. You wrote that happened for successful search,
> but sound must happen somewhere else - since search use sound alert only if
> there are no instances.

Yeah, but I checked that earlier when this was still not fixed and checked it again after the fix, and that problem was gone too.