This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226714 - Allow disabling the JavaScript syntax checker
Summary: Allow disabling the JavaScript syntax checker
Status: RESOLVED DUPLICATE of bug 233066
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-26 13:28 UTC by kaunio
Modified: 2013-07-19 12:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kaunio 2013-02-26 13:28:20 UTC
Hello,

I'm using Netbeans with a web project that is using an unsupported scripting language (Freemarker).

Previously that has worked fine but now I get Javascript validation errors that I can't turn off. I'm able to disable html verification but not js which now makes most of my projects red.

An option to disable the javascript validator would be greatly appreciated.

A simple file like this file (test.html) generates an error that I can't find any way to avoid.

---

<script type="text/javascript">
[#assign vcError = session.getFlashAttribute("viewComponentError") /]
</script>

---
Comment 1 Petr Hejl 2013-07-19 12:34:19 UTC

*** This bug has been marked as a duplicate of bug 233066 ***