码迷,mamicode.com
首页 > 系统相关 > 详细

myeclipse如何取消对某个文件的验证

时间:2017-07-05 10:00:10      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:选中   cti   sel   ext   myeclipse   hot   htm   for   tor   

在用Myeclipse导入新工程或在写代码时,最郁闷的就是它对js,jsp,html的验证太严格了,有时会呈现一个红叉或者一个黄色的感慨号,一运行就报Cannot return from outside a function or method的错,

为此讲解两个解决办法,本文解决Cannot return from outside a function or method的错。

  1. 选中当前工程,右键单击properties,弹出properties界面

    技术分享
  2. 然后选择MyEclipse—>validation—>Excluded Resource下找到不需要验证的文件或者文件夹

    技术分享
  3. 在不需要验证的文件或者文件夹前打勾,然后点击 "OK"按钮保存。我的js,jsp,html在webroot下,所以我

    技术分享
  4. 解决Cannot return from outside a function or method报的错。法一:在MyEclipse菜单栏window --->preferences --->myeclipse --->validation --->javascript validator for Js    files 把Bulid 复选框的勾去掉 就可以了

    技术分享
  5. 法二:在所建立的工程项目上右键单击,找到myeclipse-->Exclude Form Validation单击一下,打上√号,js的错误就没了!

    技术分享

myeclipse如何取消对某个文件的验证

标签:选中   cti   sel   ext   myeclipse   hot   htm   for   tor   

原文地址:http://www.cnblogs.com/qianzf/p/7119455.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!