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

6/10/2024 PM Publish #11174

Merged
merged 3 commits into from
Jun 10, 2024
Merged

6/10/2024 PM Publish #11174

merged 3 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. DefaultDisplayPropertySet takes a string[], update example (#11171)

    * DefaultDisplayPropertySet takes a string[]
    
    * update ms.date
    
    ---------
    
    Co-authored-by: trackd <trackd@users.noreply.github.com>
    trackd and trackd committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b1d1b20 View commit details
    Browse the repository at this point in the history
  2. Add examples based on UUF (#11172)

    * Add examples based on UUF
    
    * Apply suggestions from review
    
    ---------
    
    Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
    sdwheeler and michaeltlombardi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6a495ee View commit details
    Browse the repository at this point in the history
  3. (UUF) Address feedback on about_* topics (#11173)

    * (AB#262055) Fix example in about_Function_Provider
    
    This change:
    
    - Addresses an invalid example in the `about_Function_Provider` topic,
      removing an extraneous colon (`:`).
    - Fixes AB#262055
    
    * (AB#262067) Add example of invoking function to about_Functions
    
    This change:
    
    - Adds a short example of invoking a newly-defined function to the
      `about_Functions` topic.
    - Fixes AB#262067
    
    * (AB#262073) Add functional example to about_For
    
    Prior to this change, the `about_For` topic included
    syntactic examples to show and discuss how to create
    and use `for` loops, but no practical examples.
    
    This change:
    
    - Renames the existing section from `Examples` to
      `Syntax examples` to accurately describe its content.
    - Adds a new `Functional example` section with a longer
      practical example that shows using `for` loops to find,
      rename, and compare files in a folder.
    - Fixes AB#262073
    michaeltlombardi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9672a80 View commit details
    Browse the repository at this point in the history