Commit log

2285a35 Merge branch 'fewer-bounds' into zed2

Nathan Sobo created

0910760 Reduce the need for Send + Sync bounds on generics

Nathan Sobo created

cf380a9 Remove `set_` prefix for `List` setters

Marshall Bowers created

24e21a4 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

bb35583 Merge branch 'gpui2' into zed2

Marshall Bowers created

0e48465 Add a draft of the mac platform file drag and drop events

Kirill Bulatov created

4d5ca37 Fix the branch compilation

Kirill Bulatov created

ff49781 move keychain access into semantic index as opposed to on init (#3158)

Click to expand commit body
remove keychain request during init

Release Notes:

- Move keychain request to inside indexing.
- Move install_default_formatters to a no op during tests

Kyle Caverly created

feefb8d fixed format! call for prettier::

KCaverly created

0dd45bb fully qualify paths inside conditional compilation methods

KCaverly created

23ad0a2 Return a `Result` from `load_embedded_fonts`

Marshall Bowers created

8ffe5a3 move keychain access into semantic index as opposed to on init

KCaverly created

9a53da2 WIP

Antonio Scandurra created

f2710f3 Fix default font family

Marshall Bowers created

785901c Load embedded fonts

Marshall Bowers created

171db00 Fix stack overflow

Marshall Bowers created

6f5cf10 Comment out `.state` setting

Marshall Bowers created

6a532af Swap the parameters to `IconButton`

Marshall Bowers created

47f979d Pass IDs to `IconButton`s instead of generating them

Marshall Bowers created

48cdefe Re-understand that the line just below git deletion is "inside" hunk

Click to expand commit body
Fixes "go to previous hunk" getting stuck on a deletion, never going
further up

Julia created

3358420 fix format

Conrad Irwin created

2b95db0 Fix infinite loop in select all (#3154)

Click to expand commit body
[[PR Description]]

Release Notes:

- Fixed an infinite loop in select all matches
([#2170](https://github.com/zed-industries/community/issues/2170)).

Conrad Irwin created

aa6990b Fix set_channel_visibility for public channels

Conrad Irwin created

0e035c1 Fix character selection

Conrad Irwin created

953857f WIP

Antonio Scandurra created

18eb4a7 WIP

Antonio Scandurra created

e6087e0 Fix tests

Conrad Irwin created

67e5902 vim surround (#3152)

Click to expand commit body
- Fix some bugs with vim objects
- Add | as a bracket and a motion
- Fix neovim tests with angle brackets

Release Notes:

- vim: Fixed `i` and `a` objects with softwrap, and a few other edge
cases
- vim: Added support for `ci"` to find the next quoted string on the
line
- vim: Added support for `|` as a bracket (for languages like ruby and
rust)
- vim: Added support for `<count>|` to jump to a specific column

Conrad Irwin created

97a0864 grammars: Update Bash grammar (#3155)

Click to expand commit body
Fixes zed-industries/community#2168

Release Notes:
- Updated Bash (Shell script) Tree-sitter grammar (fixes
zed-industries/community#2168)

Piotr Osiewicz created

6c163af bash: Add highlighting of ANSI c string (#3153)

Click to expand commit body
Fixes zed-industries/community#2169

Release Notes:

- Fixed highlighting of ANSI C strings ($'foo') in "Shell script"
language buffers.

Piotr Osiewicz created

e99d862 WIP Button Refactor

Nate Butler created

c1c9db2 Add elevation enums + docs

Nate Butler created

ea4e67f Merge branch 'main' into guest-exp

Conrad Irwin created

4d621f3 WIP

Antonio Scandurra created

05cbcee WIP

Antonio Scandurra created

297cef1 WIP add Elevation Docs

Nate Butler created

0dfbfdd catchup with main

KCaverly created

192b351 Merge branch 'gpui2-drag-drop' into zed2

Nathan Sobo created

3a326bf 🤦 Remove references to system_color

Nate Butler created

dd55cce Merge branch 'n/d' into zed2

Nate Butler created

1e13e27 Add ThemeColor interface for UI coloring and remove redundancy

Nate Butler created

438cf52 Remove duplicate ThemeColor defs

Nate Butler created

ec0b2e5 Add on_drop listeners

Nathan Sobo created

21d4546 WIP

Antonio Scandurra created

7832120 WIP

Antonio Scandurra created

efbf0c8 WIP

Antonio Scandurra created

c9d214e Start crate doc

Nate Butler created

38a7b39 Don't start dragging until you move to 2px

Nathan Sobo created

239b0c2 Clear active state when drag starts

Nathan Sobo created

6e4e19d Fix infinite loop in select all

Conrad Irwin created