From b5d8b4f3de3a65b7debd3ddb6da2c28823044a00 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 26 Jul 2014 11:18:34 -0400 Subject: Adjusted autocompletion settings for TextField on Mac OS X. --- redo/controls_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/controls_darwin.m') 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 -- cgit v1.2.3