This is potentially a very useful tool.
A couple of suggestions:
An option to make replacements literal. Then, for example, replacement DOS-style paths (with backslashes) could be simply copy-and-pasted into the "Replace with:" field.
An option to display each match before it is replaced. The user would choose to replace it or ignore it, to replace all remaining matches, to stop the search (keeping all changes done so far), or to abandon it altogether (undoing all changes done so far).
Replacement functionality
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
second both these suggestions. The second is a feature of "Search and Replace" and can save you from a big mistake occasionally. The way they implement it is to show the line where the replacement occurs, the location of the replacement in that line (highlighted), and the replaced line the way it will look. The "log" is then made up of all this detail regarding the replacements.
Best Wishes!
Mike Olds
Mike Olds
I don't think programmers read any of that stuff until something goes wrong I know that's how I do itbbadmin wrote:As suggested on the startup page of the online help, please read the Warnings section, before starting to use WildEdit.
While tinkering with WildEdit, I managed to mangle the package names in about half of our Java code base.....it's a good thing WildEdit makes backups
Also see the need for the "option" to accept on se
I have used another multi-file editor that allow the user to review the "found" strings and where they occur in one or more documents without making the change unitl approved by the user. the user can accept or move to the next change or, at any time, decide to go ahead and let the program make all of the changes to all of the files at one.
-
- Posts: 2
- Joined: Tue Feb 07, 2006 3:11 pm
a good batch simple operation with some commands
You could add an interface as this:Martin wrote:Yep, RTFM . On the other hand, a hint in the interface or a more intuitive behavior wouldn't hurt either.
You can use the following batch file to replace the names Frank with Michael and Smith with Jones.
<Command>
<Search>Frank</Search>
<Replace>Michael</Replace>
</Command>
<Command>
<Search>Smith</Search>
<Replace>Jones</Replace>
</Command>
Copyright © 1998 Ingo Straub, Schützenhof 2, 73116 Wäschenbeuren