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.
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
Enable tearing out tabs to create new windows #14935
Enable tearing out tabs to create new windows #14935
Changes from 250 commits
40fdbc1
4db381e
64257d8
3026922
84e228f
dc1ae9a
8bb8391
0f4c4d8
a5a9930
6e6d14e
3fb8e8c
4d5f6d2
a7379ca
0b79e81
950ce6c
055da35
b0726c2
e214624
c69f0bc
7e91bdb
0395dc4
f904e5d
4548729
7660937
0ad5b59
cfa6108
e40575b
dffb416
a769933
c065897
0ce6309
65084c8
33685d9
a4f19a9
1ec8c0d
2621519
603a2ce
a9ac218
82224bc
d9d4d2e
3f9deca
0f0316f
68fad33
f080261
4eba01f
7d903de
7734600
2262f55
3988a1c
83da057
2873511
855a79d
4b22963
d06ad8b
8cac90f
e5f9880
f10dfac
118bffa
aa8b0c5
bc80943
667b658
2bc578b
62a4ee0
091f32c
ecab57f
13257da
f9caf19
9da1192
0e0d857
091660e
1f8766e
951ece1
c2a2caf
b41ae71
c6cce0f
2537342
0cf13d8
6586c4a
d67815b
b5dbae9
9ec9da3
70450af
614ec58
b1a867d
7649725
9a47396
d2a5a4a
273f2a8
c79f27c
b75fb24
cacb822
6934bc8
34bc66f
257fe33
055cdfe
b9dc8c3
e147209
fa1140d
01388c9
74260ce
b589d09
0199aba
5e23a72
ada3f42
5164bff
4f8d64e
08acc90
17dbc7b
7e2eb0d
5c852c3
1e331a0
8e2c7a7
08f6a53
8803324
fda1663
b983c69
48aa555
2c15f97
7591b0f
59d6ff2
8c5bfb5
3aa083b
491fa62
796a02e
35c7474
9a9fa43
11ef8ef
d545c4b
230d68b
0efa5a9
b24cf61
3fa1017
5fe3fa5
b0ca581
74af809
547b2c9
6f6880c
1dc2436
6e4b2e1
7721813
6dead99
434abc2
1b59eb9
39a9450
44b238e
073350e
ca511c9
f70775a
81140a5
339972e
6d04353
1138416
9957e5c
c8ce5b4
514556f
e23980c
492c894
6aec80b
9316f5b
b72ef73
6107495
d886c65
1cc3100
e41c835
3bc25ab
0808f94
5b3dc08
59b07f1
7142ae8
d55bb43
f60c6d2
dea194d
11f9957
55ee49b
fe2ee91
a201c18
d607ede
0178690
1e4cc33
5a420d8
24da827
4950382
279bd31
8a9d248
b02b935
f73ec9a
3659744
e334bfb
3af4d94
56c12ab
87e5283
f2b2c74
697b420
2984502
cf89ce3
9179992
3626795
e9f2a34
697201e
b842ef1
f898d39
8677169
7ecf006
8b1b458
d20694b
923cb24
1591df0
240ecad
0cc0cb6
f24c709
70fd182
b034378
ec0fe79
6b8c54f
56c83d0
45374e8
31e904a
a86fd20
56a52d9
0391a26
4184a18
b1043f5
ecaca16
20628ad
ae74565
b4769b9
85795b1
ef4651a
3152ff9
3f5a559
1f0b958
08732fe
a9b591f
8ce6752
8344c01
e02637d
1bb89ed
0c6eb35
bf5d6c3
07ee7d6
721a0ec
982fa5a
d019f32
c606439
a77ea00
ce35e8a
ac5c8fa
53a9b18
ced78fb
94865b8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Curious: this wouldn't occur when you try and drag the last tab in a window?
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.
Nah cause the originating terminal tab doesn't actually close until the drag is completed. Once the drag is accepted, the original window detaches from the old content and closes the tab, and at that point the new window already has a reference to the content it wants to open.