[PATCH v4 07/10] shell32/autocomplete: Redesign the window proc to trigger on key presses instead of key release

Henri Verbeet hverbeet at gmail.com
Tue Sep 11 13:51:23 CDT 2018


On 11 September 2018 at 23:05, Huw Davies <huw at codeweavers.com> wrote:
> It makes following the flow of the code incredibly difficult.  If you
> don't believe me, come back to this patch in a month and see how you feel
> then.
>
Yeah, this. You have goto's in fairly deeply branched code, inside a
nested switch, jumping to a branch somewhere inside the outer switch,
all of which happens inside a relatively long function.



More information about the wine-devel mailing list