Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -14,7 +14,7 @@ use std::{collections::HashMap, sync::Arc};
|
||||
use alt_screen::{run_find_on_alt_screen, AltScreenFindRun};
|
||||
use parking_lot::FairMutex;
|
||||
use settings::Setting as _;
|
||||
use warpui::{AppContext, Entity, EntityId, ModelContext, SingletonEntity, ViewHandle};
|
||||
use galaxyui::{AppContext, Entity, EntityId, ModelContext, SingletonEntity, ViewHandle};
|
||||
|
||||
use crate::{
|
||||
settings::InputModeSettings,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
use std::{collections::HashMap, iter, ops::RangeInclusive};
|
||||
|
||||
use itertools::Itertools;
|
||||
use warpui::{units::Lines, AppContext, EntityId};
|
||||
use galaxyui::{units::Lines, AppContext, EntityId};
|
||||
|
||||
use crate::terminal::{
|
||||
model::{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use itertools::Itertools;
|
||||
use warpui::App;
|
||||
use galaxyui::App;
|
||||
|
||||
use crate::terminal::{
|
||||
block_filter::BlockFilterQuery,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//! Traits and abstractions supporting the find operation across rich content blocks.
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
||||
use warpui::{AppContext, View, ViewContext, ViewHandle};
|
||||
use galaxyui::{AppContext, View, ViewContext, ViewHandle};
|
||||
|
||||
use super::FindOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user