ZIm/crates
Antonio Scandurra 2a8e0824a6 Fix opening excerpt when the cursor is at the end of a multi-buffer
This was caused by seeking with a right bias, which in the case of the
last excerpt in the buffer would seek past the end of the buffer.  This
commit changes the behavior to move the cursor back to the previous excerpt
if we overshoot, to ensure we always land on an excerpt.
2023-05-24 15:02:57 +02:00
..
activity_indicator Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
assets 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
auto_update Rename settings::register_setting -> settings::register 2023-05-17 15:06:11 -07:00
breadcrumbs Define theme/ui text style settings in theme crate 2023-05-17 14:44:59 -07:00
call 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
cli Unit test file:row:column parsing 2023-05-16 21:07:48 +03:00
client Add architecture to clickhouse event request body 2023-05-22 21:45:58 -04:00
clock 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
collab Merge remote-tracking branch 'origin/main' into panels 2023-05-23 08:24:28 +02:00
collab_ui Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Define theme/ui text style settings in theme crate 2023-05-17 14:44:59 -07:00
context_menu Define theme/ui text style settings in theme crate 2023-05-17 14:44:59 -07:00
copilot Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
copilot_button Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
db 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
diagnostics Fixed contrast in project panel and scrollbar 2023-05-22 15:51:31 -07:00
drag_and_drop Prevent some cases of clipping icons due to pixel coord rounding 2023-05-08 11:42:00 -04:00
editor Fix opening excerpt when the cursor is at the end of a multi-buffer 2023-05-24 15:02:57 +02:00
feedback Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
file_finder Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
fs Avoid removing fake fs entry when rename fails later in the process 2023-05-16 13:00:39 -04:00
fsevent 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
fuzzy remove commented line 2023-02-27 12:06:10 -08:00
git Make scrollbar content detection cheaper 2023-05-22 10:55:44 -07:00
go_to_line Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
gpui Transfer focus to root view only if previously-focused view was dropped 2023-05-22 18:05:08 +02:00
gpui_macros Move methods querying window state into AsyncAppContext 2023-05-02 19:38:48 +02:00
install_cli 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
journal Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
language Clear old diagnostics when restarting a language server 2023-05-22 12:53:22 -07:00
language_selector Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
live_kit_client Update LiveKit client SDK to 1.0.12 2023-05-23 15:32:55 +02:00
live_kit_server 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
lsp 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
lsp_log Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
media 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
menu Remove internal actions from menu crate 2023-04-27 14:29:11 +02:00
node_runtime Source ESLint server from Github rather than 3rd party NPM package 2023-04-28 16:42:36 -04:00
outline Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
picker Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
plugin 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
plugin_macros 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
plugin_runtime 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
project Load diff base for buffers that are opening but not yet opened when repositories are discovered 2023-05-22 18:26:33 -07:00
project_panel Merge remote-tracking branch 'origin/main' into panels 2023-05-23 08:24:28 +02:00
project_symbols Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
recent_projects Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
rope 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
rpc Update git repositories to be streamed with their entries 2023-05-15 16:22:00 -07:00
search Do not refocus project search query on ESC press 2023-05-19 22:06:47 +03:00
settings Remove assertions about behavior on invalid settings file 2023-05-22 08:48:37 -07:00
snippet 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
sqlez WIP: Add persistence to new docks 2023-05-17 17:34:20 -07:00
sqlez_macros 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
staff_mode 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00
sum_tree Made the map seek target a publicly implementable interface 2023-05-12 08:37:32 -07:00
terminal Persist project and terminal panel sizes 2023-05-22 15:55:44 +02:00
terminal_view Provide tooltips for pane buttons 2023-05-24 11:18:30 +02:00
text Refactored apart the forward and the backwards iterator for diff hunks 2023-05-19 18:09:47 -07:00
theme Improve styling of bottom and right docks 2023-05-23 09:02:45 +02:00
theme_selector Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00
theme_testbench Move font size adjustment code to the theme crate 2023-05-17 15:56:32 -07:00
util Merge branch 'main' into setting-store 2023-05-17 09:55:24 -07:00
vim Rename settings::register_setting -> settings::register 2023-05-17 15:06:11 -07:00
welcome Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
workspace Provide tooltips for pane buttons 2023-05-24 11:18:30 +02:00
zed add toggle right and bottom dock actions 2023-05-23 13:53:56 -04:00