Commit Graph
2805 Commits
Author SHA1 Message Date
Mikayla Maki f86106a07e Fixed a bug around selecting a single cell 2022-07-07 15:24:06 -07:00
Mikayla Maki 1fab7be4b5 Finished selections for now 2022-07-07 15:10:08 -07:00
Mikayla Maki 5a1797cb21 Fixing merge conflicts 2022-07-07 14:56:38 -07:00
Mikayla Maki 59c8e8bdad Fixed integration test 2022-07-07 14:55:25 -07:00
Mikayla Maki ab0ca7d42a Added another minor test 2022-07-07 14:55:25 -07:00
Mikayla Maki 102f502c26 tidied up magic constants 2022-07-07 14:55:25 -07:00
Mikayla Maki cc985721c6 Added a small integration test 2022-07-07 14:55:25 -07:00
Mikayla Maki 2a6e23ff28 Hoisted assert clipboard into TestAppContext 2022-07-07 14:55:25 -07:00
Mikayla Maki 9209c0dfeb Fixed merge conflict 2022-07-07 14:55:22 -07:00
Mikayla Maki 7c0d9f411a Added copying 2022-07-07 14:55:03 -07:00
Mikayla Maki 8c1054fbb6 Fixed merge conflict 2022-07-07 14:54:58 -07:00
Mikayla Maki b5919c0555 Fixed merge conflict 2022-07-07 14:54:36 -07:00
Mikayla Maki 415e28e2d3 Fixed merge conflict 2022-07-07 14:54:13 -07:00
Mikayla Maki a8237858bc Added basic selections 2022-07-07 14:52:04 -07:00
Mikayla Maki 86d5794040 Rebasing onto main 2022-07-07 14:51:59 -07:00
Mikayla Maki 9b6167aad8 added inline hint 2022-07-07 14:51:34 -07:00
Mikayla Maki 2c6dcb82ef GPUI change proposals 2022-07-07 14:51:34 -07:00
Mikayla Maki 49bd51c7c1 Fixed integration test 2022-07-07 14:38:21 -07:00
Mikayla Maki 28fd1ccbc6 Added another minor test 2022-07-07 13:55:58 -07:00
Mikayla Maki d981f4a3f4 tidied up magic constants 2022-07-07 13:45:27 -07:00
Mikayla Maki 4bd1111115 Added a small integration test 2022-07-07 13:43:28 -07:00
Mikayla Maki e3f492e13a Hoisted assert clipboard into TestAppContext 2022-07-07 13:29:58 -07:00
Mikayla Maki c0c2297deb Merge branch 'main' into terminal-selections 2022-07-07 13:20:23 -07:00
Mikayla Maki 4e3c32c277 Added copying 2022-07-07 13:19:38 -07:00
Mikayla Maki 98f6dccd43 Fixed terminal clone on split 2022-07-07 13:01:16 -07:00
Mikayla Maki ec4082695b Now defaults to using user's shell 2022-07-07 12:31:21 -07:00
Mikayla Maki 240f3d8754 Fixed default shell 2022-07-07 12:29:49 -07:00
Mikayla Maki bc306ef8ed Merge branch 'main' into terminal-selections 2022-07-07 12:17:58 -07:00
Mikayla Maki 1cfe8688ca Merge pull request #1304 from zed-industries/deploy-panic
Fixed working directory issues, added tests.
2022-07-07 12:14:57 -07:00
Mikayla Maki 02525c5bbe Added a way to change the timeout with state 2022-07-07 12:04:17 -07:00
Mikayla Maki 9c518085ae Fixed working directory issues, added tests. Working on regression 2022-07-07 11:01:26 -07:00
Antonio Scandurra 52b8efca1b Add integration test to exercise formatting via external command 2022-07-07 11:53:32 +02:00
Antonio Scandurra b91d44b448 Respond with a debug version of the error in rpc Client 2022-07-07 11:52:56 +02:00
Antonio Scandurra c6254247c3 Allow providing an external format in format_on_save setting 2022-07-07 11:04:03 +02:00
Mikayla Maki 778cfd94d8 Added basic selections 2022-07-06 17:37:12 -07:00
Max Brunsfeld 70cf6b4041 Give nav buttons a background on hover 2022-07-06 16:33:44 -07:00
Max Brunsfeld 4e8dbbfd4b Add test for pane nav history covering notification of pane's toolbar 2022-07-06 16:29:11 -07:00
Max Brunsfeld a378ec49ec Enable and disable nav buttons based on pane's navigation stack
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`.
2022-07-06 15:46:43 -07:00
Max Brunsfeld 7e5cf6669f Add forward and backward navigation buttons to toolbar 2022-07-06 14:05:24 -07:00
Mikayla Maki cba5b4ac11 Began working on selections, refactored colors 2022-07-06 13:44:30 -07:00
Max Brunsfeld bbe325930f 0.45 2022-07-06 11:32:21 -07:00
Max Brunsfeld a858b3fda9 Treat window deactivation as a focus change for the purpose of autosave 2022-07-06 11:20:29 -07:00
Max Brunsfeld 00d1c2e56f Merge pull request #1291 from zed-industries/fix-autosave-on-close
Fix autosave when closing a tab
2022-07-06 10:54:44 -07:00
Antonio ScandurraandMax Brunsfeld 2c1906d710 Normalize line endings when parsing completions
Co-Authored-By: Max Brunsfeld <max@zed.dev>
2022-07-06 19:32:45 +02:00
Antonio Scandurra d3db700db4 Fix panic on paste when editing with auto-indent
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.
2022-07-06 19:00:11 +02:00
Antonio Scandurra ab4931da65 Prevent autosave for deleted files 2022-07-06 17:25:33 +02:00
Antonio Scandurra 9286893177 Save item when closing it if autosave on focus change is enabled 2022-07-06 17:04:41 +02:00
Antonio Scandurra 5e00df6267 Move autosave tests down into Workspace 2022-07-06 16:55:05 +02:00
Antonio Scandurra b937c1acec Move autosave logic up into Workspace and Pane 2022-07-06 16:33:22 +02:00
Antonio Scandurra 980730a4e1 Report whether a view was focused or blurred when observing focus 2022-07-06 15:53:40 +02:00