acp: Rename assistant::QuoteSelection
and support it in agent2 threads (#36628)
Release Notes: - N/A
This commit is contained in:
parent
b070dc66b3
commit
1ee07a4baf
11 changed files with 148 additions and 79 deletions
|
@ -4097,6 +4097,12 @@ impl AcpThreadView {
|
|||
})
|
||||
}
|
||||
|
||||
pub(crate) fn insert_selections(&self, window: &mut Window, cx: &mut Context<Self>) {
|
||||
self.message_editor.update(cx, |message_editor, cx| {
|
||||
message_editor.insert_selections(window, cx);
|
||||
})
|
||||
}
|
||||
|
||||
fn render_thread_retry_status_callout(
|
||||
&self,
|
||||
_window: &mut Window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue