From: Huw Davies Subject: Re: [PATCH v2 4/8] shell32/autocomplete: Don't autocomplete at all on most control characters Message-Id: <20180921124051.GV3601@merlot.physics.ox.ac.uk> Date: Fri, 21 Sep 2018 13:40:51 +0100 In-Reply-To: References: <34e55051-197e-e84a-bfa4-6844e3c37506@codeweavers.com> <20180921104522.GO3601@merlot.physics.ox.ac.uk> <20180921113206.GQ3601@merlot.physics.ox.ac.uk> <20180921114426.GS3601@merlot.physics.ox.ac.uk> <20180921115756.GT3601@merlot.physics.ox.ac.uk> On Fri, Sep 21, 2018 at 03:34:52PM +0300, Gabriel Ivăncescu wrote: > On Fri, Sep 21, 2018 at 2:57 PM, Huw Davies wrote: > > > > Multiline edit controls will take all of the above. Do they work with > > autocomplete? > > If they handle the same messages, then they should, there's nothing > (at least in our) code that specifically asks for a specific type of > edit control. So maybe I should just keep it like my example, to be on > the safe side. I was hoping that you might test it with a multiline edit ;-) Huw.