diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-12 15:05:15 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-12 15:05:15 +0000 |
commit | 3946e0c6c1e26af2b65590a1f0f50ab25c1c3bfb (patch) | |
tree | 5407dbadbe821ce4cc8f0e2187ee006c37afbc1a /Source/SPFieldEditorController.h | |
parent | 5564ae966603f6727c3fc6ad5b68811128b4ea80 (diff) | |
download | sequelpro-3946e0c6c1e26af2b65590a1f0f50ab25c1c3bfb.tar.gz sequelpro-3946e0c6c1e26af2b65590a1f0f50ab25c1c3bfb.tar.bz2 sequelpro-3946e0c6c1e26af2b65590a1f0f50ab25c1c3bfb.zip |
• SPFieldEditor sheet now runs in a NSModalSession run loop to allow the execution of code in NSDefaultRunLoopMode (including showing Tooltips)
- improved max text length checking while inserting a text chunk if a selection is given (now it truncates it correctly)
- instead of using NSBeep() while text length checking a Tooltip will be shown
• fine-tuned SPTooltip:
• max text validation in TableContent (cell editing) shows now a tooltip if text too long
Note: Tooltip messages are tentative so far
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |