On Mon, 06 Nov 2000, Jean-Marc Lasgouttes wrote:
> >>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> I think that you should list all (and only) .kmap files. (But
> Dekel> you can just replace the keymap comboxes by simple text input
> Dekel> buttons, as I am going to remove the
> Dekel> kbmap_primary/kbmap_secondary variables from lyxrc.)
>
> What are you going to replace them with? I think it is nice for the
> user to be able to browse the existing files, instead of trying to
> guess what to use.
Attempting to create a choice item containing all these .kmap files...
Is their a file helper function in support equivalent to "ls *.kmap"? I can't
see anything, but I may be looking in the wrong place.
If not, I'll make a function in filetools:
vector<string> const?
DirList( string const & dir, string const & ext = string() )
Angus