wine source insight

最近在看lkd,仔细地看.

 

装了ubuntu,看代码有些不方便 ,虽然vi+ctags也不错,但是还是source insight来得方便一点.

 

于是wine一个source insight.

 

apt-get install wine

现在wine不错了,直接就可以安装上了,而且字体也没有问题.

 

后来把字体整 得有一点乱了.再改一改.

 

vi font.reg

 

REGEDIT4 [HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/FontSubstitutes] "Arial Baltic,186"="Arial,186" "Arial CE,238"="Arial,238" "Arial CYR,204"="Arial,204" "Arial Greek,161"="Arial,161" "Arial TUR,162"="Arial,162" "Courier New Baltic,186"="Courier New,186" "Courier New CE,238"="Courier New,238" "Courier New CYR,204"="Courier New,204" "Courier New Greek,161"="Courier New,161" "Courier New TUR,162"="Courier New,162" "Helv"="MS Sans Serif" "Helvetica"="Arial" "MS Shell Dlg"="simsun" "MS Shell Dlg 2"="Tahoma" "Tahoma"="simsun" "Times"="Times New Roman" "Times New Roman Baltic,186"="Times New Roman,186" "Times New Roman CE,238"="Times New Roman,238" "Times New Roman CYR,204"="Times New Roman,204" "Times New Roman Greek,161"="Times New Roman,161" "Times New Roman TUR,162"="Times New Roman,162" "Tms Rmn"="NSimSun"  

 

应该复制的字体就复制几个,效果不错.

 

source insight里改一改字体,ALT+T即可.

你可能感兴趣的:(shell,ubuntu)