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

Add support for autodetecting URLs and making hyperlinks #7691

Merged
53 commits merged into from
Oct 28, 2020
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
481c16e
rough implementation
PankajBhojwani Sep 21, 2020
062e780
spell/format
PankajBhojwani Sep 21, 2020
973ed97
const/c cast fix
PankajBhojwani Sep 21, 2020
dbb9a9d
initialize inc
PankajBhojwani Sep 21, 2020
e4e5858
prototype
PankajBhojwani Sep 25, 2020
4db85a4
const
PankajBhojwani Sep 25, 2020
137fcb9
detected links now clickable
PankajBhojwani Sep 25, 2020
8b95bd9
interval trees
PankajBhojwani Sep 28, 2020
d1b2db3
spell
PankajBhojwani Sep 28, 2020
89b3c5a
using legal interval tree implementation
PankajBhojwani Sep 29, 2020
1297c15
spelling and date
PankajBhojwani Sep 29, 2020
68d2c4c
license things
PankajBhojwani Sep 29, 2020
b3f45d9
spellllll
PankajBhojwani Sep 29, 2020
c88ab2d
terminal universal
PankajBhojwani Sep 29, 2020
4692b9b
fix comments/some optimizations
PankajBhojwani Sep 30, 2020
9f1a5bc
invalidate regions
PankajBhojwani Sep 30, 2020
9d88aa5
renaming
PankajBhojwani Oct 1, 2020
9211952
addressing comments
PankajBhojwani Oct 1, 2020
9ff827f
interval tree of points
PankajBhojwani Oct 1, 2020
2256cac
small fix
PankajBhojwani Oct 1, 2020
27e2b3f
const
PankajBhojwani Oct 1, 2020
13df0dc
double underline on hover
PankajBhojwani Oct 2, 2020
d45a4d9
dashed underline for patterns, solid underline on hover
PankajBhojwani Oct 5, 2020
3f79842
some cleaning up
PankajBhojwani Oct 5, 2020
0c324b0
more cleanup
PankajBhojwani Oct 5, 2020
06b4a98
render data returns vector of pattern ids
PankajBhojwani Oct 5, 2020
99b42a6
interval tree equality redundancy
PankajBhojwani Oct 5, 2020
aced0e4
fix rendering issue
PankajBhojwani Oct 6, 2020
3d4d4c7
typedef fixes, tests
PankajBhojwani Oct 8, 2020
f3083df
Merge branch 'master' of https://github.com/microsoft/terminal into d…
PankajBhojwani Oct 12, 2020
a6a6aa2
update patterns when scroll bar changes, lock for writing
PankajBhojwani Oct 12, 2020
ce579ea
format
PankajBhojwani Oct 12, 2020
e2535ad
erase interval tree when buffer scrolls below viewport
PankajBhojwani Oct 13, 2020
8c8848f
Merge branch 'master' of https://github.com/microsoft/terminal into d…
PankajBhojwani Oct 13, 2020
e5c8da0
longer timer for performance
PankajBhojwani Oct 13, 2020
89c3fd2
Merge branch 'master' of https://github.com/microsoft/terminal into d…
PankajBhojwani Oct 16, 2020
adb275f
Merge branch 'master' of https://github.com/microsoft/terminal into d…
PankajBhojwani Oct 19, 2020
f8726c2
regex fix
PankajBhojwani Oct 19, 2020
1f451fd
spell/linter
PankajBhojwani Oct 19, 2020
1745293
linter.
PankajBhojwani Oct 19, 2020
2bd0b21
disable parts of linter
PankajBhojwani Oct 19, 2020
2cf0132
linter 2
PankajBhojwani Oct 19, 2020
2c81f1e
typo
PankajBhojwani Oct 19, 2020
37a188d
copy patterns on resize
PankajBhojwani Oct 21, 2020
a968187
(0,0) fix, invalidation fix
PankajBhojwani Oct 22, 2020
6437187
small fixes from comments
PankajBhojwani Oct 22, 2020
a4b0df8
real invalidation fix
PankajBhojwani Oct 22, 2020
96e2e52
ClearPatternTree now also invalidates the tree, call ClearPatternTree…
PankajBhojwani Oct 23, 2020
f5ac946
move updating pattern tree to _ScrollbarChangeHandler
PankajBhojwani Oct 24, 2020
8d35560
fixes from comments
PankajBhojwani Oct 28, 2020
8e69769
Merge branch 'main' of https://github.com/microsoft/terminal into dev…
PankajBhojwani Oct 28, 2020
54f48f8
make invalidating neater
PankajBhojwani Oct 28, 2020
c6434ae
make invalidating neater 2
PankajBhojwani Oct 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/spell-check/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ rx
serializer
SIZENS
spsc
sregex
STDCPP
syscall
tmp
tx
userenv
wcstoui
wsregex
XDocument
XElement
Loading