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 267761 - Custom delimiters -> Enabled option not used on display
Summary: Custom delimiters -> Enabled option not used on display
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 02:44 UTC by amobilia
Modified: 2016-08-30 02:44 UTC (History)
0 users

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 amobilia 2016-08-30 02:44:10 UTC
Example code :
----- test.tpl -----
{foreach from=$array key=key item=val}
	{$val|}
{/foreach}
-----

1/ Open the file : syntax higlight is available.

2/ Define custom delimiters
- Properties of the project
- Framework -> smarty
- Check the "Enabled" case, type text on the open & close delimiter
- Uncheck the "Enabled" case
- Save

3/ Close and open again the tpl file


What's happened : no syntax higlight

Need to go back to properties and delete the open & close delimiter (the Enabled case isn't used in order to display !)