From 20ad5eaa3826dc8b5d1fb5496a3c6f49d802c632 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 3 Aug 2009 18:23:53 +0000 Subject: =?UTF-8?q?=E2=80=A2=20add=20Menu=20Item=20"Insert=20NULL=20value"?= =?UTF-8?q?=20SHIFT+CTRL+N=20-=20it=20inserts=20the=20value=20set=20in=20t?= =?UTF-8?q?he=20preferences=20=E2=80=A2=20a=20NULL=20value=20will=20be=20d?= =?UTF-8?q?isplayed=20greyed=20in=20the=20Custom=20Query=20result=20?= =?UTF-8?q?=E2=80=A2=20make=20usage=20of=20NSArrayObjectAtIndex()=20in=20T?= =?UTF-8?q?ableContent=20for=20tableView:willDisplayCell=20-=20and=20negat?= =?UTF-8?q?ed=20the=20NULL=20checking=20for=20column=20(is=20NULL=20allowe?= =?UTF-8?q?d)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTextViewAdditions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPTextViewAdditions.h') diff --git a/Source/SPTextViewAdditions.h b/Source/SPTextViewAdditions.h index 22b809c8..2ced6555 100644 --- a/Source/SPTextViewAdditions.h +++ b/Source/SPTextViewAdditions.h @@ -40,6 +40,7 @@ - (IBAction)doPrecomposedStringWithCompatibilityMapping:(id)sender; - (IBAction)doTranspose:(id)sender; - (IBAction)doRemoveDiacritics:(id)sender; +- (IBAction)insertNULLvalue:(id)sender; - (void)makeTextSizeLarger; - (void)makeTextSizeSmaller; -- cgit v1.2.3