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 257221

Summary: JET HTML Components in code completion, code templates, and palette
Product: javascript Reporter: Geertjan Wielenga <geertjan>
Component: OJETAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: anebuzelsky, sourabhh
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description Geertjan Wielenga 2015-12-19 09:30:21 UTC
When I do ctrl-space in the HTML Editor, I see Button, Checkbox, etc. I want to see an item "JET Components" which can be expanded to show all the components, e.g., Chart, etc, which will generate a starting point for a Chart, etc.

Same for the Component Palette, needs a JET category.

Same for the code templates, e.g., I can expand 'scr' to a Script element, need the same for the JET components, e.g., 'chart' could expand to a basic Chart element with default content.
Comment 1 Petr Pisl 2016-02-10 10:53:52 UTC
I'm not sure with the first point. Probably there is not a case that one item in code completion will be expanded to the another item. It's just question how to handle this in the UI. It would be probably better to show all the OJET components in the top level.