- Notifications
You must be signed in to change notification settings - Fork668
Enhancement: Add leading zero for file navigation Issue #440#582
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Thanks@aebopp, I think we need a setting to turn on/off this feature. |
@aebopp Do you still have the interest to update the PR? |
Hi!I’m not exactly sure how to add settings, so I guess not.Thanks for checking in :) On Thu, Jul 23, 2020 at 4:21 AM Sheng Chen ***@***.***> wrote:@aebopp <https://github.com/aebopp> Do you still have the interest to update the PR? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#582 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFQ3PLTHW3XCJFEEL5FIFTTR47XG3ANCNFSM4OH73KGA> . -- Alexandria BoppUniversity of Michigan | Class of 2020B.S. English, Industrial and Operations Engineeringaebopp@umich.edu | 248-345-6720 |
Instead of hard code the prefix zeros, it will be better to let the user customize it. For example, in the setting |
Modified show.ts so files are named with leading zeros so they're in order in windows file navigation.

Works while there are less than 10,000 problems
#440