intellij-idea - 配置 Intellij IDEA 使用 Kdiff3 作为合并程序

标签 intellij-idea merge kdiff3

我想知道从 Intellij IDEA 的外部差异工具菜单传递给 Kdiff3 的正确参数,以便使用 Kdiff3 进行合并。

最佳答案

在某些时候,正确的参数是:

%2 %1 %3 -o %4

有关当前值,请参阅已接受的答案。

关于intellij-idea - 配置 Intellij IDEA 使用 Kdiff3 作为合并程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29766123/

相关文章:

git - 使用 KDiff3 与 Git 编辑差异

java - 从 IntelliJ 生成 .JAR

intellij-idea - IntelliJ 和 Perforce 集成 : Client Spec issue when using Project structure outside of client spec root

merge - HG merge : Outstanding uncommited changes

Git difftool - KDiff3 无法编辑文件

git - 与 Git 和 KDiff3 进行三向比较

tomcat - Intellij Tomcat 服务器配置 - 发现多个 HTTP 连接器问题

java - IntelliJ IDEA 中的 Velocity ResourceNotFoundException

python-3.x - 如何删除具有相同值的行?合并具有相同前缀的列

git - 如何将使用 'git replace'编辑的历史推送到远程