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/SPCustomQuery.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/SPCustomQuery.h')
-rw-r--r-- | Source/SPCustomQuery.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index e9c1df6b..30e64ef5 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -160,6 +160,11 @@ NSTimer *queryLoadTimer; NSUInteger queryLoadInterfaceUpdateInterval, queryLoadTimerTicksSinceLastUpdate, queryLoadLastRowCount; NSInteger runAllContinueStopSheetReturnCode; + + NSString *kCellEditorErrorNoMatch; + NSString *kCellEditorErrorNoMultiTabDb; + NSString *kCellEditorErrorTooManyMatches; + } // IBAction methods |