Use new multibuffer excerpts in project search (#27893)
Follow-up of https://github.com/zed-industries/zed/pull/27876 Closes https://github.com/zed-industries/zed/issues/13513 Release Notes: - Improved multi buffer excerpts to merge when expanded --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
b4af5b2ce0
commit
8a6ed4a2ca
6 changed files with 154 additions and 207 deletions
|
@ -15,6 +15,7 @@ use std::{
|
|||
use text::Anchor;
|
||||
use util::paths::PathMatcher;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum SearchResult {
|
||||
Buffer {
|
||||
buffer: Entity<Buffer>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue