From 70d15ff4ecdfd3c6996b3b8b2259674f9e9c9345 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 15 Jun 2009 16:05:54 +0000 Subject: =?UTF-8?q?=E2=80=A2=20deleted=20the=20drag&drop=20feature=20of=20?= =?UTF-8?q?file=20path=20or=20content=20from=20SPTextViewAdditions=20-=20t?= =?UTF-8?q?hat=20feature=20should=20be=20added=20by=20subclassing=20NSText?= =?UTF-8?q?View=20=E2=80=A2=20fixed=20focus=20setting=20of=20editSheet=20?= =?UTF-8?q?=E2=80=A2=20fixed=20general=20issue=20if=20SP=20tries=20to=20ex?= =?UTF-8?q?ecute=20a=20query=20which=20is=20longer=20than=20max=5Fallowed?= =?UTF-8?q?=5Fpacket=20-=20now=20it=20reconnects=20after=20changing=20max?= =?UTF-8?q?=5Fallowed=5Fpacket=20(if=20it's=20editable)=20-=20the=20user?= =?UTF-8?q?=20will=20be=20informed=20via=20a=20log=20entry=20about=20that?= =?UTF-8?q?=20change=20-=20the=20new=20max=5Fallowed=5Fpacket=20size=20wil?= =?UTF-8?q?l=20be=20valid=20during=20the=20current=20session;=20after=20re?= =?UTF-8?q?connection=20to=20that=20db=20the=20default=20size=20will=20be?= =?UTF-8?q?=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/CMTextView.h') diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 9b0d7659..374704af 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -82,4 +82,7 @@ - (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode; - (void) selectCurrentQuery; +- (unsigned int)characterIndexOfPoint:(NSPoint)aPoint; +- (void)insertFileContentOfFile:(NSString *)aPath; + @end -- cgit v1.2.3