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 154065

Summary: Parsing API tutorial
Product: editor Reporter: Jan Jancura <jjancura>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker CC: epdv, hmichel, mkrauskopf, pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Jancura 2008-11-28 08:13:17 UTC
Parsing API tutorial is missing.
Comment 1 Jan Jancura 2008-12-03 16:18:35 UTC
> Feature
Comment 2 Jan Jancura 2008-12-03 16:20:20 UTC
> Feature
Comment 3 Peter Nabbefeld 2008-12-10 13:52:35 UTC
HTML is often used as the "container" of many scripting languages, such as JSP, Javascript, PHP, etc. It would be great,
if You could present an example, how to embed e.g. FreeMarker tags, as they use two syntax forms:
1. ${...} for variables
2. tag syntax
Comment 4 Peter Nabbefeld 2008-12-10 14:02:48 UTC
Please, also provide a complete example, probably with some simple antlr grammar, navigator view, code folding, error
hints, etc.
Comment 5 Peter Nabbefeld 2008-12-18 13:23:16 UTC
Found this: http://www.netbeans.org/issues/show_bug.cgi?id=127357
Might be helpful, as long as no other docs exist.