问题标签 [araxis]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
2092 浏览

git - Mac 和 git diff 的 araxis 合并

我正在尝试将 os x 上的命令行 git 与 araxis 合并一起使用。

我想要 git diff foo 打开它 araxis

我已将安装程序中的实用程序复制到 /usr/bin

我已经修改了我的 .gitconfig 以包含以下内容:

执行以下仍然会导致命令行差异:

$ git diff 模板.html

0 投票
0 回答
338 浏览

git - trustExitCode = false 不适用于 Mac 和 Git 的 Araxis 合并

我的配置文件中有这个:

我在有冲突的文件上调用合并工具,对其进行编辑并保存文件。我希望 git 会提示我合并是否有效,我需要回复 (y)es/(n)o。

它没有那样做……它只是简单地用我的编辑自动暂存文件。

这曾经对我有用。

我的 git 版本 1.7.12.4 (Apple Git-37) 我的 araxis 版本是 2013.4283

谁能发现我做错了什么?

我也尝试将工具设置为“araxis”。

我还尝试在“araxisgitmerge”oascript 中抛出错误,但没有成功。

对我来说, trustExitCode = false 似乎根本不起作用。

0 投票
0 回答
268 浏览

git - Mac OsX:Git 不要在 git mergetool 命令上打开 Araxis

当我尝试从 git 进行合并时,我调用git mergetool,但它没有打开 Araxis 进行合并。

这是我的~/.gitconfig

这是结果:

我能忘记什么?

0 投票
1 回答
155 浏览

git - Araxis Merge 不尊重 .gitattributes 偏好

我已添加path/to/compiled/file.css -diff到我的.gitattributes文件夹中。

git diff --no-ext-diff尊重偏好,只是让我知道二进制文件已更改,但git diff(配置为使用 Araxis Merge 作为 gui diff)没有。当 Araxis 点击编译的 css 文件时,我得到一个旋转的沙滩球。

任何想法如何让 Araxis 尊重我的意愿?

0 投票
1 回答
132 浏览

git - Comparing versions with git and Araxis on Mac

I'm trying to use Araxis Merge to diff two branches of my git repo. When using git difftool, it opens each file one at a time (including a lot of libraries I don't need to worry about). When using hg, I get a nice folder view from the command line. I found this SO topic:

using araxis merge for folder comparison on git branches (OSX)

but when I follow the instructions (including on the Araxis Merge docs), I get this error:

I also tried to get the "Versions" menu drop-down to work: here (https://www.araxis.com/merge/documentation-windows/plugin-git under the section "PREPARING MERGE TO USE THE PLUGIN") it states "tested with Git for Windows."

I'm using Araxis Professional Edition v2016.4774

Has anyone gotten this to work on Mac? Thanks in advance!

0 投票
1 回答
774 浏览

macos - 如何在 MacOS 上的 Araxis Merge 中更改字体大小以放大和缩小?

我浏览了所有设置和Show Fonts面板,但找不到任何解决方案。

0 投票
1 回答
274 浏览

diff - 剪贴板的三向差异

我知道 Kdiff3 可以从剪贴板做差异,但只有 2 路。

有没有一种工具可以让我复制和粘贴三个文本并进行比较?现在我必须用我复制的文本创建三个文件并比较它们。在我删除它们之后。

不能成为在线工具。

0 投票
1 回答
24 浏览

git - git difftool 无法识别当前文件路径

我做了git difftool FORMER_BRANCH_NAME HEAD和。希望我可以比较 Araxis 合并中的文件。

但是,Araxis 合并在临时文件路径中显示文件。

/var/folders/ft/d77t_nxd141g373d7p6t47lc0000gn/T/uga8V8_XXXXller.js

对于我最新提交的文件,我不希望这样做。它应该是/src/views/a.js

这种文件路径可以让我直接将更改回文件。

我怎么能做到这一点?使Araxis 合并 识别真实文件路径并进行比较。

在此处输入图像描述