Nathan Sobo
|
1c9ad942df
|
v0.34.0
|
2022-05-17 11:10:21 -06:00 |
|
Antonio Scandurra
|
225536accc
|
Merge branch 'main' into request-to-join-project
|
2022-05-17 14:55:20 +02:00 |
|
Keith Simmons
|
2f7eb6dbc5
|
Merge pull request #973 from zed-industries/selections-refactor
Pull selections out of editor into selections collection
|
2022-05-13 16:07:26 -07:00 |
|
Keith Simmons
|
c3a36e6d8a
|
Rename selected_ranges and selected_display_ranges to remove redundant selected
|
2022-05-13 15:55:27 -07:00 |
|
Keith Simmons
|
de9dc27980
|
store buffer and display_map model handles on selections collection
|
2022-05-13 15:55:27 -07:00 |
|
Keith Simmons
|
db0a9114c2
|
Passing tests and removed local argument. Also pulled autoscroll argument out to change_selections
|
2022-05-13 15:55:27 -07:00 |
|
Keith Simmons
|
c9dcfff607
|
Move selection helpers to SelectionCollection, add update_anchor_selections, add a number of invariant preserving mutation functions to the MutableSelectionCollection
|
2022-05-13 15:55:17 -07:00 |
|
Max Brunsfeld
|
be51a58311
|
Start work on requesting to join projects
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-12 17:53:11 -07:00 |
|
Nathan Sobo
|
02e39e756b
|
0.33.0
|
2022-05-12 14:46:33 -06:00 |
|
Nathan Sobo
|
3bca1c29e2
|
Present a blank notification upon receipt of a contact request
|
2022-05-10 18:33:39 -06:00 |
|
Max Brunsfeld
|
c5360172e4
|
Merge pull request #979 from zed-industries/contacts
Manage users' contact relationships on the server
|
2022-05-10 15:11:30 -07:00 |
|
Nathan Sobo
|
e3ee19b123
|
Wire up UI for requesting contacts and cancelling requests
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2022-05-09 11:24:05 -06:00 |
|
Max Brunsfeld
|
439a5dad80
|
0.32.0
|
2022-05-05 09:49:11 -07:00 |
|
Antonio Scandurra
|
2e6cf2011d
|
When opening items via project panel, only focus them on double-click
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-05-05 15:27:27 +02:00 |
|
Antonio Scandurra
|
875cb13e6d
|
Rename "crash" to "panic"
We are not really sending crash reports but Rust panics, so might
as well be clear about that.
|
2022-05-02 17:36:56 +02:00 |
|
Antonio Scandurra
|
da3870ea31
|
Pass secret token when uploading crashes
|
2022-05-02 15:42:52 +02:00 |
|
Antonio Scandurra
|
54a45095cd
|
Retrieve app version from crash rather than from current binary
The crash might have been generated weeks before and the app may
have been updated since then.
|
2022-05-02 15:34:05 +02:00 |
|
Antonio Scandurra
|
09a8b8e675
|
Capture crash reports and upload them the next time Zed launches
|
2022-05-02 15:17:43 +02:00 |
|
Nathan Sobo
|
53e7c758f8
|
0.31.0
|
2022-04-29 05:58:34 -06:00 |
|
Max Brunsfeld
|
b055d90b68
|
Make the 'About Zed' menu item display Zed's version number
|
2022-04-28 16:10:11 -07:00 |
|
Max Brunsfeld
|
79fad42424
|
Parse .mjs files as JavaScript
Closes #856
|
2022-04-28 14:09:39 -07:00 |
|
Max Brunsfeld
|
37a3cead03
|
Merge pull request #921 from zed-industries/new-status-bar-design
Style the status bar according to the latest design
|
2022-04-28 12:42:25 -07:00 |
|
Max Brunsfeld
|
a3700e0dd8
|
Combine diagnostic status w/ diagnostic message indicators
Improve the indicator styling
|
2022-04-27 14:25:39 -07:00 |
|
Max Brunsfeld
|
68a7f99c14
|
Update sidebar toggle icons
|
2022-04-27 14:25:39 -07:00 |
|
Max Brunsfeld
|
0291f2d54a
|
Move sidebar toggle buttons to the status bar
|
2022-04-27 14:25:39 -07:00 |
|
Antonio Scandurra
|
cde5a45318
|
Clip scroll_top_row before navigating back to it
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-04-27 16:25:26 +02:00 |
|
Antonio Scandurra
|
df69ac42fb
|
Attempt to automatically sign in after a window has been shown
|
2022-04-27 13:53:16 +02:00 |
|
Antonio Scandurra
|
0e1e5b7d55
|
Make following redirects explicit in HttpClient::get
|
2022-04-27 13:14:45 +02:00 |
|
Nathan Sobo
|
78afbb3599
|
Remove async-std and surf from client
Switch to isahc library. It's not as fancy, but it works and has a smaller footprint.
|
2022-04-26 21:19:15 -06:00 |
|
Max Brunsfeld
|
9c03670d21
|
v0.30.0
|
2022-04-25 16:17:25 -07:00 |
|
Max Brunsfeld
|
d12df4224a
|
Merge pull request #894 from zed-industries/typescript-outline-fixes
Fix missing TypeScript outline entries and breadcrumbs
|
2022-04-22 14:21:46 -07:00 |
|
Max Brunsfeld
|
bfec9e1ec2
|
Fix missing TypeScript outline entries and breadcrumbs
|
2022-04-22 13:49:03 -07:00 |
|
Max Brunsfeld
|
d330f909e6
|
Allow each theme to style all aspects of syntax highlighting
Previously, some syntax highlights were controlled in editor.ts,
and shared across all themes.
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-22 12:43:01 -07:00 |
|
Max Brunsfeld
|
f0c6a6ad18
|
Highlight punctuation uniformly in all supported languages
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-22 12:16:49 -07:00 |
|
Max Brunsfeld
|
6658fa58c0
|
Update languages' highlight mapppings when the theme changes
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-22 12:09:14 -07:00 |
|
Antonio Scandurra
|
9730213ed7
|
Move project browser toggling logic in workspace::open_paths
|
2022-04-22 11:25:23 +02:00 |
|
Antonio Scandurra
|
bba65e120d
|
Add only one worktree when running zed /dir /dir/file
|
2022-04-22 11:06:17 +02:00 |
|
Antonio Scandurra
|
9d8e3f51c8
|
Show project panel when opening a folder via the CLI
|
2022-04-22 10:45:46 +02:00 |
|
Max Brunsfeld
|
3a878c8d6c
|
Add syntax highlighting for TOML
|
2022-04-21 16:39:49 -07:00 |
|
Max Brunsfeld
|
915ba91888
|
Allow toggling line comments in JSON
|
2022-04-21 14:12:17 -07:00 |
|
Max Brunsfeld
|
066b4faf61
|
Restructure KeyMap file, make it easy to edit in Zed
Add a JSON schema for this file so that autocomplete can be used for the actions.
|
2022-04-21 13:35:10 -07:00 |
|
Max Brunsfeld
|
f52050a9ec
|
Use the 'jsonc' language id for all JSON files
This way, comments are allowed by the language server.
|
2022-04-21 12:08:16 -07:00 |
|
Max Brunsfeld
|
3a28f09979
|
Allow comments in setting and keymap JSON files
|
2022-04-21 11:58:18 -07:00 |
|
Antonio Scandurra
|
fb87bacc7e
|
Merge branch 'main' into auto-update
|
2022-04-21 09:53:06 +02:00 |
|
Max Brunsfeld
|
9d3048ebe7
|
v0.29.0
|
2022-04-20 16:10:07 -07:00 |
|
Antonio Scandurra
|
f77239bd96
|
Add application menu to install CLI
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-04-20 17:29:10 +02:00 |
|
Antonio Scandurra
|
5ab35bd6fd
|
Remove stray dbg
|
2022-04-20 17:28:31 +02:00 |
|
Antonio Scandurra
|
f7055c2acc
|
Implement zed --wait
|
2022-04-20 17:28:31 +02:00 |
|
Antonio Scandurra
|
b3f2b7a92c
|
Use osascript to escalate privileges and copy the CLI to /usr/local/bin
|
2022-04-20 17:28:30 +02:00 |
|
Max Brunsfeld
|
0d9a0e2cbe
|
Avoid permissions error when installing CLI symlink
|
2022-04-20 17:27:33 +02:00 |
|