From ee8c83d433d0351dffda4ce273e3d1278154f769 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 7 Mar 2010 22:07:58 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20to=20CustomQuery's=20CMTextView=20t?= =?UTF-8?q?he=20option=20to=20set=20auto-completion=20on/off,=20settable?= =?UTF-8?q?=20in=20Prefs=20and=20gear=20menu=20-=20if=20inserted=20complet?= =?UTF-8?q?ion=20is=20marked=20as=20function=20it=20inserts=20snippet=20($?= =?UTF-8?q?{}1:)=20so=20far;=20function=20parameters=20as=20snippets=20fol?= =?UTF-8?q?lows=20soon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 12f2a38f..83ce6996 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -135,6 +135,8 @@ extern NSString *SPCustomQueryUpdateAutoHelp; extern NSString *SPCustomQueryAutoHelpDelay; extern NSString *SPCustomQueryHighlightCurrentQuery; extern NSString *SPCustomQueryEditorTabStopWidth; +extern NSString *SPCustomQueryAutoComplete; +extern NSString *SPCustomQueryAutoCompleteDelay; // AutoUpdate Prefpane extern NSString *SPLastUsedVersion; -- cgit v1.2.3