Commit log
af917de
Handle inserting multiple tabs on the same row
Click to expand commit body
This also fixes a panic when tabbing on a row that contained multi-byte
characters.
Antonio Scandurra
created
3 years ago
92bc1a6
Merge pull request #1377 from zed-industries/bracketed-paste
Click to expand commit body
Add bracketed paste support
Mikayla Maki
created
3 years ago
8349ead
Add bracketed paste support
Mikayla Maki
created
3 years ago
cfc956d
Merge pull request #1376 from zed-industries/terminal-settings
Click to expand commit body
Added settings for common terminal configurations
Mikayla Maki
created
3 years ago
6675c96
Removed some old dbgs and comments
Mikayla Maki
created
3 years ago
523e565
bad patch for panic on mis configured shell
Mikayla Maki
created
3 years ago
dc120c1
Added settings for common terminal configurations
Mikayla Maki
created
3 years ago
eb23f13
Update rust in collab Dockerfiles
Max Brunsfeld
created
3 years ago
af57871
Merge pull request #1375 from zed-industries/active-user-counts
Click to expand commit body
Add an admin API for counting users with given amounts of activity
Max Brunsfeld
created
3 years ago
69146fb
Allow the web client to specify activity bucket durations
Max Brunsfeld
created
3 years ago
1363d2c
Add admin API for counting users with a given amount of activity
Max Brunsfeld
created
3 years ago
024011a
Merge pull request #1373 from zed-industries/copy-test-update
Click to expand commit body
Update terminal testing to match new connection model.
Mikayla Maki
created
3 years ago
1b3fb25
Merge branch 'main' into copy-test-update
Mikayla Maki
created
3 years ago
dbec033
Merge pull request #1371 from zed-industries/keybindings-grind
Click to expand commit body
Correctly report all keyboard events to the terminal
Mikayla Maki
created
3 years ago
e156675
Revamped testing in terminals
Mikayla Maki
created
3 years ago
8282858
Updated copy integration test to match retries on terminal integration test
Mikayla Maki
created
3 years ago
f38206f
Merge branch 'main' into keybindings-grind
Mikayla Maki
created
3 years ago
3e86411
Finished new keybindings system for now
Mikayla Maki
created
3 years ago
9042825
Added some simple tests for the new keybindings
Mikayla Maki
created
3 years ago
c442612
Merge pull request #1368 from zed-industries/redis
Click to expand commit body
Document using Redis and launch it in `Procfile`
Antonio Scandurra
created
3 years ago
85cf703
Fix typos, minor revisions
Isaac Clayton
created
3 years ago
d121226
Write initial plan
Isaac Clayton
created
3 years ago
660289e
Ignore dump.rdb files
Antonio Scandurra
created
3 years ago
42d68af
Add instructions to install redis and include it in Procfile
Antonio Scandurra
created
3 years ago
f9995e1
Starting on tests
Mikayla Maki
created
3 years ago
e5c55f9
Merge pull request #1365 from zed-industries/illustrate-buffer-path
Click to expand commit body
Illustrate `format_on_save` external command using prettier
Antonio Scandurra
created
3 years ago
b5765bc
Illustrate `format_on_save` external command using prettier
Click to expand commit body
This gives us a chance to highlight a real-world scenario that a lot
of our users will want to use, as well as showcasing the special
`{buffer_path}` argument.
Antonio Scandurra
created
3 years ago
d89465c
Merge pull request #1356 from zed-industries/differentiate-same-tab-titles
Click to expand commit body
Differentiate among tabs with the same name
Antonio Scandurra
created
3 years ago
Mikayla Maki
created
3 years ago
1935208
Clean up prints
Mikayla Maki
created
3 years ago
98651c4
New key mapping system in place and working
Mikayla Maki
created
3 years ago
2e74963
Checkpoint, have caret notation implemented
Mikayla Maki
created
3 years ago
a0d0de5
Merge pull request #1364 from zed-industries/terminal-test
Click to expand commit body
Terminal test
Mikayla Maki
created
3 years ago
6ad5bd4
Merge pull request #1363 from zed-industries/color-issues
Click to expand commit body
Tidied up the terminal theme
Mikayla Maki
created
3 years ago
cf5c20c
Remembered how to use a terminal
Mikayla Maki
created
3 years ago
0e257b4
Increased test duration
Mikayla Maki
created
3 years ago
ee61671
Tidied up the terminal theme
Mikayla Maki
created
3 years ago
17f52fb
Merge pull request #1355 from zed-industries/better-tab-ordering
Click to expand commit body
More intuitive tab ordering
Keith Simmons
created
3 years ago
Antonio Scandurra
created
3 years ago
49ef330
Add test for tab disambiguation
Antonio Scandurra
created
3 years ago
94b443a
Merge pull request #1359 from zed-industries/plugin-json-enable
Click to expand commit body
Plugin json enable
Isaac Clayton
created
3 years ago
91fefae
Add retries to failing terminal test
Isaac Clayton
created
3 years ago
285832e
Merge pull request #1358 from zed-industries/plugin-cross-pre
Click to expand commit body
Remove requirement for target triple in precompiled binary extension
Isaac Clayton
created
3 years ago
52e4774
Re-enable JSON plugin
Isaac Clayton
created
3 years ago
fd5cb02
Truncate description in tab title when it is too long
Antonio Scandurra
created
3 years ago
b3ac63b
Remove triple-based suffix
Isaac Clayton
created
3 years ago
Isaac Clayton
created
3 years ago
80b45ef
Precompile plugins depending on target triple
Isaac Clayton
created
3 years ago
07d2692
Differentiate among tabs with the same name
Click to expand commit body
This commit introduces a new, optional `Item::tab_description` method
that lets implementers define a description for the tab with a certain
`detail`. When two or more tabs match the same description, we will
increase the `detail` until tabs don't match anymore or increasing the
`detail` doesn't disambiguate tabs any further.
As soon as we find a valid `detail` that disambiguates tabs enough, we
will pass it to `Item::tab_content`. In `Editor`, this is implemented by
showing more and more of the path's suffix as `detail` is increased.
Antonio Scandurra
created
3 years ago
4a5b8fd
Merge fuel-based metering
Isaac Clayton
created
3 years ago
Page 23 of 126