From ad0162453e48fb729d1793eca40ac137e1e3451e Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 17 Jul 2021 14:54:31 +1000 Subject: Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list on Win32. This also avoids a header rectangle above the list. --- src/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Platform.h') diff --git a/src/Platform.h b/src/Platform.h index 10c63dd23..ce04d9b22 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -313,6 +313,7 @@ struct ListOptions { std::optional back; std::optional foreSelected; std::optional backSelected; + AutoCompleteOption options=AutoCompleteOption::Normal; }; class ListBox : public Window { -- cgit v1.2.3