The IDE provides out-of-the-box support for Firefox, Internet Explorer, Safari, and Opera.From the JavaScript Options panel, you can also specify the JavaScriptengine version that code completion applies to. IDE では、Firefox、Internet Explorer、Safari、および Opera をデフォルトでサポートしています。 JavaScript の「オプション」パネルでは、コード補完を適用する JavaScript エンジンのバージョンを指定することもできます。 - NetBeans
To reduce the "WTF" effect of magically having javascript code that looks like flexy tags completely broken by the template engine, Flexy deliberately turns the parser OFF when dealing with script contents (see Configuration Options for details of PHP in script tags)
javascript のコードのせいで "何じゃこりゃ?" というようなことが起こり、まるで flexy タグが壊れてしまったように見えることがあります。 それを防ぐため、Flexy は、script を含むコンテンツを扱う際にパーサを意図的に OFF にします(script タグ内での PHP の詳細については、設定オプションを参照ください)。 - PEAR