From: Gabriel Ivăncescu Subject: Re: [PATCH v2 4/8] shell32/autocomplete: Don't autocomplete at all on most control characters Message-Id: Date: Fri, 21 Sep 2018 15:34:52 +0300 In-Reply-To: <20180921115756.GT3601@merlot.physics.ox.ac.uk> References: <0d9f77e0aa067a3883af70444ae00efa535bc668.1537444354.git.gabrielopcode@gmail.com> <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 2:57 PM, Huw Davies wrote: > > Multiline edit controls will take all of the above. Do they work with > autocomplete? > > Huw. 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.