在 Mercurial 中指定编辑器
一般来说,如果我有一个 W 类型的自定义文件,并且想要使用自定义应用程序/编辑器 X 打开/查看它,当我想要编辑/查看该文件时,如何设置 Hg 来调用应用程序 X?
具体示例:我使用 TortoiseHg 来跟踪一组文件,这些文件是由自定义应用程序(一个名为 Kepserver 的 OPC 服务器应用程序)创建的。 Kepserver 创建 .OPF 文件,而 Hg 可以告诉文件何时发生更改,我想使用 Kepserver 应用程序从 Hg Workbench 查看文件。
我看到一个允许我设置编辑器的设置。我指定了 Kepserver 应用程序的路径,但是当我单击工作台中的文件时,它尝试使用 Kdiff3 进行二进制比较,如何为特定存储库指定编辑器?
In general, if I've got a custom file of type W and want to use custom application/editor X to open/view it how do i set up Hg to call the application X when i want to edit/view the file?
Specific example: I'm using TortoiseHg to track a set of files, that are created by a custom application, an OPC server application called Kepserver. Kepserver creates .OPF files, while Hg can tell when the files have changed, I'd like to use the Kepserver application to view the files from Hg Workbench.
I see a setting that allows me to set an editor. I specified the path to the Kepserver application, but when i click on the files in workbench it tries to do a binary diff, using Kdiff3, How can i specify editors for specific repositories?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 TortoiseHg 工作台中双击文件时的默认行为是运行视觉差异。要在编辑器中打开文件,您必须右键单击该文件并选择“编辑本地”或类似选项之一。
控制。
选择此选项时使用的编辑器由
.hgrc
或mercurial.ini
中的设置The default behavior when double-clicking a file in TortoiseHg workbench is to run a visual diff. To open the file in an editor, you must right-click on the file and select "Edit Local" or one of the similar options.
The editor used when this option is selected is controlled by the
setting in your
.hgrc
ormercurial.ini
.