[AD] Re: file_select_ex patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] Re: file_select_ex patch
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 12 Sep 2005 16:35:15 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=NoKcwvhvoMKaL2P+zRt4Q2ceP1ajLEEFXjJ8xjRvLA+H0xj5YyAO0qElh4zlvZwKtRNK8Yop8uj7imfPzEitqSRO+FV/hbRF+KW23VKNaP6SMGUpMwtFnmZazQka3L63kfyC/WpwOwjY2TMxpc+80XTHsWk6hAXbFrq9DtDyhhw=
Updated the patch. This one causes the listed directories to be effected by
the attributes set in the extension string too, in addition to the things in
the previous patch. The reason for this is, using ";/-h" as the extension
undesireably shows directories that start with '.'. Likewise, if you used
";/-r", there is no point in showing a read-only directory since all the
files in it will be read-only, which you don't want.
For the future, I hope to make a patch that causes the file selector to show
some common directories (/, $(HOME), $(HOME)/Desktop, etc) for Unix, where
the drive selection box would normally be. But since that's going to require
a little more work, I'll wait until this patch is dealt with.