Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -18,9 +18,9 @@ use queries::{
|
||||
};
|
||||
use rangemap::{RangeMap, RangeSet};
|
||||
use string_offset::{ByteOffset, CharOffset};
|
||||
use warpui::{color::ColorU, AppContext, Entity, ModelContext, WeakModelHandle};
|
||||
use galaxyui::{color::ColorU, AppContext, Entity, ModelContext, WeakModelHandle};
|
||||
|
||||
use warp_editor::{
|
||||
use galaxy_editor::{
|
||||
content::{
|
||||
buffer::{Buffer, BufferSnapshot},
|
||||
edit::PreciseDelta,
|
||||
@@ -29,7 +29,7 @@ use warp_editor::{
|
||||
},
|
||||
decoration::DecorationLayer,
|
||||
};
|
||||
use warpui::text::point::Point;
|
||||
use galaxyui::text::point::Point;
|
||||
|
||||
const MAX_SYNTAX_TREES: usize = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user