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 170548

Summary: Provide "Insert Code" capability for JSP and Facelets
Product: javaee Reporter: Petr Jiricka <pjiricka>
Component: JSF EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2009-08-18 13:48:32 UTC
Per discussion with David: Java files have the "Insert Code" item in the popup menu, which contains useful snippets of
code. It would be useful to also have this capability for JSP and Facelets files. The menu could contain some snippets
that are currently in the palette, e.g. "JSF Form" and "JSF Data Table".
Comment 1 Marek Fukala 2009-08-19 15:12:28 UTC
implemented in web-main#30f5753221fb
Comment 2 Quality Engineering 2009-08-21 06:08:14 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/30f5753221fb
User: Marek Fukala <mfukala@netbeans.org>
Log: #170548 - Provide "Insert Code" capability for JSP and Facelets