Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+3 -3
View File
@@ -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;