-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Feature/2122 editor focus #2955
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
Changes from 70 commits
3d39f2c
53eb305
a1831be
5ba577d
742cc69
629fbad
4d0e9e0
dab08ab
84dc391
04889b7
5f86d92
8705104
936fec1
8644484
151452a
6fb64b1
6be9b12
5fb1ec7
e19bbad
6b2e8a4
aa87e05
1d2c965
fedddae
c0a5673
1426735
d1d4eec
0e21dd4
ee10d10
927760c
945666b
185626c
7629191
61a8f55
f4ab14d
bff8aaf
05be241
f371001
31d8a77
4560403
4799865
36ab8ad
f2627fe
9316be6
92647f7
a5ceddc
ef726e8
92a623d
3d7e844
f6b9efb
86a721e
2047067
c3e4794
ef84af7
31a0556
0e4e21a
0fc0234
542c7fb
45249e1
e239ed0
829cfe3
ff13aa2
e189a0f
a834171
bf81452
e290d49
8c48cb8
43dc92f
883f3e9
e5a75ee
e8b93c3
b7a3220
2f9b748
0406afa
cdab9aa
1a32c82
5f05cce
0e03f5f
f9b254f
8069fe9
08749da
f8455e3
6aa788a
af3b00d
f797f9d
0f7cad1
fae5f31
8c33c81
ba19395
7ecb74e
fd82dc5
9c94994
1379392
0569d7f
73f7239
8481380
2bac5e1
df54ea2
b4f213e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "roo-cline": patch | ||
| --- | ||
|
|
||
| Added an editable setting to allow users to preserve focus on the tab they are in while roo code is opening new tabs to do what it has to do. |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
felixAnhalt marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
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.
I noticed these settings are were defined on the provider settings which are focused on AI provider integration.
Would these settings be tied to specific profiles? If these settings are global (for every profile) we probably want to move them out.
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.
@felixAnhalt the following instructions got lost not too long ago, we are working on getting the merged back in:
#4130
instruct the model to use those instructions to create check box settings where they belong.
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.
These settings are (or should be) global.
I initially added them here, because the setting for allowing editing through diffs are located here as well.
I'd be open to moving them into another settings tab, if you see one more fitting @daniel-lxs.
These docs are super helpful for collaborators, hope it'll get merged soon @KJ7LNW