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 128385

Summary: More powerful js templates
Product: javascript Reporter: _ tboudreau <tboudreau>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ tboudreau 2008-02-26 00:54:01 UTC
One thing that would make our js support more compelling is much more powerful templating.  In other words, there are some common patterns for things 
people do in Javascript - show a popup, do something to the DOM on mouseX events, etc.  If we could make it easy to check a few checkboxes and say "I want 
to make a component that responds to event X" - kind of the way Matisse does by letting you add event handlers - and leave them empty or with commented 
out code, that could add a lot of value.