全局搜索并替换整个 Flex 项目文件?
有没有办法在单个项目中跨多个文件进行搜索和替换?
谢谢,
马克
Is there a way to do a search and replace across multiple files in a single project?
thanks,
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ctrl+Shift+F ->输入“包含文本”,选择“封闭项目”,单击“替换”按钮,输入替换文本。
Ctrl+Shift+F -> Enter 'Containing text', select 'Enclosing projects', Click 'Replace' button, enter replacement text.
另外,请查看 Windows Grep。它不会验证您的更改以确保不会产生任何错误。但是,这是一种无需依赖 IDE 就能准确完成您想要的操作的好方法。
Also, check out Windows Grep. It does not validate your changes to make sure no errors were created from them. But, it is a good way of doing exactly what you want without being tied to an IDE.