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 97035

Summary: Embedded languages support needed
Product: obsolete Reporter: Marco Walther <marcow>
Component: languagesAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker CC: jskrivanek
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Errors in the Editor - ScreenShot

Description Marco Walther 2007-03-02 06:35:31 UTC
I need support for embedded/mixed HTML/PHP at least. They can (and are) really 
mixed together, like the following example (from Joomla 1.0.12)

----------------
} else {
        ?>
        <img src="images/joomla_logo_black.jpg" border="0" alt="<?php 
echo 'Joomla! 
Logo'; ?>" />
        <br />
        <?php
}
----------------

Currently the upper PHP part is not happy 
because the else is incomplete. And the lower PHP part is not happy because a 
normal statement can't start with a closing curly:-(

I'll attach an screen shot as well.
Comment 1 Marco Walther 2007-03-02 06:36:25 UTC
Created attachment 39089 [details]
Errors in the Editor - ScreenShot