Maintain on the background scanner a set of expanded directories
This commit is contained in:
parent
a305d93567
commit
4c03231863
7 changed files with 250 additions and 48 deletions
|
@ -224,6 +224,8 @@ impl Server {
|
|||
.add_request_handler(forward_project_request::<proto::RenameProjectEntry>)
|
||||
.add_request_handler(forward_project_request::<proto::CopyProjectEntry>)
|
||||
.add_request_handler(forward_project_request::<proto::DeleteProjectEntry>)
|
||||
.add_request_handler(forward_project_request::<proto::ExpandProjectEntry>)
|
||||
.add_request_handler(forward_project_request::<proto::CollapseProjectEntry>)
|
||||
.add_request_handler(forward_project_request::<proto::OnTypeFormatting>)
|
||||
.add_message_handler(create_buffer_for_peer)
|
||||
.add_request_handler(update_buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue