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 - Embedded languages support needed
Summary: Embedded languages support needed
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 06:35 UTC by Marco Walther
Modified: 2007-03-13 13:29 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Errors in the Editor - ScreenShot (86.37 KB, image/png)
2007-03-02 06:36 UTC, Marco Walther
Details

Note You need to log in before you can comment on or make changes to this bug.
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