-
Notifications
You must be signed in to change notification settings - Fork 19
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
Various mods #29
Various mods #29
Conversation
r4dius
commented
Apr 27, 2020
- Add simple version / latest version number like "(1)" after "65536"
- Add recent list in opendirectorymenuitem dropdown with delete option
- Fix menustrip checkbox size / display
- Changed objectlistview position / width so that there's no border and when window is in full screen we can click the scoll bar at the extreme screen edge
- Moved the "All columns" item in contextmenu to the "Copy" submenu
Got ExternalException on clipboard copy once, can't reproduce but it seems setDataObject will help with 10 automatic retries spaced by 100ms
- Add simple version / latest version number like "(1)" after "65536" - Add recent list in opendirectorymenuitem dropdown with delete option - Fix menustrip checkbox size / display - Changed objectlistview position / width so that there's no border and when window is in full screen we can click the scoll bar at the extreme screen edge - Moved the "All columns" item in contextmenu to the "Copy" submenu
Less chunky
- Added file rename format customization form ("File Rename Format" in Options menu) with colorfull preview, only using infos from 6 values actually (versions / name / ids), not sure what could be added - AboutBox small changes to stuff placement
Fix codacy checks
as I will squash the commits anyway, you can redo all the code here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, sorry for late review. I haven't got the chance to review all your changes (especially Main.cs) but here's few things that I'd like to address
I've also thought about RecentDirectories
a while back but haven't got the chance to do it. I think it can also work for Open File and Open SD Card as well
Thank you
…mes for easier maintainability, and some other minor changes
Hi, I tweaked some of your codes, mostly moving around with some initialization in the designer and rename some variables for the sake consistency and easier maintainability |