如何在Delphi 2006项目中的所有文件中进行全局搜索和替换
我试图在 Delphi 2006 项目中的所有文件中进行全局搜索和替换,但我无法这样做。
我怎样才能做到这一点?
I'm trying to do a global search and replace in all the files in Delphi 2006 project, but am unable to do so.
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
据我所知D2006中没有这样的功能。
我使用 Notepad++ 来完成该任务。
As far as I know no such feature exists in D2006.
I use Notepad++ for that task.
也许您可以使用“重构”菜单中的“重命名”选项。 它适用于多个文件。
Maybe you can use the Rename option in the Refactoring menu. It works on multiple files.
GEExperts 在 Delphi 7 上运行得很好。在 GEExperts 的 grep 中进行全局搜索,然后单击“替换”。 非常简单。 也直接集成到 IDE 中。
GEExperts works very well on Delphi 7. Do a global search in the grep of GEExperts, then click "Replace". Pretty straightforward. Integrates directly into the IDE too.
要搜索项目中的所有文件,您可以使用:
Ctrl + Shift + F
To search all the files in your project you can use:
Ctrl + Shift + F