ise怎么更改编辑器_设置ISE中默认文本编辑器为gvim

标签:

ise windows版,添加方式

ISE下点击菜单Edit -> Preferences -> Editor. 在Editor选项框里选择Custom,在Command line syntax文本框里输入:

{d:\program files\vim\gvim.exe}  +$2 $1

把路径改成你自己的路径,然后注意+前面有个空格,$1前面也有个空格,路径用大括号括起来

vivado windows版,添加方式

记得环境变量中加入gvim:path=D:/Program Files/Vim/vim74/

点击tools, options;Text Editor,custom editor

D:/Program Files/Vim/vim74/gvim.exe [file name] +[line number]

参考如下文章,一并列出

vivado中调用ultraedit 编辑器

ISE下点击菜单Edit -> Preferences -> Editor. 在Editor选项框里选择Custom,在Command line syntax文本框里输入: {C:/Program Files/Notepad++/notepad++.exe} $1 大括号{}里是你的notepad++.exe的路径,路径中存在空格的话加上大括号;$1相当于文件名。 然后点OK。以后在ISE工程下点击某个.v或.vhd文件,或者文件编译报错点击错误文件,都会自动调用Notepad++来打开文件。 但是遗憾的是,这种方法并不能实现错误高亮定位,即编译报错点击错误文件&

你可能感兴趣的:(ise怎么更改编辑器)