eclipse关掉jsp,js的语法验证

转载:http://blog.csdn.net/testcs_dn/article/details/39058959

eclipse加速之禁用JS、jsp等文件的语法验证

去除eclipse的JS验证:
将windows->preference->Java Script->Validator->Errors/Warnings->

eclipse关掉jsp,js的语法验证

Enable Javascript Sematic validation前面的勾去掉;

eclipse关掉jsp,js的语法验证

eclipse关掉jsp,js的语法验证

选中要修改的项目,Project》Properties

eclipse关掉jsp,js的语法验证

或右键项目 -> properties -> Builders 去掉JavaScript Validator 前面的勾

eclipse关掉jsp,js的语法验证

eclipse关掉jsp,js的语法验证

      Right click your project  (右单击工程属性)
      Select Properties -> JavaScript -> Include(选择JavaScript下的include菜单)
      Select Source tab (It looks similar to the Java Build Path Source tab)(选择SOURCE标签)
      Expand source folder(展开菜单)
      Highlight Excluded pattern(选择Excluded)
      Click Edit button(点击edit按钮)

eclipse关掉jsp,js的语法验证

      Click Add button next to Exclusion patterns box.在新对话框中点击add按钮
    Click Browse button and select the JavaScript source by name.(找到需要排除的javascript文件)

eclipse关掉jsp,js的语法验证

上一篇:大学四年的Python学习笔记分享之一,内容整理的比较多与仔细


下一篇:python学习第六讲,python中的数据类型,列表,元祖,字典,之列表使用与介绍