From 0b9e497d77f701de5fe20c7e2f80627f77ab1271 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 17 Dec 2000 12:01:49 +0000 Subject: Added Laurent's User List. --- include/Scintilla.iface | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 88fda0a64..f5b2610be 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -464,6 +464,9 @@ set void AutoCSetIgnoreCase=2115(bool ignoreCase,) # Retrieve state of ignore case flag. get bool AutoCGetIgnoreCase=2116(,) +# Retrieve state of ignore case flag. +fun void UserListShow=2117(int listType, string itemList) + # Set the number of spaces used for one level of indentation. set void SetIndent=2122(int indentSize,) @@ -1346,6 +1349,7 @@ evt void MarginClick=2010(int modifiers, int position, int margin) evt void NeedShown=2011(int position, int length) evt void PosChanged=2012(int position) evt void Painted=2013(void) +evt void UserListSelection=2014(int listType, string text) cat Deprecated -- cgit v1.2.3