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 259168

Summary: Unopened macro hint fails when custom macros are used
Product: php Reporter: josef.sabl
Component: LatteAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of a bug.

Description josef.sabl 2016-05-09 11:31:23 UTC
Created attachment 159582 [details]
Screenshot of a bug.

There is a feature that marks unopened macros in Latte templates. However when I use custom macro inside the default pair macro the hinting fails and marks the closing tag of built-in macro as unopened although it has indeed been opened.

E. g.

{if (TRUE)}
	{myMacro}
		foo
	{/myMacro}
{/if} <== this closing tag is marked as unopened