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 - Unopened macro hint fails when custom macros are used
Summary: Unopened macro hint fails when custom macros are used
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Latte (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal with 2 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-09 11:31 UTC by josef.sabl
Modified: 2016-08-12 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of a bug. (1.68 KB, image/png)
2016-05-09 11:31 UTC, josef.sabl
Details

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