From 7f8b4675de74f7b43057d21d445f0ddca59f95b8 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 8 Mar 2010 13:02:05 +0000 Subject: =?UTF-8?q?=E2=80=A2=20outsourced=20keyword=20completion=20and=20f?= =?UTF-8?q?unction=20completion=20lists=20to=20CompletionTokens.plist=20?= =?UTF-8?q?=E2=80=A2=20SPQueryController=20manages=20keyword=20and=20funct?= =?UTF-8?q?ion=20completion=20lists=20now;=20this=20reduces=20the=20memory?= =?UTF-8?q?=20usage=20a=20bit=20and=20the=20list=20is=20easier=20to=20edit?= =?UTF-8?q?=20=E2=80=A2=20added=20pre-defined=20function=20argument=20snip?= =?UTF-8?q?pets=20to=20CompletionTokens.plist=20(auto-generated=20from=20m?= =?UTF-8?q?ysql's=20HELP)=20=E2=80=A2=20added=20Preference=20option=20for?= =?UTF-8?q?=20Editor=20whether=20a=20function=20completion=20should=20inse?= =?UTF-8?q?rt=20()=20and=20if=20found=20the=20function=20argument=20snippe?= =?UTF-8?q?ts=20automatically=20or=20not=20-=20last=20)=20will=20be=20link?= =?UTF-8?q?ed=20as=20autopaired=20then=20=E2=80=A2=20changed=20behaviour?= =?UTF-8?q?=20for=20wrapping=20a=20selection=20into=20`"'()=20etc.=20-=20n?= =?UTF-8?q?ow=20it=20re-selects=20the=20original=20selection=20after=20wra?= =?UTF-8?q?pping=20and=20in=20addition=20last=20wrap=20character=20is=20no?= =?UTF-8?q?w=20marked=20as=20autopair-linked=20=E2=80=A2=20improved=20logi?= =?UTF-8?q?c=20for=20popping=20up=20the=20auto-completion=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.m') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index aa2c3508..2a8822e0 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -105,6 +105,7 @@ NSString *SPCustomQueryHighlightCurrentQuery = @"CustomQueryHighlightCurrent NSString *SPCustomQueryEditorTabStopWidth = @"CustomQueryEditorTabStopWidth"; NSString *SPCustomQueryAutoComplete = @"CustomQueryAutoComplete"; NSString *SPCustomQueryAutoCompleteDelay = @"CustomQueryAutoCompleteDelay"; +NSString *SPCustomQueryFunctionCompletionInsertsArguments = @"CustomQueryFunctionCompletionInsertsArguments"; // AutoUpdate Prefpane NSString *SPLastUsedVersion = @"LastUsedVersion"; -- cgit v1.2.3