aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-04-08 15:32:15 +0000
committerBibiko <bibiko@eva.mpg.de>2009-04-08 15:32:15 +0000
commit83ac00d433f242c626bcba8da734446d886c1cc4 (patch)
treeb270e1d6166b85361c8df128a93d3f3f88214c5b /Source/CMTextView.h
parent9ddba22bb253c7aa0a35b160ee4c743f45602626 (diff)
downloadsequelpro-83ac00d433f242c626bcba8da734446d886c1cc4.tar.gz
sequelpro-83ac00d433f242c626bcba8da734446d886c1cc4.tar.bz2
sequelpro-83ac00d433f242c626bcba8da734446d886c1cc4.zip
• FIXED if deleteBackward: avoid auto-uppercasing if resulting word would be a SQL keyword
- e.g. type inta and then press deleteBackward:
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index cec4c67b..b9787dfc 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -28,6 +28,7 @@
BOOL autopairEnabled;
BOOL autoindentIgnoresEnter;
BOOL autouppercaseKeywordsEnabled;
+ BOOL delBackwardsWasPressed;
}
- (BOOL) isNextCharMarkedBy:(id)attribute;