Highlights
- Arctic Code Vault Contributor
Pinned
1,038 contributions in the last year
Contribution activity
December 2020
Created 15 commits in 2 repositories
Created a pull request in microsoft/terminal that received 9 comments
Update to Microsoft.UI.Xaml 2.5 "stable"
This commit moves us to the Xaml prerelease (201202003) that is equivalent to public stable release 2.5. Remember, we need to use prereleases for sβ¦
+22
β44
β’
9
comments
Opened 6 other pull requests in 1 repository
microsoft/terminal
6
merged
Reviewed 49 pull requests in 3 repositories
microsoft/terminal 47 pull requests
- Reduce Transient Allocations during Bulk Text Output
- Fix margins and box width in SUI
- Enable shortcut while CommandPalette is open
- Allow single cell selection with Shift+Click
- Teach terminal page to go to the last used tab in MRU mode
- Add support for the "italic" graphic rendition attribute
- doc: document how to add a setting to Windows Terminal
- Prevent tab icon from blinking upon tab gaining focus
- Add UI for adding, renaming, and deleting a color scheme
- Set Tab tooltip explicitly
- Improvements to the tab renamer box
- Greatly reduce allocations in the conhost/OpenConsole startup path
- Add a progress ring indicator to the tab header
- Introduce parsed command line text to command palette
- Add a `move-focus` subcommand
- Add `size` param to `splitPane` action, `split-pane` subcommand
- Implement user-specified pixel shaders, redux
- Calculate initial height properly
- Fix deserialization failure message of combined types
- Fix Copy to Clipboard to preserve visual structure of block selection
- Fix color selection operations in conhost
- Implement the Settings UI
- Exclude more rarely-used stuff from Windows headers
- Fix next tab activation in focus mode upon tab closing
- Replace the KB Dialog with a InfoBar
- Some pull request reviews not shown.
microsoft/vs-pty.net 1 pull request
DHowett/go-plist 1 pull request
Created an issue in microsoft/terminal that received 10 comments
Multi-line paste warning doesn't detect \r, only \n
Certain shells will execute commands on \r as well as \n, so we should try to catch \r as well. This should probably be tackled at the same time asβ¦
10
comments