Commit log
2515bbf
Move self in Element::paint
Click to expand commit body
Remove mutable state borrows in favor of state ownership in render processes to streamline element rendering.
Nathan Sobo
created
2 years ago
461fa8d
Testing the auto-updater
Mikayla
created
2 years ago
e1285b9
Add nightly release channel for zed2 (#3355)
Click to expand commit body
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
d6f1738
Use muted color for fold indicators
Nate Butler
created
2 years ago
b218ab4
Remove default hover state for icon buttons
Nate Butler
created
2 years ago
101fe7f
Update diagnostic status bar tool
Nate Butler
created
2 years ago
fd6e47c
Fix auto update command
Mikayla
created
2 years ago
9969caf
Style empty diagnostics as an editor
Nate Butler
created
2 years ago
Nathan Sobo
created
2 years ago
eb2e9a5
Fix bundling again
Mikayla
created
2 years ago
16f4205
Remove CLI from zed2 (for now)
Mikayla
created
2 years ago
e43696e
Temporary debug builds for faster ci testing
Mikayla
created
2 years ago
70d0421
Fix bundle script
Mikayla
created
2 years ago
ee753be
Build nightly release based on 'nightly' tag, not any tag w/ nightly prefix
Max Brunsfeld
created
2 years ago
bf324c1
Add bump nightly script
Mikayla
created
2 years ago
dd283b4
Add autoupdate2
Click to expand commit body
co-authoredby: max@zed.dev
Mikayla
created
2 years ago
a03d062
Make the commit sha availabe in the app, via a global
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-authored-by: Kirill <kirill@zed.dev>
Max Brunsfeld
,
Mikayla
, and
Kirill
created
2 years ago
a8bea41
Put release channel back to dev
Max Brunsfeld
created
2 years ago
6a22ab8
Fix cargo check --tests invocation
Max Brunsfeld
created
2 years ago
5e2eb43
Check out repo outside of reusable actions
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-authored-by: Kirill <kirill@zed.dev>
Max Brunsfeld
,
Mikayla
, and
Kirill
created
2 years ago
c684f08
Wire up release_nightly workflow, to upload artifacts to DO spaces
Click to expand commit body
Co-authored-by: Kirill <kirill@zed.dev>
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
,
Kirill
, and
Mikayla
created
2 years ago
c9fc7ea
zed2: Project diagnostics (#3359)
Click to expand commit body
Release Notes:
- N/A
Julia
created
2 years ago
189ddf9
Merge branch 'main' into unborked-git-zed2-diagnostics-view
Julia
created
2 years ago
62297a5
Render diagnostics header and summary
Julia
created
2 years ago
24c9bbf
Render a more correct diagnostic indicator status panel button
Julia
created
2 years ago
3655a96
Merge branch 'main' into unborked-git-zed2-diagnostics-view
Julia
created
2 years ago
967ef9d
Render diagnostics view and such a bit more
Julia
created
2 years ago
c6d22af
Get diagnostic2 tests building and running
Julia
created
2 years ago
a464a7d
Merge branch 'main' into unborked-git-zed2-diagnostics-view
Julia
created
2 years ago
f4eb219
Get diagnostics view almost building in the zed2 world
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia
and
Nathan Sobo
created
2 years ago
ec3bb0f
Focus workspace on launch
Click to expand commit body
Fixes action dispatch when no focus is there.
Conrad Irwin
created
2 years ago
12b59da
Allow to exclude files from worktrees (#3356)
Click to expand commit body
* Part of https://github.com/zed-industries/community/issues/70
Allows to fully remove from Zed certain files or file groups: no items
will be scanned or added into worktrees, so nothing will be shown in
project tree, project search and go to file would not see those,
corresponding FS events will be ignored.
One exclusion is .git files: those are still not shown or accessible by
default, yet tracked in the worktrees.
By default, is configured to
```json
"file_scan_exclusions": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings"
],
```
* In addition, contains code preparations for "search in included files"
feature: new SearchOptions variant, search crate and RPC adjustments
Release Notes:
- Added `file_scan_exclusions` section to project settings to completely
ignore certain files in Zed
Kirill Bulatov
created
2 years ago
7a8da8c
Adjust the type arrangement on ManagedViews (#3354)
Click to expand commit body
Made the trait into a blanket-trait impl if you have it's two
constituent pieces (FocusableView and EventEmitter) to remove the
duplicated method. I also changed the struct to an enum for aesthetic
reasons (EventType::EventName feels self documenting to me) and added
some new `cx` APIs utilizing our new powers of dismissal.
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
Click to expand commit body
- Fix image errors
Release Notes:
- N/A
Conrad Irwin
created
2 years ago
d352a63
Port new workspace logic to gpui2, uncomment most of the workspace2 tests
Kirill Bulatov
created
2 years ago
Mikayla
created
2 years ago
c866c21
Make static str and SharedString implement Element
Nathan Sobo
created
2 years ago
6bfe6fa
Fix image errors
Click to expand commit body
* Firstly only log one error per image load, not per frame
* Secondly use an Icon not an image for rendering Icons
Conrad Irwin
created
2 years ago
149b9d1
Merge branch 'main' into managed-view-adjustment
Mikayla
created
2 years ago
624bd0a
Collab ui2 (#3357)
Click to expand commit body
* Clickable context menus & movable panels – what will they think of
next?!
Release Notes:
- N/A
Conrad Irwin
created
2 years ago
Conrad Irwin
created
2 years ago
6976af5
Push some sketches
Mikayla
created
2 years ago
Kirill Bulatov
created
2 years ago
2759ed4
An attempt to ignore git regularly
Kirill Bulatov
created
2 years ago
8180938
Fix most of the TODOs
Kirill Bulatov
created
2 years ago
6028cd9
Retract back to original scanning strategy
Click to expand commit body
Do not descend into ignored directories, to avoid tracking their state.
Kirill Bulatov
created
2 years ago
906db58
Defer ignored dirs scanning
Kirill Bulatov
created
2 years ago
30fefa0
Use a better name
Kirill Bulatov
created
2 years ago
5f46897
Fix some of the old tests
Kirill Bulatov
created
2 years ago
d3ce82e
Fix the new test
Kirill Bulatov
created
2 years ago
Page 29 of 322