Re: Searching Content in WINCVS
Gerhard Fiedler <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.gui.user |
|---|---|
| Organization | cvsnt.org news server |
| Message-ID | <[email protected]> |
On 2006-11-14 16:26:17, Tim Dugan wrote: > Quite often when using WINCVS, I want to find a particular file based on > contents...but as far as I know, there is no way to do it. Or is there? > > I would like to be able to initiate either the build-in Windows search > facility -- or any search facility for that matter -- by clicking on an > item in my WINCVS GUI and selecting search... > > Can it be done? AFAIK, not directly. You can open a selected folder in an Explorer window by pressing F2, and then run the Windows search from there. > Or, if not, can it be added? You can write a macro that runs a search of your choice and add it to the Macro menu. I don't know whether it's possible to run a macro from the context menu or add a toolbar button that runs a macro, though; it doesn't seem so. Gerhard