diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-26 18:53:33 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-26 18:53:33 +0000 |
commit | 85290111df9004529db698745acc98a21a8d1996 (patch) | |
tree | a07537e62e6fd64e31c60ec652e37e28ed0e89d1 /Source/SPTableContent.h | |
parent | 09b1063c73206cffb1819530498ef209e393a1a3 (diff) | |
download | sequelpro-85290111df9004529db698745acc98a21a8d1996.tar.gz sequelpro-85290111df9004529db698745acc98a21a8d1996.tar.bz2 sequelpro-85290111df9004529db698745acc98a21a8d1996.zip |
• removed onMainThread for [Content/CustomTable makeFirstResponder] to avoid the trampoline exceptions
• unified error message while cell editing
• in Custom Query table cell editing errors are displayed as tooltips and added these message if edit event comes from the keyboard
• fixed: check edit status in Content Tables only for views to avoid unnecessary queries
• used [SPCustomQuery fieldEditStatusForRow:andColumn:] consequently to simplify code
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index b1748c2d..506c01d0 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -107,6 +107,10 @@ NSString *fieldIDQueryString; BOOL isFirstChangeInView; + NSString *kCellEditorErrorNoMatch; + NSString *kCellEditorErrorNoMultiTabDb; + NSString *kCellEditorErrorTooManyMatches; + } // Table loading methods and information |