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 - Expose some snippets in code completion
Summary: Expose some snippets in code completion
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 13:55 UTC by Petr Jiricka
Modified: 2009-08-20 16:56 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: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.