aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
authorsqlprodev <sqlprodev@northofthree.com>2013-02-14 20:14:07 +0000
committersqlprodev <sqlprodev@northofthree.com>2013-02-14 20:14:07 +0000
commit7d71d9d773ca7ee8b5920e304b7b41b92120943f (patch)
tree305655c168173f1d2bbfa7896a35f245b01f71a1 /Source/SPTextView.h
parent47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 (diff)
downloadsequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.gz
sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.bz2
sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.zip
Changing SP_REFACTOR macro to SP_CODA
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r--Source/SPTextView.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h
index d596395d..0e61e09d 100644
--- a/Source/SPTextView.h
+++ b/Source/SPTextView.h
@@ -51,7 +51,7 @@
BOOL autoindentIgnoresEnter;
BOOL autouppercaseKeywordsEnabled;
BOOL delBackwardsWasPressed;
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
BOOL autohelpEnabled;
#endif
NoodleLineNumberView *lineNumberView;
@@ -59,14 +59,14 @@
BOOL startListeningToBoundChanges;
BOOL textBufferSizeIncreased;
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
NSString *showMySQLHelpFor;
#endif
IBOutlet NSScrollView *scrollView;
SPNarrowDownCompletion *completionPopup;
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
NSUserDefaults *prefs;
#endif
@@ -116,14 +116,14 @@
@property(assign) BOOL completionIsOpen;
@property(assign) BOOL completionWasReinvokedAutomatically;
-#ifdef SP_REFACTOR
+#ifdef SP_CODA
@property (assign) SPDatabaseDocument *tableDocumentInstance;
@property (assign) SPTablesList *tablesListInstance;
@property (assign) SPCustomQuery *customQueryInstance;
@property (assign) SPMySQLConnection *mySQLConnection;
#endif
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
- (IBAction)showMySQLHelpForCurrentWord:(id)sender;
#endif
@@ -142,14 +142,14 @@
- (BOOL) autopair;
- (void) setAutouppercaseKeywords:(BOOL)enableAutouppercaseKeywords;
- (BOOL) autouppercaseKeywords;
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
- (void) setAutohelp:(BOOL)enableAutohelp;
- (BOOL) autohelp;
#endif
- (void) setTabStops;
- (void) selectLineNumber:(NSUInteger)lineNumber ignoreLeadingNewLines:(BOOL)ignLeadingNewLines;
- (NSUInteger) getLineNumberForCharacterIndex:(NSUInteger)anIndex;
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
- (void) autoHelp;
#endif
- (void) doSyntaxHighlighting;