summaryrefslogtreecommitdiff
path: root/redo/controls_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-26 11:18:34 -0400
committerPietro Gagliardi <[email protected]>2014-07-26 11:18:34 -0400
commitb5d8b4f3de3a65b7debd3ddb6da2c28823044a00 (patch)
tree8de872c535a32032d058de064603e096b31aaf7b /redo/controls_darwin.m
parent2c810e7165cf78d8af6d79a7d6827792bf937122 (diff)
Adjusted autocompletion settings for TextField on Mac OS X.
Diffstat (limited to 'redo/controls_darwin.m')
-rw-r--r--redo/controls_darwin.m2
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