- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 关于文件比较
- 比较文件
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 对象存储库
- ScreenScrapeJavaSupport 工具
- 扩展程序
- Studio 测试
- 故障排除
Studio 中的文件比较,用于识别同一自动化项目中两个相似的 XAML 文件或项目文件之间的差异。
比较两个文件可能会非常有用,特别是在处理同一项目中的多个 .xaml 文件时。
Studio comes with the Compare Files feature that enables you to select two similar files in the same project and compare the differences between them. It shows the activities used in the two similar workflows, together with added variables, modified properties, and changes that might have been made to selectors. The comparison opens as a read-only Compare Files tab alongside your other open documents.
实践证明,如果要查看主要工作流的工作副本中进行的更改,但不修改原始的工作流,“比较文件”非常有用。
When a coding agent proposes changes to a workflow or code file, the comparison also opens as a Compare Files tab, so you can review the diff at your own pace while the agent continues working instead of waiting for you to close the comparison.
比较文件的另一种方式是利用版本化工作流的“文件差异”功能。该功能显示文件的本地副本与在 GIT、SVN 或 TFS 下版本化的副本之间的更改。