terminal/src/cascadia
PankajBhojwani 2bf5d18c84
Add support for autodetecting URLs and making hyperlinks (#7691)
This pull request is the initial implementation of hyperlink auto
detection

Overall design:
- Upon startup, TerminalCore gives the TextBuffer some patterns it
  should know about
- Whenever something in the viewport changes (i.e. text
  output/scrolling), TerminalControl tells TerminalCore (through a
  throttled function for performance) to retrieve the visible pattern
  locations from the TextBuffer
- When the renderer encounters a region that is associated with a
  pattern, it paints that region differently 

References #5001
Closes #574
2020-10-28 20:24:43 +00:00
..
CascadiaPackage Remove all our path antics; force native projects to bin/, obj/ (#8062) 2020-10-27 15:00:41 -07:00
inc Introduce IconConverter (#7830) 2020-10-08 11:29:04 -07:00
LocalTests_SettingsModel Store and expose hidden profiles (#8070) 2020-10-28 16:22:26 +00:00
LocalTests_TerminalApp Store and expose hidden profiles (#8070) 2020-10-28 16:22:26 +00:00
PublicTerminalCore wpf: Add AutoFill to control whether the connection/buffer resizes (#7853) 2020-10-09 22:25:18 +00:00
ShellExtension Shell extension: Use WT's icon as our icon (#8068) 2020-10-28 10:31:45 +00:00
TerminalApp Add openTabRenamer action (#7462) 2020-10-28 19:36:30 +00:00
TerminalAzBridge Remove all our path antics; force native projects to bin/, obj/ (#8062) 2020-10-27 15:00:41 -07:00
TerminalConnection Remove all our path antics; force native projects to bin/, obj/ (#8062) 2020-10-27 15:00:41 -07:00
TerminalControl Add support for autodetecting URLs and making hyperlinks (#7691) 2020-10-28 20:24:43 +00:00
TerminalCore Add support for autodetecting URLs and making hyperlinks (#7691) 2020-10-28 20:24:43 +00:00
TerminalSettingsModel Add openTabRenamer action (#7462) 2020-10-28 19:36:30 +00:00
UnitTests_TerminalCore Fix SendInput handling (#7900) 2020-10-27 19:06:29 +00:00
ut_app Store and expose hidden profiles (#8070) 2020-10-28 16:22:26 +00:00
WindowsTerminal Update WT's icon at runtime to match high-contrast as applicable (#7971) 2020-10-28 00:39:38 +00:00
WindowsTerminalUniversal Remove all our path antics; force native projects to bin/, obj/ (#8062) 2020-10-27 15:00:41 -07:00
WinRTUtils Remove all our path antics; force native projects to bin/, obj/ (#8062) 2020-10-27 15:00:41 -07:00
WpfTerminalControl wpf: add width/height checks when resizing the terminal (#7983) 2020-10-27 01:57:13 +00:00
WpfTerminalTestNetCore/WpfTerminalTestNetCore Fix 3 different bugs in the WPF control (#6464) 2020-06-11 18:05:43 +00:00
wt Build and ship an actual binary named wt that just launches WT (#6860) 2020-07-10 22:41:37 +00:00
CascadiaResources.build.items Introduce TerminalSettingsModel project (#7667) 2020-10-06 09:56:59 -07:00