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 222054 - Replace all backwards does not work
Summary: Replace all backwards does not work
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 15:03 UTC by Jiri Prox
Modified: 2013-02-07 03:07 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 Jiri Prox 2012-11-13 15:03:31 UTC
Replace all backwards does not work correctly.

Steps to reproduce:
1) have a file:
Search
Searching
Search
search
se4rch
sseeaarrcchh

2) put cursor at the end of the file
3) open Replace bar, 
   find what: search
   uncheck 'Wrap Around'
   check: Replace backwards
4) press Replace All

-> expected is that all occurrences of 'search'  before cursor are replaced
-> actual: no replacement is performed


Product Version: NetBeans IDE Dev (Build 201211120001)
Java: 1.7.0_10-ea; Java HotSpot(TM) Client VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
User directory: C:\Documents and Settings\tester\Application Data\NetBeans\dev
Cache directory: C:\Documents and Settings\tester\Local Settings\Application Data\NetBeans\Cache\dev
Comment 1 Milutin Kristofic 2012-11-13 16:15:40 UTC
Replace backwards is broken. It needs a validation in next release.
Comment 2 Milutin Kristofic 2013-02-06 17:59:48 UTC
Fixed in dev.

http://hg.netbeans.org/jet-main/rev/2ddadfa34838
Comment 3 Quality Engineering 2013-02-07 03:07:20 UTC
Integrated into 'main-golden', will be available in build *201302070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2ddadfa34838
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #222054 - Replace all backwards does not work