From 83ac00d433f242c626bcba8da734446d886c1cc4 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 8 Apr 2009 15:32:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20FIXED=20if=20deleteBackward:=20avoid=20auto?= =?UTF-8?q?-uppercasing=20if=20resulting=20word=20would=20be=20a=20SQL=20k?= =?UTF-8?q?eyword=20-=20e.g.=20type=20inta=20and=20then=20press=20deleteBa?= =?UTF-8?q?ckward:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/CMTextView.h') 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; -- cgit v1.2.3