Open GoogleCodeExporter opened 8 years ago
Nice idea. Not sure if it will be implemented soon, as it is not trivial how to
do searching sensibly.
Original comment by poipodec...@hotmail.com
on 19 Jan 2013 at 7:39
I was thinking of an implementation similar to that in RStudio, a completely
unrelated GUI. There the user enters some keyword, say 'rcm' for filtering the
list of available packages, and this keyword is being matched case-insensitive
against the package names & descriptions. Subsequently only packages that
contain 'rcm' in the name or the description are being displayed. The process
is dynamic (see attached shot), and doesn't require popping up a dialogue or
anything.
In WinFF it could take the form of the following:
- an input search box to the right-end in the 'output details' tab
- the user inputs a keyword in the search box which is dynamically matched
against 'convert to' and 'preset'
- only categories _or_ presets that contain the case-insensitive keyword are
kept available in the combos
- deleting the keyword restores the combo lists to their defaults.
What do you think?
Original comment by landroni...@gmail.com
on 19 Jan 2013 at 9:20
Attachments:
Original issue reported on code.google.com by
landroni...@gmail.com
on 16 Jan 2013 at 1:02