aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-12-04 22:57:26 +0000
committerrowanbeentje <rowan@beent.je>2010-12-04 22:57:26 +0000
commitc84d39d22cdc466b6a3d0c0e71966d074789b090 (patch)
tree5b33d22e0976d7da07c94eecb7a6dd4595c3cbd5 /Source/SPCustomQuery.h
parent7387efe3ddd3ad7440d54ba1ab10e5806da63ba7 (diff)
downloadsequelpro-c84d39d22cdc466b6a3d0c0e71966d074789b090.tar.gz
sequelpro-c84d39d22cdc466b6a3d0c0e71966d074789b090.tar.bz2
sequelpro-c84d39d22cdc466b6a3d0c0e71966d074789b090.zip
- Show and hide the custom query info area based on whether custom query errors occurred, starting off hidden
- Add "errors"/"no errors" prefix to the custom query status area - Add an import cancelled line to the import error list when stopping imports after errors - Fix custom query error highlighting by scrolling to the error - Update localisable strings
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r--Source/SPCustomQuery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h
index d1147ecb..439ec8e3 100644
--- a/Source/SPCustomQuery.h
+++ b/Source/SPCustomQuery.h
@@ -78,6 +78,7 @@
IBOutlet SPCopyTable *customQueryView;
IBOutlet NSScrollView *customQueryScrollView;
IBOutlet id errorText;
+ IBOutlet NSScrollView *errorTextScrollView;
IBOutlet id affectedRowsText;
IBOutlet id valueSheet;
IBOutlet id valueTextField;
@@ -155,6 +156,7 @@
NSUInteger numberOfQueries;
NSUInteger queryTextViewStartPosition;
+ NSUInteger queryInfoPanePaddingHeight;
NSInteger currentHistoryOffsetIndex;
BOOL historyItemWasJustInserted;