diff options
| author | nyamatongwe <unknown> | 2000-12-17 12:01:49 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-12-17 12:01:49 +0000 |
| commit | 0b9e497d77f701de5fe20c7e2f80627f77ab1271 (patch) | |
| tree | 2dd7176c01805d6c4602792085d3536afdf7f618 /include/Scintilla.iface | |
| parent | a973ff01b2cec63a6d7245e9a004dd8af9fa9193 (diff) | |
| download | scintilla-mirror-0b9e497d77f701de5fe20c7e2f80627f77ab1271.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 |
