-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Helpers.cpp #37
Conversation
Interesting feature... I'll look at it. Maybe make it an option. I actually myself very much like the feature where it goes into an error lol... so that I know if i accidentally deleted a file that I didn't mean to delete... but updating the file list seems like a more user friendly way to handle the problem |
Other software with similar features use a similar processing method There is no need for the image viewer to prompt other software to delete files? Even if it monitors deleted files by mistake, it only monitors the current file... |
what happened to this commit? |
Sorry I didn't notice that it would affect the pull that was already submitted |
Fix file size self-fitting display
Add a condition to monitor that other programs delete the current file for updating the list and jump to the next one
updated zh_cn translation
I just read the comment of the pull app, it does a hard reset on master... so if you're going to use the pull app, work on a branch 😅 |
I'm going to try to see if I can add an option for this and get to have it both ways by changing the INI file only |
I'm still looking into this, in terms of adding an option so it can have it both ways... I actually saw the specific feature that like allowed pictures to continue to be displayed after deleting (or at least doesn't lock the file, and allows removal while viewed) https://github.com/sylikc/jpegview/blob/master/CHANGELOG.txt#L264 But I'm also working on an INI file revamp, so if this eventually goes in, it has to wait on the INI revamp. Still, I appreciate the contribution. I'll get to merging it when I can get through the INI layering... |
fFix image size display