mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
![]() Implement IAutoComplete to realize input auto completion. CORE-9281, CORE-1419 - The main features of this PR are Auto-Suggest and Auto-Append. - Auto-Suggest shows a list near the textbox (an EDIT control) when the user has typed partial pathname into the textbox. - Auto-Append appends complement text into the textbox to complete the pathname with selected status. - The list of AutoSuggest is a top-level window whose window class is "Auto-Suggest Dropdown". We call it "the drop-down window". - The drop-down window contains three controls: a listview, a scrollbar and a sizebox. - The drop-down window watches the input into the textbox. If the textbox changed, then the window updates the list. - The sizebox control enables the user to resize the drop-down window. |
||
---|---|---|
.. | ||
lang | ||
res | ||
shellbars | ||
shellfind | ||
ACLCustomMRU.cpp | ||
ACLCustomMRU.h | ||
aclistisf.cpp | ||
aclistisf.h | ||
aclmulti.cpp | ||
aclmulti.h | ||
addressband.cpp | ||
addressband.h | ||
addresseditbox.cpp | ||
addresseditbox.h | ||
bandproxy.cpp | ||
bandproxy.h | ||
basebarsite.cpp | ||
brandband.cpp | ||
brandband.h | ||
browseui.cpp | ||
browseui.h | ||
browseui.rc | ||
browseui.spec | ||
browseuiord.cpp | ||
CAutoComplete.cpp | ||
CAutoComplete.h | ||
CMakeLists.txt | ||
commonbrowser.cpp | ||
commonbrowser.h | ||
CProgressDialog.cpp | ||
CProgressDialog.h | ||
CShellTaskScheduler.cpp | ||
CShellTaskScheduler.h | ||
CTaskbarList.cpp | ||
CTaskbarList.h | ||
CUserAssist.cpp | ||
CUserAssist.h | ||
desktopipc.cpp | ||
dllinstall.c | ||
explorerband.cpp | ||
explorerband.h | ||
globalfoldersettings.cpp | ||
globalfoldersettings.h | ||
internettoolbar.cpp | ||
internettoolbar.h | ||
newatlinterfaces.h | ||
parsecmdline.cpp | ||
precomp.h | ||
regtreeoptions.cpp | ||
regtreeoptions.h | ||
resource.h | ||
shellbrowser.cpp | ||
toolsband.cpp | ||
travellog.cpp | ||
utility.cpp | ||
utility.h | ||
version.rc |