Commit log
655c9ec
Fix possibility of infinite loop in selections_with_autoclose_regions
Click to expand commit body
Previously, that method could loop forever if the editor's autoclose
regions had unexpected selection ids.
Co-authored-by: Piotr <piotr@zed.dev>
Max Brunsfeld
and
Piotr
created
2 years ago
Antonio Scandurra
created
2 years ago
856d236
Use `SharedString` for `Palette` and `PaletteItem`s
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
Joseph T. Lyons
created
2 years ago
b9bb275
fix template ordering during prompt chain generation
KCaverly
created
2 years ago
fa61c1b
add prompt template for generate inline content
KCaverly
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
2408619
Split `Label` and `HighlightedLabel`
Marshall Bowers
created
2 years ago
Joseph T. Lyons
created
2 years ago
178a79f
added prompt template for file context without truncation
KCaverly
created
2 years ago
f0b9e9a
Use `SharedString` for `Keybinding`s
Marshall Bowers
created
2 years ago
99121ad
buffer_search: Discard empty search suggestions. (#3136)
Click to expand commit body
Now when buffer_search::Deploy action is triggered (with cmd-f), we'll
keep the previous query in query_editor (if there was one) instead of
replacing it with empty query.
This addresses this bit of feedback from Jose:
> If no text is selected, `cmd + f` should not delete the text in the
search bar when refocusing
Release Notes:
- Improved buffer search by not clearing out query editor when no text
is selected and "buffer search: deploy" (default keybind: cmd-f) is
triggered.
Piotr Osiewicz
created
2 years ago
6e3393c
Use `SharedString` for `Button`s
Marshall Bowers
created
2 years ago
aa41f97
Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2
Marshall Bowers
created
2 years ago
2b53c67
Use `SharedString` for `Label`s
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
8321b94
Wire up hover styles on `Button`s
Marshall Bowers
created
2 years ago
7f69350
Fix typo in doc comment
Marshall Bowers
created
2 years ago
1a156c1
Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
5491398
Merge branch 'gpui2' into gpui2-ui
Marshall Bowers
created
2 years ago
4b8771f
Merge branch 'main' of github.com:zed-industries/zed into prompt_template
KCaverly
created
2 years ago
fea6d70
return code inside a markdown block during inline assist (#3137)
Click to expand commit body
Reverted prior small change in inline prompting.
We should now only return code in a markdown block during inline
assists.
Kyle Caverly
created
2 years ago
Antonio Scandurra
created
2 years ago
ed8a2c8
revert change to return only the text and inside return all text inside markdown blocks
KCaverly
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
0ce1ec5
Restrict DAG-related functionality, but retain infrastructure for implementing symlinks
Mikayla
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
296a2b8
Rename `fill` to `bg`
Antonio Scandurra
created
2 years ago
597a9f9
Use text color to paint SVGs
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
70aed4a
Sync Role as part of channels
Click to expand commit body
Begin to fix guest notifications
Conrad Irwin
created
2 years ago
821419e
Add a unit test for the mention-searching logic in MessageEditor
Max Brunsfeld
created
2 years ago
72ed8a6
Allow guests to chat
Conrad Irwin
created
2 years ago
ee87ac2
Start work on chat mentions
Max Brunsfeld
created
2 years ago
660021f
Fix more issues with the channels panel
Click to expand commit body
* Put the newest notifications at the top
* Have at most 1 notification toast, which is non-interactive,
but focuses the notification panel on click, and auto-dismisses
on a timer.
Max Brunsfeld
created
2 years ago
Page 79 of 342