Commit log

bdf655d Sorted themes correctly

Mikayla Maki created

a1889ad Added internal flag that checks the last logged in user

Mikayla Maki created

a923054 Add diff icon

Nate Butler created

cc81479 Add dock icons

Nate Butler created

6555d6f Merge pull request #1613 from zed-industries/breadcrumbs-refactoring

Click to expand commit body
Terminal Breadcrumbs

K Simmons created

31ecb2f Introduced ItemEvent and to_item_events function to Item trait which converts the Item's events into a standard ItemEvent similar to how SearchableItems work.

Click to expand commit body
Add breadcrumb_location and breadcrumbs functions to item trait which handles rendering of the breadcrumb elements
Change breadcrumb toolbar to use these new functions rather than having hard coded breadcrumb logic
Add breadcrumb support to the terminal tabs

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>

K Simmons and Mikayla Maki created

ab81093 WIP pull breadcrumb rendering out into item trait

K Simmons created

1014d65 Merge pull request #1606 from zed-industries/terminal-finishing

Click to expand commit body
Terminal finishing

Mikayla Maki created

6e6f37a updated wez term dependency

Mikayla Maki created

8af1e11 Merge pull request #1603 from zed-industries/terminal-polishing

Click to expand commit body
Terminal Polishing

Mikayla Maki created

68cf91d Problem with alacritty's handling of selections when the terminal resizes

Mikayla Maki created

acc1950 Fixed tiny resize bug

Mikayla Maki created

7f7ec68 Improved formatting of tab title

Mikayla Maki created

cefc6e8 fixed tab content crash, discovered a giant nest of new issues re: resizing

Mikayla Maki created

93d31e4 Fixed search to read entire back buffer

Mikayla Maki created

ec8876b Fixed the easy search bugs

Mikayla Maki created

08b6fd0 Changed bel to use dirty indicator, took away the 'has new content' indicator

Mikayla Maki created

a100956 removed test proc info, put fix in wezterm, just need to link them together now

Mikayla Maki created

90bae80 WIP fixing arguments in title bug, need to validate fix, add to wezterm, push to our copy, refresh our cargo, and make a PR for wezterm. TODO: Learn how to do c-style buffer munging.

Mikayla Maki created

aabc6ce Fixed terminal title showing program, WIP showing exe arguments

Mikayla Maki created

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