Re: [PATCH] Searching parameters in menuconfig

From: Yuval Turgeman
Date: Tue Aug 31 2004 - 10:17:07 EST


On Tue, 31 Aug 2004 16:33:36 +0200 (CEST), Roman Zippel
<zippel@xxxxxxxxxxxxxx> wrote:

> Andrew already commented on the coding style, so I can skip that.

Yeah sorry about that... I didn't read the CodingStyle doc... I'll pay
more attention to it from now on.

> You get to this information easier by iterating over the properties
> attached to a symbol (sym->prop) and a symbol can have multiple menu
> prompts, you show only the first one (which might not be the right one)
> and sym->prop->text might not even be a menu prompt at all.

Ok, I wasn't aware that a symbol could be located in several submenus
- I just tried to follow the build_conf routine.

> It would be nice to actually make it really useful, by first building a
> list of found symbols (and possibly allow wildcards for searching) and
> generate a menu of this. After a symbol is selected, build a new menu with
> all the prompts, which could also include the option to change parent
> symbols.

Yeah I tought about it also - I guess I'll try to implement this soon.
The usability of the search can be improved a lot... this was just a
tiny prototype to help me find the parameter i was missing. :-)
Thanks!

--
Yuval Turgeman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/