d7e6e8c
Add match associated type and fix failing test
K Simmons
created
6d7ce5d
Merge pull request #1582 from zed-industries/create-directory-race
Click to expand commit body
Avoid leaving directory in a pending state when fs events are received before fs reads resolve
Max Brunsfeld
created
3ae1690
Avoid changing entry's kind from Dir to PendingDir in refresh_entry
Click to expand commit body
When lots of filesystem changes are occurring, the filesystem event
for the directory creation may be delivered before the call to
fs::metadata resolves.
Max Brunsfeld
created
91a5d0b
SearchableItem trait is completed and editor searches appear to be working
K Simmons
created
d4bbf21
Merge pull request #1559 from zed-industries/language-injection
Click to expand commit body
Add language injection support
Max Brunsfeld
created
a38c601
Fix bugs in SyntaxMap::interpolate found by the randomized test
This method returns the anchor range associated with each edit. The
anchor ranges allow you to determine how each edit interacts with
an existing anchor range that the edit has touched.
Max Brunsfeld
created
1746ec5
Check invariants after interpolating tree in random syntax map test
Max Brunsfeld
created
d59911d
Merge pull request #1572 from zed-industries/drag-and-drop-fixes
Click to expand commit body
Misc drag and drop issue fixes
K Simmons
created
3cc07c1
Fix some drag and drop issues including the mouse cursor not being locked to pointer, tooltips being incorrect when a dragged tab is used, and some subscription leaks from panes
K Simmons
created
74a2b09
Start work on randomized test for SyntaxMap, fix discovered bugs
Max Brunsfeld
created
579c84b
Merge pull request #1515 from zed-industries/drag-and-drop