Skip to content
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

New Sort Order Lexicographic Options setting for Explorer #97272

Merged
merged 13 commits into from
May 6, 2021

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    69577a4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Rename Numeric compare functions to Mixed.

    The new plan is for all locale-based comparisons to use the `numeric`
    collator option. The compare options will only differ by case grouping.
    Rename compareFileNamesNumeric to compareFileNamesMixed and
    rename compareFileExtensionsNumeric to compareFileExtensionsMixed.
    leilapearson committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8458f3f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Add Explorer Sort Order Lexicographic Options

    Add options for controlling the lexicographic order of file and folder
    names in Explorer.
    
    Adds options to group names uppercase first, group names
    lowercase first, or sort using a unicode comparison instead
    of a locale-based comparison.
    leilapearson committed May 14, 2020
    Configuration menu
    Copy the full SHA
    6294cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0e977 View commit details
    Browse the repository at this point in the history
  3. Fix merge issue

    leilapearson committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4a8f008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8e7f52 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge branch 'master' into more-sort-order-options

    Incorporates change from PR microsoft#104528 to compare full filenames
    instead of comparing the name and extension separately
    which simplifies the code in comparers.ts.
    leilapearson committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e008e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d81634 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    965a3d2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    f7ffe36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4dd93f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Remove extra newline

    leilapearson committed May 6, 2021
    Configuration menu
    Copy the full SHA
    65611f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a7fab View commit details
    Browse the repository at this point in the history