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 170549

Summary: Expose some snippets in code completion
Product: javaee Reporter: Petr Jiricka <pjiricka>
Component: JSF EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2009-08-18 13:55:02 UTC
Per discussion with David: Java editor currently displays in the code completion some actions that generate bigger
pieces of code, such as constructors, setters and getters, etc. Often these items mirror what is already present in the
"Insert code" action. It would be useful to also expose some useful items in code completion for JSP and Facelets files,
such as "JSF Form" and "JSF Data Table". See also issue 170548.
Comment 2 David Konecny 2009-08-19 21:57:24 UTC
That's pretty cool! I can't wait to try it. I mean first I have to fix JSF Form and JSF Table to generate something what
works but when that's done it will be very useful feature.
Comment 3 Petr Jiricka 2009-08-20 16:17:16 UTC
Thanks Marku, yes it feels great! I think the next logical step is to further deemphasize/hide the palette - I filed
issue 170718 for this. What do you think?
Comment 4 Marek Fukala 2009-08-20 16:56:34 UTC
I agree that the palette can be hidden by default for the web-like files. I'll fix the issue #170718.