From 80a672aa76c64c58f5a7571879b83e1e44cd2db6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 21 Nov 2002 12:35:51 +0000 Subject: Patch from Biswa to add icons to autocompletion lists. --- src/ScintillaBase.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ScintillaBase.cxx') diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index ab6e9a19b..1c44b0bd6 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -509,6 +509,10 @@ sptr_t ScintillaBase::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lPara case SCI_AUTOCGETDROPRESTOFWORD: return ac.dropRestOfWord; + case SCI_REGISTERIMAGE: + ac.lb.SetTypeXpm(wParam, reinterpret_cast(lParam)); + break; + case SCI_CALLTIPSHOW: { AutoCompleteCancel(); if (!ct.wCallTip.Created()) { -- cgit v1.2.3