Replies: 2 comments 4 replies
-
That should be relatively easy to implement with very little impact. Let me look into it. Also, thanks for already perusing the code and finding the options... yeah... there is a LOT of stuff to look thru |
Beta Was this translation helpful? Give feedback.
2 replies
-
On second look at the code, it isn't hard but also isn't as straightfoward as I'd hoped... and as a matter of UX semantics, that area is for "image info" less than for "jpegview state" info. Feels like JPEGView state info should be somewhere else... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've had this wish for many years: as I constantly change the sort order from size, date,
name, and easily lose track, I would like to see added to the current list:
the following NEW items:
; %sorting% : LastModDate, CreationDate, FileName, FileSize or Random
; %looping% : Foder, Siblings, Recursive
to handle these options - which are so hard to keep track of as
you dig around thousands of files:
F7 IDM_LOOP_FOLDER
F8 IDM_LOOP_RECURSIVELY
F9 IDM_LOOP_SIBLINGS
I use this setting:
FileNameFormat=%size% %zoom% (%filesize%) %index% %filepath%
and I dream of:
FileNameFormat=%looping% %sorting% %size% %zoom% (%filesize%) %index% %filepath%
Thanks for considering this, in my opinion, a major UX addition.
Slo
Beta Was this translation helpful? Give feedback.
All reactions