aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleCommandTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPBundleCommandTextView.h')
-rw-r--r--Source/SPBundleCommandTextView.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/SPBundleCommandTextView.h b/Source/SPBundleCommandTextView.h
index e39ec1dd..fb9cef62 100644
--- a/Source/SPBundleCommandTextView.h
+++ b/Source/SPBundleCommandTextView.h
@@ -22,13 +22,22 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
+#import "NoodleLineNumberView.h"
+
@interface SPBundleCommandTextView : NSTextView
{
+
+ IBOutlet NSScrollView *commandScrollView;
+
+ NSUserDefaults *prefs;
+
BOOL textWasChanged;
+ NoodleLineNumberView *lineNumberView;
}
- (NSUInteger)characterIndexOfPoint:(NSPoint)aPoint;
- (void)insertFileContentOfFile:(NSString *)aPath;
- (void)saveChangedFontInUserDefaults;
+- (void) setTabStops;
@end