-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add an action for identifying windows #9523
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1c7da00
Rebase all the changes on main
zadjii-msft 97818c6
fix a bug and fix the tests
zadjii-msft 2ec9415
fix tests
zadjii-msft e13e1e7
Good ole Java
zadjii-msft 136ce6d
finish that test
zadjii-msft ec97c43
macros are life
zadjii-msft fa26f7f
THIS NEEDS TO GO TO THE PARENT
zadjii-msft a391455
Plumb the events up and down
zadjii-msft 001f545
Bind the labels to the actual TerminalPage object
zadjii-msft 9270e0f
bind the name, id down to the actual page
zadjii-msft 1f0dceb
add an action for just identifying one single window
zadjii-msft e238daa
THIS SHOULD GO TO THE PARENT BRANCH
zadjii-msft 27d12a2
THIS NEEDS TO GO TO THE PARENT
zadjii-msft 9d6f47f
yea you better believe the Toast just worked
zadjii-msft c202257
feedback from review
zadjii-msft eaaa204
initial review feedback
zadjii-msft 9f54229
Merge remote-tracking branch 'origin/main' into dev/migrie/f/name-win…
zadjii-msft bba09e3
Address PR concerns
zadjii-msft 0799a19
Merge branch 'dev/migrie/f/name-windows-3' into dev/migrie/f/identify…
zadjii-msft 1105328
That's better
zadjii-msft 97b4935
Cleanup for review
zadjii-msft 765c969
Merge branch 'dev/migrie/f/name-windows-3' into dev/migrie/f/identify…
zadjii-msft b66503c
Merge remote-tracking branch 'origin/main' into dev/migrie/f/identify…
zadjii-msft b7703d2
Merge remote-tracking branch 'origin/main' into dev/migrie/f/identify…
zadjii-msft d035e50
Merge remote-tracking branch 'origin/main' into dev/migrie/f/identify…
zadjii-msft d64aa61
Merge remote-tracking branch 'origin/main' into dev/migrie/f/identify…
zadjii-msft 8b6e0bc
I'm overcomplicating this
zadjii-msft 7c775d5
Revert "I'm overcomplicating this"
zadjii-msft b1b94f6
Mainly: delayload the TeachingTip
zadjii-msft 31cb1b7
This is the thing dustin suggested, and I like it
zadjii-msft 5904c58
This will make @dhowett happy
zadjii-msft 2ff4c60
Merge remote-tracking branch 'origin/main' into dev/migrie/f/identify…
zadjii-msft ff2ce4b
runformat
zadjii-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -595,6 +595,14 @@ | |||||
<data name="CommandPalette_MoreOptions.[using:Windows.UI.Xaml.Automation]AutomationProperties.HelpText" xml:space="preserve"> | ||||||
<value>More options</value> | ||||||
</data> | ||||||
<data name="WindowIdLabel" xml:space="preserve"> | ||||||
<value>Window</value> | ||||||
<comment>This is displayed as a label for a number, like "Window: 10"</comment> | ||||||
</data> | ||||||
<data name="UnnamedWindowName" xml:space="preserve"> | ||||||
<value>unnamed window</value> | ||||||
<comment>text used to identify when a window hasn't been assigned a name by the user</comment> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
</data> | ||||||
<data name="WindowMaximizeButtonToolTip" xml:space="preserve"> | ||||||
<value>Maximize</value> | ||||||
</data> | ||||||
|
Oops, something went wrong.
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.
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.
Wait... if we're not using
id
, should we just remove it from the first param in_forAllPeasantsIgnoringTheDead
?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.
Mike: writes generic function
Reviewers: is it possibly too generic?
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.
Meh, I presumed a future user of this helper might want it.