3f50779
Checkpoint
Nathan Sobo created
3f50779
Checkpoint
Nathan Sobo created
a8188a2
Improve file finder ergonomics (#3059)
Deals with https://github.com/zed-industries/community/issues/2086 Part of https://github.com/zed-industries/community/issues/351 Initial: <img width="585" alt="Screenshot 2023-09-28 at 09 50 05" src="https://github.com/zed-industries/zed/assets/2690773/e0149312-dfe3-4b7c-948c-0f593d6f540c"> First query letter input (only two history items match that, both are preserved on top, with their order preserved also) <img width="603" alt="Screenshot 2023-09-28 at 09 50 08" src="https://github.com/zed-industries/zed/assets/2690773/85ab2f4c-bb9c-4811-b8b0-b5c14a370ae2"> Second query letter input, no matching history items: <img width="614" alt="Screenshot 2023-09-28 at 09 50 11" src="https://github.com/zed-industries/zed/assets/2690773/6d380403-a43c-4f00-a05b-88f43f91fefb"> Remove second query letter, history items match again and pop to the top: <img width="574" alt="Screenshot 2023-09-28 at 09 50 15" src="https://github.com/zed-industries/zed/assets/2690773/5981ca53-6bc8-4305-ae36-27144080e1a2"> * allows `file_finder::Toggle` (cmd-p by default) to cycle through file finder items (ESC closes the modal still) * on query typing, preserve history items that match the query and keep them on top, with their ordering preserved * show history items' matched letters Release Notes: - Improve file finder ergonomics: allow cycle through items with the toggle action, preserve matching history items on query input
Kirill Bulatov created
d30385f
Show path matches inside history items matching the query
Kirill Bulatov created
1b5ff68
Show matching search history whenever possible
Kirill Bulatov created
97eabe6
Add tests
Kirill Bulatov created
57a95d1
Preserve matching history items and their order
Kirill Bulatov created
541dd99
Cycle file finder entries on cmd-p
Kirill Bulatov created
81a107f
assets: Add keybinds to replace (#3055)
Release Notes: - N/A
Piotr Osiewicz created
5ab1034
Checkpoint
Nathan Sobo created
13ba450
Checkpoint
Nathan Sobo created
c5470d4
Checkpoint
Nathan Sobo created
7e49c7d
Checkpoint
Nathan Sobo created
769a045
Checkpoint - No warnings
Nathan Sobo created
768c991
vim: Fix some dw edge cases
Conrad Irwin created
1ee70a0
Checkpoint
Nathan Sobo created
8be8047
Checkpoint
Nathan Sobo created
51b24bb
Add vim-style completion bindings:
Conrad Irwin created
2cb320e
Escape returns to normal mode even if completion is open
For zed-industries/community#1746
Conrad Irwin created
7524f7f
Checkpoint
Nathan Sobo created
9fefb1d
Checkpoint
Nathan Sobo created
73fc1c1
Add `g space` for option-enter
vimify all the things
Conrad Irwin created
d1baff1
Add ctrl-i to go forward
For zed-industries/community#1732
Conrad Irwin created
dd1cf5c
vim: add ctrl-a/ctrl-x
For zed-industries/community#1411 For zed-industries/community#619
Conrad Irwin created
9246c11
Don't prompt to save unchanged files (#3053)
- don't prompt to save a set of unchanged files when closing (preview-only)
Conrad Irwin created
0e6002d
Fix tests
Antonio Scandurra created
78908bc
Introduce a new `include_warnings` setting under `diagnostics`
Antonio Scandurra created
49672bf
Checkpoint
Nathan Sobo created
f603d68
Add an include/exclude warnings toggle in project diagnostics
Antonio Scandurra created
b364d40
Checkpoint
Nathan Sobo created
96f9c67
Checkpoint
Nathan Sobo created
6cebcac
fix tests
Conrad Irwin created
3573896
Don't prompt to save unchanged files
Conrad Irwin created
e9a84a2
Checkpoint
Nathan Sobo created
25429f7
ctrl-a/x for vim
Conrad Irwin created
ece4875
v0.107.x dev
Joseph T. Lyons created
2c05470
Revert "leverage file outline and selection as opposed to entire file" (#3049)
Reverts zed-industries/zed#3040
Kyle Caverly created
b3b3a56
Revert "leverage file outline and selection as opposed to entire file"
Kyle Caverly created
4242b45
Revert "removed stale dbg in assistant from main" (#3048)
Reverts zed-industries/zed#3046
Kyle Caverly created
cab80cb
Revert "removed stale dbg in assistant from main"
Kyle Caverly created
d671a8a
Bump update notification size back up (#3047)
Regressed: <img width="422" alt="CleanShot 2023-09-27 at 11 07 37@2x" src="https://github.com/zed-industries/zed/assets/30666851/636d7bec-4518-45e6-87bd-84b45dda28e1"> Fixed: <img width="424" alt="CleanShot 2023-09-27 at 11 04 13@2x" src="https://github.com/zed-industries/zed/assets/30666851/186a1d49-4daf-4211-891a-dacfd1144311"> Release Notes: - N/A
Julia created
6b88ac9
Bump update notification size back up
Julia created
6ccaf55
search: Reorder items in search bar (#3039)
Release Notes: - Reordered items in project and buffer search bar
Piotr Osiewicz created
edf29aa
implement new search strategy (#3029)
Augment current search strategy in semantic search, reducing search times by ~60% Release Notes: - Implemented minimum batch sizes for concurrent database reads. - Batch embedding matrix multiplication. - Calculate matmul with ndarray
Kyle Caverly created
0e6fd64
leverage embeddings len returned in construction matrix multiplication
KCaverly created
c63cc78
vim: Fix ctrl-u/ctrl-d (#3044)
- vim: Fix ctrl-d/ctrl-u to match vim (when :set scrolloff=3)
Conrad Irwin created
3682751
Merge branch 'main' of github.com:zed-industries/zed into faster_semantic_search
KCaverly created
abefa27
removed blas and increase batch size for vector search
KCaverly created
4ccd693
removed stale dbg in assistant from main (#3046)
remove small dbg! statement in main
Kyle Caverly created
0d6880a
removed stale dbg in assistant from main
KCaverly created
2f368de
leverage file outline and selection as opposed to entire file (#3040)
Transition generate prompt for inline assist to leverage outline as opposed to full file. This enables, us to leverage the inline assist for large files. Release Notes: - Change inline assist to use tree-sitter based outlines for code generation instead of full files
Kyle Caverly created