From 3946e0c6c1e26af2b65590a1f0f50ab25c1c3bfb Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 12 Aug 2009 15:05:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20SPFieldEditor=20sheet=20now=20runs=20in=20a?= =?UTF-8?q?=20NSModalSession=20run=20loop=20to=20allow=20the=20execution?= =?UTF-8?q?=20of=20code=20in=20NSDefaultRunLoopMode=20(including=20showing?= =?UTF-8?q?=20Tooltips)=20-=20improved=20max=20text=20length=20checking=20?= =?UTF-8?q?while=20inserting=20a=20text=20chunk=20if=20a=20selection=20is?= =?UTF-8?q?=20given=20(now=20it=20truncates=20it=20correctly)=20-=20instea?= =?UTF-8?q?d=20of=20using=20NSBeep()=20while=20text=20length=20checking=20?= =?UTF-8?q?a=20Tooltip=20will=20be=20shown=20=E2=80=A2=20fine-tuned=20SPTo?= =?UTF-8?q?oltip:=20=E2=80=A2=20max=20text=20validation=20in=20TableConten?= =?UTF-8?q?t=20(cell=20editing)=20shows=20now=20a=20tooltip=20if=20text=20?= =?UTF-8?q?too=20long?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: Tooltip messages are tentative so far --- Source/SPFieldEditorController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPFieldEditorController.h') diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 4205140f..a330108e 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -53,6 +53,8 @@ BOOL editTextViewWasChanged; NSUserDefaults *prefs; + + int editSheetReturnCode; } - (IBAction)closeEditSheet:(id)sender; -- cgit v1.2.3