Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一些开源差异工具上编写一个包装器。说kdiff3。建议做同样的方法。
diff 工具按文件显示代码中的差异。我希望它根据我的要求执行特定任务,并通过删除导致冲突的代码来自动解决冲突。
似乎 kdiff 3 没有 api,尽管您可以从命令行http://kdiff3.sourceforge.net/doc/documentation.html使用不同的选项调用它。该文档可以帮助您实现目标。