diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-26 11:18:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-26 11:18:34 -0400 |
| commit | b5d8b4f3de3a65b7debd3ddb6da2c28823044a00 (patch) | |
| tree | 8de872c535a32032d058de064603e096b31aaf7b /redo/controls_darwin.m | |
| parent | 2c810e7165cf78d8af6d79a7d6827792bf937122 (diff) | |
Adjusted autocompletion settings for TextField on Mac OS X.
Diffstat (limited to 'redo/controls_darwin.m')
| -rw-r--r-- | redo/controls_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/controls_darwin.m b/redo/controls_darwin.m index 73192c1..23d15e2 100644 --- a/redo/controls_darwin.m +++ b/redo/controls_darwin.m @@ -106,7 +106,7 @@ static id finishNewTextField(NSTextField *t) // same for text fields and password fields setStandardControlFont((id) t); // TODO border (Interface Builder setting is confusing) - // TODO smart quotes + // smart quotes and other autocorrect features are handled by the window; see newWindow() in window_darwin.m for details // Interface Builder does this to make the text box behave properly // this disables both word wrap AND ellipsizing in one fell swoop // however, we need to send it to the control's cell, not to the control directly |
