From 0622821ceebac40eb38d7de03c293be03c2702a1 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Fri, 15 Mar 2024 17:54:40 +1100 Subject: Turn on multiple selection for macOS demonstration application. --- cocoa/ScintillaTest/AppController.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm index 9356ce1b8..14c6975ed 100644 --- a/cocoa/ScintillaTest/AppController.mm +++ b/cocoa/ScintillaTest/AppController.mm @@ -217,6 +217,7 @@ const char user_keywords[] = // Definition of own keywords, not used by MySQL. [mEditor setColorProperty: SCI_MARKERSETBACK parameter: 0 fromHTML: @"#B1151C"]; [mEditor setColorProperty: SCI_SETSELBACK parameter: 1 value: [NSColor selectedTextBackgroundColor]]; + [mEditor setGeneralProperty: SCI_SETMULTIPLESELECTION parameter: 1 value: 0]; // Uncomment if you wanna see auto wrapping in action. //[mEditor setGeneralProperty: SCI_SETWRAPMODE parameter: SC_WRAP_WORD value: 0]; -- cgit v1.2.3