K Simmons
|
95952f0c66
|
working diagnostic popover. Also renamed GoToNextDiagnostic to GoToDiagnostic and adjusted it's action to jump to the popover's diagnostic if it is visible
|
2022-07-20 19:02:33 -07:00 |
|
Keith Simmons
|
082036161f
|
Enable copy and paste in vim mode
|
2022-05-26 17:02:05 -07:00 |
|
Keith Simmons
|
37c921f972
|
Initial visual mode
|
2022-05-10 11:12:28 -07:00 |
|
Keith Simmons
|
bb9b36dccd
|
Add initial vim mode mode switching
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-03-25 20:10:37 -07:00 |
|
Antonio Scandurra
|
004f98cc6d
|
Merge pull request #661 from zed-industries/follow
Introduce basic following experience
|
2022-03-23 15:17:44 +01:00 |
|
Keith Simmons
|
6a1c197c1b
|
Add editor selection utilities
Also improved test that was failing during above to use marker text approach as a drive by
|
2022-03-22 16:08:22 -07:00 |
|
Antonio Scandurra
|
f0b7bd6e17
|
Serialize initial follow state in leader and reflect it in follower
|
2022-03-18 10:22:13 +01:00 |
|
Nathan Sobo
|
4dd0752e80
|
More messy progress towards selections in editors
|
2021-12-11 00:29:34 -07:00 |
|
Max Brunsfeld
|
5e516f59c0
|
Merge branch 'fragment-locators' into HEAD
|
2021-12-09 14:49:04 -08:00 |
|
Max Brunsfeld
|
1ed1ec21dd
|
Batch anchor resolution, avoid cloning fragment ids when seeking
|
2021-12-09 11:00:40 -08:00 |
|
Antonio Scandurra
|
65711b2256
|
Remove anchor collections
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2021-12-09 17:28:27 +01:00 |
|
Antonio Scandurra
|
cbe136c0cb
|
Implement anchor resolution using locators
|
2021-12-09 11:18:01 +01:00 |
|
Nathan Sobo
|
87d16c271e
|
Get Editor compiling with MultiBuffer as its buffer
There's a bunch of unimplemented methods in MultiBuffer, but everything compiles.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2021-12-08 19:23:04 -07:00 |
|
Antonio Scandurra
|
a88cff4fa0
|
Remove lifetime parameter from TextDimension trait
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2021-12-08 09:45:57 -08:00 |
|
Max Brunsfeld
|
fa379885f1
|
Give more specific names to all snapshot and text iterator types
|
2021-12-08 09:24:00 -08:00 |
|
Max Brunsfeld
|
924e1578ea
|
Use &Snapshot directly instead of impl Into<Content<'a>>
The text::Buffer and its snapshot already used the same representation
for their content, so we can just make Buffer deref to a Snapshot.
|
2021-11-30 13:32:11 -08:00 |
|
Nathan Sobo
|
d3f28166cb
|
Rename buffer crate to text and name its entrypoint after the crate
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2021-11-30 12:26:12 -07:00 |
|