 |
|
 |
Have a look at the Find/Replace utility at
http://www.procon.com.au/Files/UT/CONSOLE/FR.htm
and the download link at
http://www.procon.com.au/Files/UT/CONSOLE/FR.ZIP.
It allows Case, Word, Binary switches etc. and will work on all files in project.
gjr
|
|
|
|
 |
|
 |
I actually did take a look at your utility, only to come across the following functionality...
=============================================================
FR run at 10:19:57.320pm on 11NOV06
Find this text: 'aaa'
Replace it with: 'bbb'
Match Case, Whole Word match (Include Subdirectories)
# # # EVALUATION Version Only - No Changes written to files # # #
-------------------------------------------------------------
What the f**k?! You think that wouldn't stop people from wasting their time with this hidden commercial or something?
|
|
|
|
 |
|
 |
Why not have an option (the default?) to parse the list of files in the project rather than just files in a directory and subdirectories?
That would make it a really useful tool that is clearly missing from the VS6 IDE. (I believe tools like ProjectZIP athttp://www.codeproject.com/macro/projectzip.asp take this approach).
Most real world projects bring in files from many directories and managing find/replace across these is a pain.
gjr
|
|
|
|
 |
|
 |
This is a big problem for me cause my project is a bit buried in folders.
With time we live, with money we spend!
Joel Holdsworth
|
|
|
|
 |
|
 |
There is one way how to solve it without author's intervention. Open 'Replace.dll' in DevStudio as a resource ('Open as' set to 'Resource' in OpenFile dialog). Open dialog '129' and change combobox properties (for all 4 combos -> Add 'AutoHScroll' style. ...and save it. Shoud work. Regards, Hcexi.
|
|
|
|
 |
|
 |
Hi.
This addin is really something that was missing into visual studios, anyway there are some bugs that make it not really safe to use.
If you try to replace words using "whole word", it sometimes replace things into the middle of a word.
If you try to replace "name_" by "m_name" with option "match case" and "whole word", it will transform "name_" by "m_name", but also "mesh_name_" by "mesh_m_name"... whole world means whole word, including what is before the word :'(
Another problem is that the currently edited files are not saved before the search/replace operation (thing that visual studios make).
Finaly, the files that do not contain the researched string should not be modified.
If you correct those problem, it will be a great add-in.
(PS: Where is the source code ???)
|
|
|
|
 |
|
 |
what about "into files included into project only" check?
having v2 sources...
t!
|
|
|
|
 |
|
 |
If I want to key in more longer path, the path combox can't work. and It can't work by use the directory dialog. Is it a bug? how to solve it?
|
|
|
|
 |
|
 |
If one of the files in the sub-directories is read-only, it doesn't work !
( it search and replace until it try to open the read-only file and then it stops there)
|
|
|
|
 |
|
 |
When will you release the source to newer versions? Do you have a web site that i can look for updates to your addin? Its neat but the old needs improvement. i dont want the newer one unless i have some sourcecode to go with it.
|
|
|
|
 |
|
 |
- I renamed a class throughout the project but it didn't work. There seemed to be no replacement at all. However, VC++ wanted to reload the project file because of external change. I hope nothing got screwed up.
- Dialog's browser button doesn't start from the last chosen sub-directory. Very annoying!
- Chosen pathname only partially displayed, making you wonder if the right one is used.
This thing doesn't inspire confidence!!
|
|
|
|
 |
|
 |
The concept is good but the add in does not work consitently. Unfortunately the code link is dead so I can not update the code to fic the problems I ran into.
|
|
|
|
 |
|
 |
Make it more like the Find in Files dialog in VC++ (ideally, make it exactly like the dialog ):
- File-extension filter
- Regular expresions
- Whole words on/off
- Case sensivity on/of
|
|
|
|
 |
|
 |
Great work, but as the previous message says, by adding the file extension filter, and especially case sensitivity it really takes off!
Best of all worlds would be if you could incorporate the code into the dockable window classes that are already part of CodeTools and make this insertable into Visual Studio!!
How long have we waited for this function from Microsoft
|
|
|
|
 |
|
 |
I already have a version more stabile and I will submit it this evening. Check out tomorow.
Bug Fixes & Improvements:
- Added the filter dialog
- Added combo boxes with Last recentlty used items
- Added Match case option
- Added Whole word option
- Improved the search and replace algorithm. (~)
Still trying to find out how to activate the Macro Pane after the replace operation is complete.
|
|
|
|
 |
|
 |
Great work
I was wondeirng if you have updated it with any new features as mentioned in the comments section?
Well done!
|
|
|
|
 |
|
 |
Hi i would love to get a copy of tour improved Replacer.
Where can i get it, can you send it to me?
Christian Hansen
|
|
|
|
 |
|
 |
Thanks a lot for this tool. It's just great. Simple to use, very useful. Thanks again. Thanks again. Thanks again. Thanks again. Thanks again. Thanks again. Thanks again. Thanks again. Thanks again. Thanks again
|
|
|
|
 |