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 - Provide "Insert Code" capability for JSP and Facelets
Summary: Provide "Insert Code" capability for JSP and Facelets
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 13:48 UTC by Petr Jiricka
Modified: 2009-08-21 06:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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