Page 1 of 1

Toggle feature to show files selected

Posted: 2009-05-20, 03:38 UTC
by margolis22
It would be nice to have a checkbox or something to toggle the view to show all files or only files selected. I work with a lot of pictures and having to scroll up and down the list to see my selections is the only way I know how to do this.

Posted: 2009-05-20, 06:45 UTC
by ouzoWTF
Does cm_ShowOnlySelected work?

Posted: 2009-05-20, 16:06 UTC
by petermad
cm_ShowOnlySelected
This command unfortunately doesn't work as a toggle command - once you have used it, you cannot use it again to show all files AND keep your selections.

Posted: 2009-05-20, 18:03 UTC
by StickyNomad
See Christian's statement about how cm_ShowOnlySelected is intended to work:
http://www.ghisler.ch/board/viewtopic.php?p=100587#100587

I also would like to see an additional command to toggle the view but keeping the selection.

Posted: 2009-05-20, 20:44 UTC
by jjk
I also would like to see an additional command to toggle the view but keeping the selection.
Support also

Posted: 2009-05-25, 18:00 UTC
by StatusQuo
Support.

As a simple approach the function could be just be a combination of

Code: Select all

cm_SaveSelection
cm_RereadSource
cm_RestoreSelection
Maybe there's a faster way instead of cm_RereadSource -
like cm_SrcAllFiles / cm_SrcExecs / cm_SrcUserSpec, depending on what view mode is currently active...