Commit log

1375c5f Began program manager, made terminal modals per-window

Mikayla Maki created

d189972 Merge branch 'terminal-scrolling-sensitivity' into terminal-polishing

Mikayla Maki created

1502c19 Polished scrolling significantly

Mikayla Maki created

e42bc17 0.53.1

Max Brunsfeld created

56f0f51 Merge pull request #1601 from zed-industries/panes-dont-dedup-multibuffers

Click to expand commit body
Avoid undesirable pane item deduping with multibuffers

Max Brunsfeld created

636f35f Avoid undesirable pane item deduping with multibuffers

Max Brunsfeld created

ba1124e Avoid updating package-lock.json when building Zed

Max Brunsfeld created

18ab883 Merge pull request #1600 from zed-industries/enclosing-brackets-crash

Click to expand commit body
Fix crash when querying for enclosing brackets at EOF

Max Brunsfeld created

0777af1 Fix crash when querying for enclosing brackets at EOF

Max Brunsfeld created

7730039 Sketched out program manager API

Mikayla Maki created

4779eeb fix shift-enter

Mikayla Maki created

0588360 Merge pull request #1598 from zed-industries/terminal-process-info

Click to expand commit body
Terminal Active Process Title

Mikayla Maki created

a662a89 Merge pull request #1596 from zed-industries/move-pane-panic-fix

Click to expand commit body
Don't panic if a tab isn't present in a from tab when dragged

K Simmons created

7497eda Add process info to terminal so that we can show the active process in the terminal tab title

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

K Simmons and Mikayla Maki created

91080fb Don't panic if a tab isn't present in a from tab when dragged

K Simmons created

7cbabc3 0.53

Max Brunsfeld created

f87e7d3 Avoid subtraction underflow when searching terminal

Click to expand commit body
Co-authored-by: Keith Simmons <keith@zed.dev>

Max Brunsfeld and Keith Simmons created

0e0bae8 Merge pull request #1587 from zed-industries/alac-search

Click to expand commit body
Terminal Search

Mikayla Maki created

e00b7b2 Merge pull request #1593 from zed-industries/drag-and-drop-multiple-windows

Click to expand commit body
Drag and drop with multiple windows fix

K Simmons created

ebae991 Finished terminal search

Mikayla Maki created

67a585c Impl default for drag and drop global. Make drag and drop global maintain a list of weak handles to the container.

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

K Simmons and Max Brunsfeld created

25aae11 Added cursor I-Beam

Mikayla Maki created

faad245 Improved performance of terminal rendering further

Mikayla Maki created

bf6d3ad Merge pull request #1589 from zed-industries/add-code-action-size

Click to expand commit body
Add code action size

Mikayla Maki created

1a0f43f Actually added all files this time

Mikayla Maki created

0efbe6e Made code actions themeable

Mikayla Maki created

a8b8003 ??

Mikayla Maki created

3f11fd3 Terminal implements important half of search protocol

Mikayla Maki created

63d9d29 Search rendering and basic regex stuff complete

Mikayla Maki created

8e7d9cf search stuff

Mikayla Maki created

f62b69a Checkpoint commit, almost have the initial search research done. Don't forget to remove test keymap

Mikayla Maki created

efaf7e2 Merge pull request #1581 from zed-industries/generalized-item-search

Click to expand commit body
Make Workspace item search generic

K Simmons created

c02b022 Merge pull request #1585 from zed-industries/more-drag-and-drop-fixes

Click to expand commit body
Some more drag and drop fixes

K Simmons created

227cc66 Simulate mouse up if mouse was released outside window, don't report dragged payload if it was dragged from a different window

K Simmons created

fa78b59 Merge pull request #1584 from zed-industries/restore-modal-terminal

Click to expand commit body
restore modal terminal

Mikayla Maki created

5a0f106 restore modal terminal

Mikayla Maki created

dd934e9 Revert unnecessary app.rs changes

K Simmons created

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

Max Brunsfeld created

74fd348 Add Buffer::anchored_edits_since method

Click to expand commit body
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

Click to expand commit body
Drag and drop

K Simmons created

8591c3f Merge branch 'main' into drag-and-drop

K Simmons created