Default to msbuild.exe on PATH if found#9
Merged
khouzam merged 1 commit intomicrosoft:masterfrom Aug 14, 2017
dpodder:use-default-msbuild
Merged
Default to msbuild.exe on PATH if found#9khouzam merged 1 commit intomicrosoft:masterfrom dpodder:use-default-msbuild
khouzam merged 1 commit intomicrosoft:masterfrom
dpodder:use-default-msbuild
Conversation
|
@dpodder, |
miniksa
pushed a commit
that referenced
this pull request
Oct 4, 2019
Unify input handling across terminal implementations
Copilot AI
added a commit
to hoodini/terminal
that referenced
this pull request
Dec 23, 2025
- Use "first strong character" heuristic per UAX microsoft#9 for paragraph direction - Check LTR characters (A-Z, a-z) before RTL characters - Extend RTL support to Hebrew (U+0590-U+05FF) and Arabic (U+0600-U+06FF) - Fix SetBidiLevel to handle overlapping ranges from different segmentation - Update documentation to reflect BiDi algorithm and expanded RTL support Addresses review feedback on GetParagraphReadingDirection and SetBidiLevel. Co-authored-by: hoodini <48050809+hoodini@users.noreply.github.com>
hoodini
added a commit
to hoodini/terminal
that referenced
this pull request
Dec 23, 2025
Add RTL support for Hebrew and Arabic via Unicode BiDi Algorithm (UAX microsoft#9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If msbuild is already on PATH, use that one instead of searching through known install locations. This way, if a user or contributor has already added msbuild to PATH (e.g. by running from a "Developer Command Prompt" for VS 2015 or 2017), the build uses the expected version of the tools.