aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-06 11:58:32 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-06 11:58:32 +0000
commit9f431c3e9faf9c1d6a66d192e5405203f65ca77c (patch)
treee961534dd88c67134c22a5c0c0ddfdd4696e94d3 /Source/CMTextView.m
parentf6e926b95da15e963545805345d5afca3db0455e (diff)
downloadsequelpro-9f431c3e9faf9c1d6a66d192e5405203f65ca77c.tar.gz
sequelpro-9f431c3e9faf9c1d6a66d192e5405203f65ca77c.tar.bz2
sequelpro-9f431c3e9faf9c1d6a66d192e5405203f65ca77c.zip
• improved: sped up removing the background color for query highlighting
• added: DELIMITER to the completion suggestions
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r--Source/CMTextView.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m
index a6f7cabc..d15a9f5b 100644
--- a/Source/CMTextView.m
+++ b/Source/CMTextView.m
@@ -1180,6 +1180,9 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse)
@"DELAYED",
@"DELAY_KEY_WRITE",
@"DELETE",
+ @"DELIMITER ",
+ @"DELIMITER ;\n",
+ @"DELIMITER ;;\n",
@"DESC",
@"DESCRIBE",
@"DES_KEY_FILE",