Wrapping up bedrock implementation
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user