Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -9,7 +9,7 @@ use num_traits::SaturatingSub;
|
||||
use regex::Regex;
|
||||
use url::Url;
|
||||
use vec1::{vec1, Vec1};
|
||||
use warpui::{
|
||||
use galaxyui::{
|
||||
accessibility::{AccessibilityContent, ActionAccessibilityContent, WarpA11yRole},
|
||||
clipboard::ClipboardContent,
|
||||
AppContext, Entity, ModelAsRef, ModelContext, ModelHandle, SingletonEntity, WindowId,
|
||||
@@ -26,14 +26,14 @@ use crate::{
|
||||
terminal::ShellLaunchData,
|
||||
};
|
||||
use string_offset::CharOffset;
|
||||
use warp_core::features::FeatureFlag;
|
||||
use warp_core::semantic_selection::SemanticSelection;
|
||||
use warp_editor::{
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
use galaxy_core::semantic_selection::SemanticSelection;
|
||||
use galaxy_editor::{
|
||||
content::{buffer::ShouldAutoscroll, selection_model::BufferSelectionModel},
|
||||
model::BufferUpdateWrapper,
|
||||
render::model::{BlockItem, StyleUpdateAction},
|
||||
};
|
||||
use warp_editor::{
|
||||
use galaxy_editor::{
|
||||
content::{
|
||||
buffer::{
|
||||
AutoScrollBehavior, Buffer, BufferEditAction, BufferEvent, BufferSelectAction,
|
||||
@@ -49,7 +49,7 @@ use warp_editor::{
|
||||
search::Searcher,
|
||||
selection::{SelectionMode, SelectionModel, TextDirection, TextUnit},
|
||||
};
|
||||
use warpui::elements::ListIndentLevel;
|
||||
use galaxyui::elements::ListIndentLevel;
|
||||
|
||||
use super::{
|
||||
super::telemetry::SelectionMode as TelemetrySelectionMode, embedding_model::NotebookEmbed,
|
||||
|
||||
Reference in New Issue
Block a user