I have a related question about bindings and user defaults.
I use bindings for my prefs window that bind to NSUserDefaults
that are registered in my NSApplication (with registerDefaults: ).
For example, let's say that one of the values is a number that is
shown in an editable NSTextField.
My question is :
In IB, in the bindings pane, should I set a value for 'Null Placeholder',
and should I enter a value in the control also ? Or should I completely
rely on the registered defaults ?