Windows 选项 | 描述 |
---|---|
windows.tool.edit.project | 定义用于在 Windows 系统上编辑项目的实用程序。 |
windows.tool.edit.dir | 定义用于在 Windows 系统上编辑目录的实用程序。 |
windows.tool.view.project | 定义用于在 Windows 系统上查看项目的实用程序。 |
windows.tool.view.dir | 定义用于在 Windows 系统上查看目录的实用程序。 |
windows.tool.compare.ascii | 定义用于在 Windows 系统上比较文件的实用程序。 |
windows.tool.merge.ascii | 定义用于在 Windows 系统上合并文件的实用程序。 |
windows.tool.compare.ascii = %ccm_compare
windows.tool.compare.binary = FAIL
windows.tool.merge.ascii = %ccm_merge
windows.tool.merge.binary = FAIL
windows.tool.edit.ascii = "%ccm_home\\bin\\util\\ccm_exec" "%file1"
windows.tool.edit.binary = "%ccm_home\\bin\\util\\ccm_exec" "%file1"
windows.tool.edit.executable = "%file1"
windows.tool.edit.project = explorer.exe "%file1"
windows.tool.edit.dir = explorer.exe "%file1"
windows.tool.view.ascii = "%ccm_home\\bin\\util\\ccm_exec" "%file1"
windows.tool.view.binary = "%ccm_home\\bin\\util\\ccm_exec" "%file1"
windows.tool.view.executable = "%file1"
windows.tool.view.project = explorer.exe "%file1"
windows.tool.view.dir = explorer.exe "%file1"
可以使用以下关键字:
edit:%file1、%ccm_home
view:%file1、%ccm_home
help:%file1、%ccm_home
FAIL:该命令不支持操作
compare:%file1、%file2、%file1_label、%file2_label、%ccm_home
merge:%outfile、%ancestor %file1、%file2、%file1_label、%file2_label、
ccm_home
其中 %file1 是第一个文件名。%ccm_home 是客户机安装所在的目录。%file2 是第二个文件名。%file1_label 和 %file2_label 是文件的标签。%ancestor 是合并所使用的公共祖代文件。%outfile 是合并结果。
UNIX 选项 | 描述 |
---|---|
unix.tool.edit.project | 定义用于在 UNIX 系统上编辑项目的实用程序。 |
unix.tool.edit.dir | 定义用于在 UNIX 系统上编辑目录的实用程序。 |
unix.tool.view.project | 定义用于在 UNIX 系统上查看项目的实用程序。 |
unix.tool.view.dir | 定义用于在 UNIX 系统上查看目录的实用程序。 |
unix.tool.compare.ascii | 定义用于在 UNIX 系统上比较文件的实用程序。 |
unix.tool.merge.ascii | 定义用于在 UNIX 系统上合并文件的实用程序。 |
unix.tool.compare.ascii = %ccm_compare
unix.tool.compare.binary = FAIL
unix.tool.merge.ascii = %ccm_merge
unix.tool.merge.binary = FAIL
unix.tool.edit.ascii = xterm -geometry 80x40 -e vi %file1
unix.tool.edit.binary = FAIL
unix.tool.edit.project = /bin/sh -c ^(cd '%file1'; xterm)^
unix.tool.edit.dir = /bin/sh -c ^(cd '%file1'; xterm)^
unix.tool.view.ascii = xterm -geometry 80x40 -e vi %file1
unix.tool.view.binary = FAIL
unix.tool.view.project = /bin/sh -c ^(cd '%file1'; xterm)^
unix.tool.view.dir = /bin/sh -c ^(cd '%file1'; xterm)^
可以使用以下关键字:
edit:%file1、%ccm_home
view:%file1、%ccm_home
help:%file1、%ccm_home
FAIL:该命令不支持操作
compare:%file1、%file2、%file1_label、%file2_label、%ccm_home
merge:%outfile、%ancestor %file1、%file2、%file1_label、%file2_label、
ccm_home
其中 %file1 是第一个文件名。%ccm_home 是客户机安装所在的目录。%file2 是第二个文件名。%file1_label 和 %file2_label 是文件的标签。%ancestor 是合并所使用的公共祖代文件。%outfile 是合并结果。