Opened 17 years ago

Last modified 17 years ago

#2638 closed Feature request

linux ver. : hidden folders

Reported by: adam0509 Owned by:
Priority: normal Component: Other
Keywords: Cc: adam0509, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Hi,

It's very annoying to see all hidden folder on the linux version.

It seems there's no option to hide/show hidden folder (the defaut shortcut "CTRL + H" isn't available).

Remember : hidden folders in linux begin by ".", so I guess something like :

if($FOLDER==.*);
{
if(showhidden=0);

{
shownormal();
}

if(showhidden=1);

{
showall();
}

Or something like that :P

Change History (2)

comment:1 by Tim Kosse, 17 years ago

You can use the filters for that task.

comment:2 by adam0509, 17 years ago

mmmm...ok thank you, but it's not very quick or simple for the lambda user...

This filder should at least be present (present, not ticked) by defaut in Filters, but the best if to add it in the contextual menu...

Note: See TracTickets for help on using tickets.