Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
use galaxyui::elements::PartialClickableElement;
use std::collections::HashMap;
use std::ops::Range;
use urlocator::{UrlLocation, UrlLocator};
use galaxyui::elements::PartialClickableElement;
use galaxyui::platform::Cursor;
@@ -373,9 +373,9 @@ pub(crate) fn detect_file_paths(
file_paths
}
use string_offset::CharOffset;
use galaxy_editor::content::buffer::Buffer;
use galaxyui::text::word_boundaries::WordBoundariesPolicy;
use string_offset::CharOffset;
/// Returns the range of the word surrounding the given offset.
pub(crate) fn get_word_range_at_offset(