zed/crates/editor/src
Antonio Scandurra ce5270488f Propagate Cancel when editor is not in full mode
This is consistent with what VS Code and Sublime Text do and allows the user to
perform only one keybinding to e.g. dismiss the find bar when the query is
(partially) selected.
2022-01-30 16:01:53 +01:00
..
display_map Render header blocks as horizontall fixed (like the gutter) 2022-01-25 17:19:38 -08:00
multi_buffer
display_map.rs Move logic for starting language servers to the project 2022-01-19 14:05:06 -08:00
editor.rs Propagate Cancel when editor is not in full mode 2022-01-30 16:01:53 +01:00
element.rs Add a simple unit test for find bar 2022-01-28 13:05:29 -08:00
items.rs WIP - Navigate to prev/next search result 2022-01-28 14:00:00 -08:00
movement.rs Implement whole word mode 2022-01-28 11:48:04 +01:00
multi_buffer.rs Optimize some common operations when MultiBuffer is a singleton 2022-01-28 11:50:13 +01:00
test.rs