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 53522 - Replace All in block replace only 2 first occurences
Summary: Replace All in block replace only 2 first occurences
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 16:54 UTC by zikmund
Modified: 2007-11-05 13:42 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 zikmund 2005-01-17 16:54:52 UTC
Build 200501161900

1) Invoke Replace dialog on a block in
Java/JSP/property file
2) type 'a' to "Find What"
3) Press "Replace All" (or use shortcut Alt-A)
4) ERROR:
Only 2 first occurences are replaced.
Comment 1 Martin Roskanin 2005-01-18 12:42:34 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/FindSupport.java,v  <-- 
FindSupport.java
new revision: 1.67; previous revision: 1.66
Comment 2 zikmund 2005-01-28 14:34:33 UTC
Verified.