Replace All across project files

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

Sample Image of ReplaceAll add-in

Environment: VC6 SP3, NT4 SP5

This is MS Visual Studio add-in to find and replace texts across project files (if any loaded).
(Project files == files enumerated in project’s .dsp file. They appear in workspace’s FileView.)

It is based on MS sample project ReplAll. It enhances the sample functionality – possibility to find and replace
across open files. It uses standard “Find & Replace” dialog (from VStudio).

Project file enumerating functionality is fully copied from Joshua C.Jansen’s Workspace Utilities (there are only some
minor changes – char -> TCHAR, Exclude and Special Added files aren’t used).

The result of the work of this add-in is the set of a changed files – the files opened before add-in run (and not saved) are closed.

Downloads

Download source – 28 Kb
Download addin DLL – 26 Kb

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read