first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+8 -4
View File
@@ -1,11 +1,12 @@
use galaxy_util::file::FileSaveError;
use galaxyui::elements::DropTargetData;
use galaxyui::AppContext;
use pathfinder_geometry::rect::RectF;
use std::any::Any;
use std::fmt::Debug;
use std::ops::AddAssign;
use pathfinder_geometry::rect::RectF;
use galaxy_util::file::FileSaveError;
use galaxyui::elements::DropTargetData;
use galaxyui::AppContext;
#[cfg(not(target_family = "wasm"))]
pub mod code_actions;
#[cfg(not(target_family = "wasm"))]
@@ -23,6 +24,7 @@ pub mod rename;
pub mod signature_help;
#[cfg(not(target_family = "wasm"))]
pub use local_code_editor::ShowFindReferencesCard;
pub mod buffer_location;
pub mod diff_viewer;
pub mod editor;
pub mod editor_management;
@@ -43,6 +45,8 @@ pub enum ImmediateSaveError {
FailedToSave(#[from] FileSaveError),
#[error("There is no file tab currently selected")]
NoActiveFileTab,
#[error("Remote session disconnected")]
RemoteDisconnected,
}
/// Trait to determine whether we should show the comment editor based on state held