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 125677 - There is no highlighting for php inside <script language="php"></script>
Summary: There is no highlighting for php inside <script language="php"></script>
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 14:39 UTC by Victoria Zhukovskaya
Modified: 2008-11-21 11:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victoria Zhukovskaya 2008-01-21 14:39:09 UTC
There is no highlighting  for php inside <script language="php"></script>

Build 200801201200

f. e. 

    <script language="php">  
        echo "Hi!";
        
    </script>

Echo is not highlighted.
There is code completion for DOM

Tags (<script language="php"></script>) shold be always available.

http://www.php.net/manual/en/language.basic-syntax.php
Comment 1 Petr Pisl 2008-10-14 13:20:16 UTC
fixed in NB 6.5
Comment 2 Victoria Zhukovskaya 2008-11-21 11:00:10 UTC
Product Version: NetBeans IDE Dev (Build 200811200201)