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 214984 - Code completion missing in php/jsp inside script tag
Summary: Code completion missing in php/jsp inside script tag
Status: RESOLVED DUPLICATE of bug 178887
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 11:50 UTC by Vladimir Riha
Modified: 2012-09-18 12:08 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 Vladimir Riha 2012-06-29 11:50:13 UTC
Maybe similar to issue #211068, but not the same. 

- try cc in php file inside <script></script>
=> nothing is offered


- try cc in php with following:
<script>|

Invoke cc usually a list of HTML tags should be offered, but it is not. It behaves as if it is part of JS code, see following:

<script><

And type "/" as for closing <script>. The result after typing "/":

<script><//


This issue is valid in new JS editor build, not in "common" trunk. It works in HTML file


Product Version: NetBeans IDE Dev (Build 2012-06-29_00-38-59 )
Java: 1.7.0_05; Java HotSpot(TM) Client VM 23.1-b03
System: Linux version 3.0.0-21-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2012-08-29 06:37:26 UTC
happens also with JSP files

Product Version: NetBeans IDE Dev (Build 201208290001)
Comment 2 Martin Fousek 2012-09-18 12:08:37 UTC
Looks like duplicate of issue #178887 - everything worked well to me now.

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