Commit log

6ecf870 Tweak SCREAMING_SNAKE_CASE regexes in highlight queries

Max Brunsfeld created

95cb9ce Collapse variant and type into the same color

Max Brunsfeld created

fcf13b4 CSS: color '#' the same as the rest of the color

Max Brunsfeld created

070c4bc Add color for 'variable.special' and use it in highlight queries

Max Brunsfeld created

e15f271 Reset buffer git diff when setting diff base to None

Click to expand commit body
Co-Authored-By: Joseph Lyons <joseph@zed.dev>

Julia and Joseph Lyons created

15595a6 Added a horrible hacky way of doing cmd-k correctly.

Mikayla Maki created

bf50a8a Implemented a simplistic version of correct cmd-k behavior

Mikayla Maki created

188b775 Fixed non-block terminal cursors being displayed incorrectly

Mikayla Maki created

ec76146 Merge pull request #1692 from zed-industries/avoid-duplicate-autoformat-edits

Click to expand commit body
Avoid duplicate autoformat edits

Max Brunsfeld created

f9fb3f7 WIP: Render active call in contacts popover

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

96c5bb8 Fix flicker due to adding and removing menu bar extra unnecessarily

Antonio Scandurra created

560d8a8 Don't leave the room if there's a pending room update

Antonio Scandurra created

251e06c :lipstick:

Antonio Scandurra created

6fb5901 Ensure sharing the same project twice is idempotent

Antonio Scandurra created

d3cddfd Fix styling for busy contacts

Antonio Scandurra created

386de03 Fix room disconnection problems when creating room and sharing project

Antonio Scandurra created

4aaf3df Show contact status

Antonio Scandurra created

d7cea64 Include a `busy` field in `proto::Contact`

Antonio Scandurra created

e82320c Never set a room on active call if it is offline

Antonio Scandurra created

669406d Leave room when client is the only participant

Antonio Scandurra created

b479c8c Move project sharing into `Room`

Antonio Scandurra created

3d467a9 Unset room on active call when disconnecting

Antonio Scandurra created

8fb8fff Merge pull request #1682 from zed-industries/load-diff-base-from-correct-relative-path

Click to expand commit body
Fix some git gutter bugs

Julia created

d67fad8 Extend a test to cover repos not at worktree root

Julia created

431ac12 Update contextMenu.ts

Nate Butler created

47a8e42 Don't allow multiple concurrent formatting requests for the same buffer

Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>

Max Brunsfeld and Nathan Sobo created

4508d94 In deterministic executor, ensure fake timers are ordered by wake time

Click to expand commit body
Previously, advancing the clock would fail to wake a timer that was
set *after* another time whose wake time had not yet arrived.

Max Brunsfeld created

8411d88 Fix multi-line string formatting in editor_test.rs

Max Brunsfeld created

17ed80f Merge pull request #1691 from zed-industries/move-tests

Click to expand commit body
Organize buffer and editor tests

Max Brunsfeld created

63e1c83 Rename language::tests -> language::buffer_tests

Max Brunsfeld created

b6525e9 Extract editor tests to their own file

Max Brunsfeld created

c0ee8dc Merge pull request #1689 from zed-industries/optimize-buffer-diff

Click to expand commit body
Apply buffer diff edits as a single batch

Max Brunsfeld created

fe7a39b Apply buffer diff edits as a single batch

Max Brunsfeld created

51fa06c Merge pull request #1404 from zed-industries/html-support

Click to expand commit body
Basic html support

Max Brunsfeld created

771215d Reload git index on file events to catch new contents

Julia created

9f81699 WIP: start on menu bar extra

Antonio Scandurra created

95e08ed Always include room id in protos

Click to expand commit body
This is redundant, but it futures-proof the ability to talk about
multiple rooms at any given time and feels safer in terms of race
conditions.

Antonio Scandurra created

baf6097 Remove stale contacts panel reference

Antonio Scandurra created

4cb306f Implement call cancellation

Antonio Scandurra created

2e84fc6 Delete rooms without pending users or participants

Antonio Scandurra created

c43956d Move contacts panel styles into contacts popover

Antonio Scandurra created

40163da Move contacts panel features into collab_ui

Antonio Scandurra created

7763acb Move `IncomingCall` into `call` crate

Antonio Scandurra created

55cc142 Move incoming calls into `ActiveCall`

Antonio Scandurra created

edf4c3e Add Discord webhook for published releases (#1684)

Joseph T. Lyons created

b7e115a Add a test for multi-language auto-indent

Max Brunsfeld created

7fb5fe0 Derive indent size from the language at the cursor when auto-indenting

Max Brunsfeld created

8b86781 Remove last usages of MultiBufferSnapshot::language

Max Brunsfeld created

3f4be55 Load diff base from correct relative path

Julia created

aa86806 Finish generalizing ToggleComments to support block comments

Max Brunsfeld created