Max Brunsfeld
|
a598f0b13c
|
Avoid clobbering panic files when they happen at the same time
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2023-03-02 20:51:29 -08:00 |
|
Mikayla Maki
|
24ba47e75d
|
Merge pull request #2230 from zed-industries/fix-tab-x
Fix tab bar x
|
2023-03-02 19:48:08 -08:00 |
|
Julia
|
b343e8056a
|
Avoid tab bar background activating an item at the end of a tab drag
|
2023-03-02 13:06:58 -08:00 |
|
Mikayla Maki
|
8734bd8435
|
Seperate out x-mark width
|
2023-03-01 00:18:45 -08:00 |
|
Mikayla Maki
|
269df10a16
|
Fix off by one error in click ranges
|
2023-02-28 20:27:34 -08:00 |
|
Mikayla Maki
|
dc11d2726e
|
Made code fold indicators show up on active line indicators
|
2023-02-28 19:53:53 -08:00 |
|
Mikayla Maki
|
2198c295b3
|
Fix comments
|
2023-02-28 17:25:35 -08:00 |
|
Mikayla Maki
|
6cf62a5b02
|
Update tests to use new fold indicator
|
2023-02-28 17:17:29 -08:00 |
|
Mikayla Maki
|
f8401394f5
|
Removed DisplayRow abstraction
|
2023-02-28 17:12:48 -08:00 |
|
Mikayla Maki
|
b53d1eef71
|
Added background styling of the ...
|
2023-02-28 16:35:44 -08:00 |
|
Mikayla Maki
|
c397fd9a71
|
Added click regions and cursor styles
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
9b8adecf05
|
Adjusted code-folding behavior
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
e0f553c0f5
|
WIp
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
37a2ef9d41
|
Make chevrons and lightning bolt interactive
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
89b93d4f6f
|
Added fold changes on gutter hover
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
2036fc48b5
|
moved code action indicator to the left
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
cb3e873a67
|
Fixed autoscroll timing
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
da78abd99f
|
Added DisplayRow abstraction to make folding code more readable
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
637e8ada42
|
Fix bugs in code folding
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
e3061066c9
|
Add code folding indicators into the gutter.
|
2023-02-28 16:34:28 -08:00 |
|
Nate Butler
|
fb69611568
|
Fix order of template_substitution in highlights.scm
|
2023-02-28 11:19:55 -05:00 |
|
Nate Butler
|
a8a045e8bf
|
Merge branch 'main' into nate/extend-syntax
|
2023-02-28 11:07:35 -05:00 |
|
Joseph T. Lyons
|
3fb426e8b2
|
Merge pull request #2209 from zed-industries/add-link-to-community-repo-in-feedback-editor
Add link to community repo in feedback editor text
|
2023-02-28 09:03:21 -05:00 |
|
Kay Simmons
|
f0a31f86c7
|
remove commented line
|
2023-02-27 12:06:10 -08:00 |
|
Kay Simmons
|
b3dffeaf2a
|
fix infinite loop in path distance for fuzzy finder
|
2023-02-27 11:57:21 -08:00 |
|
Joseph Lyons
|
4f9a07cffc
|
Merge branch 'main' into add-link-to-community-repo-in-feedback-editor
|
2023-02-27 13:56:01 -05:00 |
|
Nate Butler
|
f84046b74f
|
use @boolean in all flavors of js
|
2023-02-27 10:40:01 -05:00 |
|
Nate Butler
|
8c51a62a8d
|
Unify regex highlight style under @string.regex
|
2023-02-27 10:08:24 -05:00 |
|
Joseph Lyons
|
36ada13966
|
Update app-icon@2x.png
|
2023-02-26 11:03:43 -05:00 |
|
Joseph Lyons
|
2c61eeb56d
|
Update app-icon.png
|
2023-02-26 11:03:31 -05:00 |
|
Joseph Lyons
|
ccae9448d4
|
Update app-icon-preview@2x.png
|
2023-02-26 11:03:22 -05:00 |
|
Joseph Lyons
|
bb46b26494
|
Update app-icon-preview.png
|
2023-02-26 11:03:03 -05:00 |
|
Kay Simmons
|
0b1334b8c5
|
Merge pull request #2218 from zed-industries/file-finder-distance-sorting
Sort matches in file finder by distance to active item after score
|
2023-02-25 14:26:05 -08:00 |
|
Kay Simmons
|
cdc6566d87
|
fixup poor utility naming
|
2023-02-25 14:12:25 -08:00 |
|
Kay Simmons
|
36f3d3d738
|
Add test for new sorting behavior
|
2023-02-25 14:06:54 -08:00 |
|
Kay Simmons
|
0b48e238f2
|
Sort file finder matches by distance to the active item after match score
|
2023-02-24 18:13:26 -08:00 |
|
Max Brunsfeld
|
5fea49e639
|
Pass the 'Save' format trigger when formatting on save
In an earlier refactor, I accidentally caused the 'Manual'
trigger to *always* be passed.
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
|
2023-02-24 17:11:35 -08:00 |
|
Mikayla Maki
|
0704d9dcdb
|
Merge pull request #2216 from zed-industries/update-bromberg
Update bromberg dependency to have alloc
|
2023-02-24 14:41:32 -08:00 |
|
Mikayla Maki
|
a57fcf5afc
|
Update bromberg dependency to have alloc
|
2023-02-24 14:34:24 -08:00 |
|
Max Brunsfeld
|
e910fd8493
|
collab 0.6.1
|
2023-02-24 09:44:23 -08:00 |
|
Mikayla Maki
|
8656708de4
|
Revert "Remove borrow from reveal_path()"
|
2023-02-24 09:39:52 -08:00 |
|
Joseph Lyons
|
72197802a2
|
Tweak code to remove duplication
|
2023-02-24 08:53:58 -05:00 |
|
Joseph Lyons
|
f8f1a3f86e
|
Unify text style names
|
2023-02-24 08:46:28 -05:00 |
|
Mikayla Maki
|
89ddf14b0e
|
Remove borrow from reveal_path()
|
2023-02-23 21:36:17 -08:00 |
|
Julia
|
be86cb35ba
|
Merge pull request #2213 from zed-industries/per-project-follow-status
Differentiate between follow state on a per-project basis
|
2023-02-24 00:26:41 -05:00 |
|
Julia
|
465d8cc2ff
|
Differentiate between follow state on a per-project basis
|
2023-02-24 00:07:17 -05:00 |
|
Max Brunsfeld
|
93b9e762ec
|
Merge pull request #2212 from zed-industries/initial-traffic-light-position
Adjust window's traffic light position when setting its title
|
2023-02-23 15:02:05 -08:00 |
|
Max Brunsfeld
|
fbc934b884
|
Adjust window's traffic light position when setting its title
|
2023-02-23 14:44:45 -08:00 |
|
Mikayla Maki
|
350b7b82f7
|
Merge pull request #2207 from zed-industries/project-panel-actions
Fix project panel actions
|
2023-02-23 14:31:29 -08:00 |
|
Mikayla Maki
|
b179fc2b99
|
Remove comment
|
2023-02-23 14:24:53 -08:00 |
|