From a3739179f1f0d35d63a5f23be1d5501c5a81dc44 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 10 Feb 2018 10:03:37 +1100 Subject: Backport: Eliminate calls of Scintilla APIs that have been removed. Backport of changeset 6451:d5eb40fd400d. --- cocoa/ScintillaTest/AppController.mm | 3 --- 1 file changed, 3 deletions(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm index 31c0c024a..7eeeea6eb 100644 --- a/cocoa/ScintillaTest/AppController.mm +++ b/cocoa/ScintillaTest/AppController.mm @@ -109,9 +109,6 @@ const char user_keywords[] = // Definition of own keywords, not used by MySQL. [mEditor setGeneralProperty: SCI_SETLEXER parameter: SCLEX_MYSQL value: 0]; // alternatively: [mEditor setEditorProperty: SCI_SETLEXERLANGUAGE parameter: nil value: (sptr_t) "mysql"]; - // Number of styles we use with this lexer. - [mEditor setGeneralProperty: SCI_SETSTYLEBITS value: [mEditor getGeneralProperty: SCI_GETSTYLEBITSNEEDED]]; - // Keywords to highlight. Indices are: // 0 - Major keywords (reserved keywords) // 1 - Normal keywords (everything not reserved but integral part of the language) -- cgit v1.2.3