diff options
author | nyamatongwe <devnull@localhost> | 2000-12-17 12:01:49 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-12-17 12:01:49 +0000 |
commit | c9869d1a1a442cfd6b06b8ff8dc392e64af666be (patch) | |
tree | 2dd7176c01805d6c4602792085d3536afdf7f618 /include/Scintilla.iface | |
parent | 277b10f2d35e82d8599f2faf3b82acc5f5aef7e2 (diff) | |
download | scintilla-mirror-c9869d1a1a442cfd6b06b8ff8dc392e64af666be.tar.gz |
Added Laurent's User List.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 4 insertions, 0 deletions
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 |