From 7d71d9d773ca7ee8b5920e304b7b41b92120943f Mon Sep 17 00:00:00 2001 From: sqlprodev Date: Thu, 14 Feb 2013 20:14:07 +0000 Subject: Changing SP_REFACTOR macro to SP_CODA --- Source/SPTextView.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Source/SPTextView.h') 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; -- cgit v1.2.3