Bug 200265 - Autocomplete and codehints for attributes os JSF componets
Summary: Autocomplete and codehints for attributes os JSF componets
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Gerry Kessler CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-08-16 17:49 EDT by Fabio CLA
Modified: 2008-02-06 17:54 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio CLA 2007-08-16 17:49:27 EDT
The components of JSF do not have auto complete for their atributtes.
Example:
jscookmenu of tomahawk have 2 attributes obligatory layout and theme.
I propose this attributes and others have the RIGHT codehints on Ctrl+space in code and in properties.
When i mean right codehints is, in this example for layout have this proposals: {hbr, hbl, hur, hul, vbr, vbl, vur, vul}.
For theme have this options:ThemeIE, ThemeMiniBlack, ThemeOffice, ThemePanel.
Comment 1 Cameron Bateman CLA 2007-08-21 14:56:33 EDT
To support code hinting on third-party components like those provided in the myfaces project, additional meta-data is required.  We provide such meta-data out of the box for the core and html components in the JSF spec.  We would welcome any contribution you want to provide in terms of creating this meta-data for the Tomahawk component library.
Comment 2 Raghunathan Srinivasan CLA 2008-02-06 17:54:40 EST
Deferred due to lack of resources. Contributions from the community would be welcomed.