From d34f3e5b7cc0311dd210224b1fc2e9f30484f9bf Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 23 Jun 2018 11:05:49 -0400 Subject: [PATCH] catchup --- minigui.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/minigui.d b/minigui.d index fb573d6..4df4d0e 100644 --- a/minigui.d +++ b/minigui.d @@ -1,5 +1,9 @@ // http://msdn.microsoft.com/en-us/library/windows/desktop/bb775498%28v=vs.85%29.aspx +// FIXME: the menus should be a bit more discoverable, at least a single click to open the others instead of two. +// and help info about menu items. +// and search in menus? + // FIXME: a scroll area event signaling when a thing comes into view might be good // FIXME: arrow key navigation and accelerators in dialog boxes will be a must