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 133059

Summary: JavaScript support doesn't work in the php project
Product: php Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2008-04-16 22:48:50 UTC
In a php project the java script support offers only keywords. The problem is that there are not registered the
javascript libraries on the gsf boot classpath.
Comment 1 Petr Pisl 2008-04-16 23:23:34 UTC
I fixed the issue in release61-php clone. The fix is going through two modules gsf and php project. The fix in gsf is
not so important and is not necessary, but it's better to have it. The real fix is in the php project. See the changeset
http://hg.netbeans.org/release61-php/rev/a1325c4ab93b

Comment 2 Marek Fukala 2008-04-17 11:41:09 UTC
*** Issue 132405 has been marked as a duplicate of this issue. ***