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 35555 - Extend the Find in Files concept with Replace
Summary: Extend the Find in Files concept with Replace
Status: RESOLVED DUPLICATE of bug 10021
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks: 35735
  Show dependency tree
 
Reported: 2003-08-21 10:39 UTC by mvinar
Modified: 2004-10-18 15:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mvinar 2003-08-21 10:39:44 UTC
User problem:
-----------------------------------
---

User need:
-----------------------------------
The user needs to be able to do text replace
operations over multiple files within the IDE.

Product requirement:
-----------------------------------
Extend the Find in Files concept with Replace.
Comment 1 _ tboudreau 2003-08-24 00:38:04 UTC
Difficulty: 5 - this is non-trivial, since unless designed
with care, it will be easy to make irreversible changes in
large numbers of files

Hack factor: 2 - may be more or less

Issues:
 - Cases to handle such as:
   - File is open in editor
 - Can we avoid creating reams of DataObjects to do this?
 - What about unknown file types?  If we don't do this via
   DataObjects, this becomes an issue.  Maybe I'm worrying
   too much.

Comment 2 pbw 2004-10-14 07:06:54 UTC
This actually sounds like something that might be better implemented
as part of re-factoring.  Eclipse allow for text instances of changed
method names, etc, to be changed in files with names matching given
patterns.
Comment 3 Marian Petras 2004-10-18 15:46:26 UTC

*** This issue has been marked as a duplicate of 10021 ***