zend studio 中添加对dwt lbi文件的颜色配置

刚开始开发php的时候,用zend studio,但是打开.dwt文件或者lbi文件,没有颜色配置方案,着实不方便,最后发现通过如下设置即可:

window-->Preferences-->General-->Content Types-->Text-->HTML 中 添加 *.dwt *.lbi两种格式的支持即可,记得重启IDE。

在选择.dwt文件时,发现默认打开的是DreamWeaver,不方便,可以在window-->Preferences-->General-->Editors 中选择File Associations ,添加 *.dwt 即可,无需重启IDE。

 

修改zend studio默认字符集

设置方法:General -> Workspace -> 选择 Other ->utf-8。

 

 

 

 

你可能感兴趣的:(zend,studio,开发工具)