Finished refactoring out fs and rope
This commit is contained in:
parent
0a8e2f6bb0
commit
0beb97547e
58 changed files with 328 additions and 223 deletions
|
@ -13,5 +13,6 @@ gpui = { path = "../gpui" }
|
|||
menu = { path = "../menu" }
|
||||
settings = { path = "../settings" }
|
||||
text = { path = "../text" }
|
||||
rope = { path = "../rope" }
|
||||
workspace = { path = "../workspace" }
|
||||
postage = { version = "0.4", features = ["futures-traits"] }
|
||||
|
|
|
@ -4,8 +4,9 @@ use gpui::{
|
|||
MutableAppContext, RenderContext, View, ViewContext, ViewHandle,
|
||||
};
|
||||
use menu::{Cancel, Confirm};
|
||||
use rope::point::Point;
|
||||
use settings::Settings;
|
||||
use text::{Bias, Point};
|
||||
use text::Bias;
|
||||
use workspace::Workspace;
|
||||
|
||||
actions!(go_to_line, [Toggle]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue