Commit log
f85d544
Merge pull request #1297 from zed-industries/back-and-forward-buttons
Click to expand commit body
Back and forward buttons
Max Brunsfeld
created
3 years ago
bcb553f
Combine platform mouse events to use common MouseEvent struct and remove MouseDragged event in favor of MouseMoved
Keith Simmons
created
3 years ago
70cf6b4
Give nav buttons a background on hover
Max Brunsfeld
created
3 years ago
4e8dbbf
Add test for pane nav history covering notification of pane's toolbar
Max Brunsfeld
created
3 years ago
a378ec4
Enable and disable nav buttons based on pane's navigation stack
Click to expand commit body
Also, make the `NavHistory` type private to the `workspace` crate.
Expose only the `ItemNavHistory` type, via a method on Pane called
`nav_history_for_item`.
Max Brunsfeld
created
3 years ago
686e573
pull event data out into individual Event structs
Keith Simmons
created
3 years ago
7e5cf66
Add forward and backward navigation buttons to toolbar
Max Brunsfeld
created
3 years ago
cba5b4a
Began working on selections, refactored colors
Mikayla Maki
created
3 years ago
525e317
remove custom terminal keybindings
Keith Simmons
created
3 years ago
2d126c7
add terminal modal which can be displayed and dismissed while preserving the terminal state
Keith Simmons
created
3 years ago
Max Brunsfeld
created
3 years ago
bb6a573
Merge pull request #1293 from zed-industries/autosave-focus-change-window-activate
Click to expand commit body
Treat window deactivation as a focus change for the purpose of autosave
Max Brunsfeld
created
3 years ago
a858b3f
Treat window deactivation as a focus change for the purpose of autosave
Max Brunsfeld
created
3 years ago
00d1c2e
Merge pull request #1291 from zed-industries/fix-autosave-on-close
Click to expand commit body
Fix autosave when closing a tab
Max Brunsfeld
created
3 years ago
e9a950f
Merge pull request #1292 from zed-industries/paste-panic
Click to expand commit body
Fix panic on paste when editing with auto-indent
Max Brunsfeld
created
3 years ago
2c1906d
Normalize line endings when parsing completions
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
d3db700
Fix panic on paste when editing with auto-indent
Click to expand commit body
Instead of accepting text as it's input by the user, we will read it
out of the edit operation after it gets sanitized by the buffer.
Antonio Scandurra
created
3 years ago
ab4931d
Prevent autosave for deleted files
Antonio Scandurra
created
3 years ago
9286893
Save item when closing it if autosave on focus change is enabled
Antonio Scandurra
created
3 years ago
5e00df6
Move autosave tests down into `Workspace`
Antonio Scandurra
created
3 years ago
b937c1a
Move autosave logic up into `Workspace` and `Pane`
Antonio Scandurra
created
3 years ago
980730a
Report whether a view was focused or blurred when observing focus
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
330fdfb
Merge pull request #1288 from zed-industries/line-ending-fixes
Click to expand commit body
Line ending fixes
Antonio Scandurra
created
3 years ago
13c9b17
Replace lone carriage returns with newlines
Antonio Scandurra
created
3 years ago
113eb9b
Don't slice midway through multi-byte char when detecting line ending
Antonio Scandurra
created
3 years ago
Max Brunsfeld
created
3 years ago
77d688b
Merge pull request #1287 from zed-industries/handle-carriage-returns-in-edits
Click to expand commit body
Fix crash when pasting text with CRLF line endings
Max Brunsfeld
created
3 years ago
7e9beaf
Strip carriage returns from all text in text::Buffer
Click to expand commit body
* Moving the logic from Rope to text::Buffer makes it easier
to keep the Rope in sync with the fragment tree.
* Removing carriage return characters is lossier, but is much
simpler than incrementally maintaining the invariant that
there are no carriage returns followed by newlines. We may
want to do something smarter in the future.
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
4d88088
Merge pull request #1286 from zed-industries/grid-renderer
Click to expand commit body
Switch from line-and-character renderer to a direct grid renderer
Mikayla Maki
created
3 years ago
03cbb94
changed renderer
Mikayla Maki
created
3 years ago
ed52f8a
WIP making paste better
Keith Simmons
created
3 years ago
58e57d0
Merge pull request #1271 from zed-industries/matching-bracket-highlights
Click to expand commit body
Highlight matching bracket when newest selection head is on a bracket
Keith Simmons
created
3 years ago
229bc94
remove partial edit from normal.rs
Keith Simmons
created
3 years ago
956dd0c
fix error with reverse range marked text ranges
Keith Simmons
created
3 years ago
1f3dc2f
highlight both brackets, only when empty selection, and add test
Keith Simmons
created
3 years ago
342d38a
Working on grid rendering
Mikayla Maki
created
3 years ago
e14b3db
Merge pull request #1285 from zed-industries/fix-terminal-backspace
Click to expand commit body
Set up basic enviroment variables
Mikayla Maki
created
3 years ago
b4dc92d
Set up basic enviroment variables
Mikayla Maki
created
3 years ago
116fa92
Change Buffer constructors to construct the History internally
Max Brunsfeld
created
3 years ago
1add2d2
Merge pull request #1282 from zed-industries/context-menu-below-project-panel-entries
Click to expand commit body
Select the last worktree root when right-clicking below all project panel entries
Max Brunsfeld
created
3 years ago
4aa19c1
Select the last root when right-clicking below all project panel entries
Max Brunsfeld
created
3 years ago
7ea1289
Merge pull request #1281 from zed-industries/open-default-key-bindings
Click to expand commit body
Add application menu item to open default key bindings
Max Brunsfeld
created
3 years ago
8048758
Add application menu item to open default key bindings
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
1682cbd
Merge pull request #1279 from zed-industries/autosave
Click to expand commit body
Introduce autosave
Antonio Scandurra
created
3 years ago
f1ffcb6
Fix panics in database tests
Antonio Scandurra
created
3 years ago
f09d265
Remove non-determinism from autosave after delay
Antonio Scandurra
created
3 years ago
a5c39ac
Always finish previous autosave before starting a new one
Antonio Scandurra
created
3 years ago
ebf4bae
Add unit test for autosave
Antonio Scandurra
created
3 years ago
Page 6 of 103