> On 28 Sie, 16:26, icewind <icewind1
...@gmail.com> wrote:
> > I've created a patch to give the option to hide hidden files in the
> > directory listing.
> > It hides all files starting with a '.' (except '..') by default and
> > gives the option to show/re-hide them with a checkbox.
> > But because it checkes for the ',' I don't think it will hide files
> > correctly on windows but this was the only way I could think of to see
> > if a file must be hidden.
> There's actually a better solution that would also work on windows.
> Hidden files can have a special class assigned by default (on
> generation time) and the only thing to do would be to toggle the
> style. This should also simplify the patch a lot. What do you think?