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 138491 - Turn off automatic creation of listeners for bindings users
Summary: Turn off automatic creation of listeners for bindings users
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 14:38 UTC by osbald
Modified: 2008-06-27 14:38 UTC (History)
0 users

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 osbald 2008-06-27 14:38:34 UTC
With the addition of beansbindings to Netbeans it's likely form developers will either be using bindings or event
listeners, but probably not both - well I'd strongly discourage it. 

For developers coming from the bindings mindset I'd be really useful if we could turn off the automatic creation of
ad-hoc event listeners on double-click etc.. as its very easy to do by accident while editing a form and a pain to
remove the empty stubs when you do. Can we have an option to turn some of these gestures off (like the formslayout
choice?). 

It'd be quite useful for me to turn these off for the whole project to make sure some of the junior developers aren't
tempted to fall back into comfortable habits.