ZIm/crates/editor/src
2022-12-03 16:06:01 -08:00
..
display_map Add a layer of indirection between excerpt ids and locators 2022-11-28 14:18:49 -08:00
multi_buffer Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
test Rebase - Got Zed compiling and fixed a build error due to conflicting dependencies that cargo didn't catch :( 2022-12-03 16:04:10 -08:00
blink_manager.rs Show the cursor right away when opening opening/focusing editors 2022-11-04 10:18:47 +01:00
display_map.rs Re-export basic text types from text and language crates 2022-10-12 15:48:19 -07:00
editor.rs Added UUID based, stable workspace ID for caching on item startup. Completed first sketch of terminal persistence. Still need to debug it though.... 2022-12-03 16:06:01 -08:00
editor_tests.rs wip 2022-12-03 16:06:01 -08:00
element.rs Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
git.rs Layout git gutters inclusively 2022-10-31 14:35:42 -04:00
highlight_matching_bracket.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
hover_popover.rs Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
items.rs Added UUID based, stable workspace ID for caching on item startup. Completed first sketch of terminal persistence. Still need to debug it though.... 2022-12-03 16:06:01 -08:00
link_go_to_definition.rs Tried alternate stratergy 2022-11-08 11:54:26 -08:00
mouse_context_menu.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
movement.rs Add MovePageUp and MovePageDown editor commands 2022-10-14 12:36:46 -07:00
multi_buffer.rs Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
persistence.rs WIP: Some bugs switching to database provided IDs, terminal titles don't reload when restored from serialized, workspace tests are no longer passing but should be easy to fix when it isn't 11:44 2022-12-03 16:06:01 -08:00
selections_collection.rs Fixup compile errors 2022-11-22 02:49:47 -05:00
test.rs Add test for go-to hunk and fix discovered bugs 2022-10-28 15:08:13 -04:00