Nathan Sobo
|
82a713fd1d
|
Store AnyViewHandle inside ViewHandle and Deref to it
|
2023-04-02 14:59:55 -06:00 |
|
Antonio Scandurra
|
5471217089
|
Use the same serde version across the entire workspace
|
2023-03-28 09:42:00 -07:00 |
|
Max Brunsfeld
|
17bc83d699
|
Fix infinite loop in ProjectPanel::paste when filename has multiple dots
|
2023-03-27 16:45:11 -07:00 |
|
Max Brunsfeld
|
cbeb6e692d
|
Move postage crate version specification to workspace Cargo.toml
|
2023-03-21 11:26:13 -07:00 |
|
Joseph Lyons
|
c59dafab7e
|
Update method names to match action names
|
2023-03-12 06:08:12 -04:00 |
|
Joseph Lyons
|
06ad3a7f7b
|
Unify action names with keybinding name
|
2023-03-12 04:37:39 -04:00 |
|
Mikayla Maki
|
152755b043
|
Add blank pane experience
|
2023-03-08 17:56:39 -08:00 |
|
Mikayla Maki
|
f62e0b502a
|
Remove welcome experience action
Make logo switch between light and dark
co-authored-by: Nathan <nathan@zed.dev>
|
2023-03-08 14:49:48 -08:00 |
|
Mikayla Maki
|
350ddf2025
|
Add keymap picker UI
Co-authored-by: Max <max@zed.dev>
|
2023-03-07 17:29:08 -08:00 |
|
Mikayla Maki
|
ab4b3293d1
|
Fix project panel button and style it
Co-authored-by: max <max@zed.dev>
|
2023-03-07 14:49:13 -08:00 |
|
Mikayla Maki
|
4c179875ab
|
Add png image loading to gpui
add zed logo into welcome experience
Co-authored-by: Nathan <nathan@zed.dev>
|
2023-03-06 14:26:32 -08:00 |
|
Mikayla Maki
|
9dee2ca2be
|
WIP
|
2023-03-06 14:26:32 -08:00 |
|
Mikayla Maki
|
9004640586
|
Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage
|
2023-02-23 14:10:55 -08:00 |
|
Petros Amoiridis
|
4bb986b3be
|
Move reveal_path to ForegroundPlatform
So that we can use spawn to use the OS API call.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2023-02-20 18:57:37 +02:00 |
|
Petros Amoiridis
|
015b8db1c3
|
Introduce reveal_path in Platform
And implement it for MacPlatform, and instead of using an external process to run `open`, use the NSWorkspace selectFile instance method.
|
2023-02-14 15:14:15 +02:00 |
|
Petros Amoiridis
|
a789476c95
|
Introduce reveal_in_finder function
And use this function in a new Reveal in Finder option of the project panel context menu.
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
|
2023-02-10 21:11:05 +02:00 |
|
Mikayla Maki
|
d060114f00
|
Added complete scripts for generating third party license files
|
2023-01-23 12:47:12 -08:00 |
|
Petros Amoiridis
|
27a6951403
|
Allow pasting the same entry more than once in project panel
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2023-01-18 17:35:21 +02:00 |
|
Petros Amoiridis
|
f8d092fdc6
|
Fix mouse interrupting file/dir editing in project panel
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2023-01-18 15:22:20 +02:00 |
|
Kay Simmons
|
73e7967a12
|
working f and t bindings
|
2023-01-06 14:24:20 -08:00 |
|
Kay Simmons
|
1cc3e4820a
|
working serialized writes with panics on failure. Everything seems to be working
|
2022-12-03 16:06:01 -08:00 |
|
Mikayla Maki
|
3451a3c7fe
|
Rebase - Got Zed compiling and fixed a build error due to conflicting dependencies that cargo didn't catch :(
Co-Authored-By: kay@zed.dev
|
2022-12-03 16:04:10 -08:00 |
|
Kay Simmons
|
d61c0fb24c
|
Allow dragging and dropping project entries
|
2022-11-10 20:43:55 -08:00 |
|
Kay Simmons
|
738893c527
|
Split and move to pane working
|
2022-11-08 14:19:31 -08:00 |
|
Julia
|
9abfa037fd
|
Handle project entry drop render & start fixing drag cancel issues
Co-Authored-By: Kay Simmons <kay@zed.dev>
|
2022-11-07 18:17:36 -05:00 |
|
Julia
|
847376a4f5
|
Start dragging project panel entries
Co-Authored-By: Kay Simmons <kay@zed.dev>
|
2022-11-07 17:00:01 -05:00 |
|
Antonio Scandurra
|
0b231e58fd
|
Show placeholder text for pickers
|
2022-11-04 10:18:47 +01:00 |
|
Mikayla Maki
|
ea9b009a22
|
Fixed bug with cut entry active states
|
2022-10-31 09:55:52 -07:00 |
|
Mikayla Maki
|
552ebc0f29
|
Implemented direct styling for ignored and cut project panel entries
|
2022-10-28 10:45:45 -07:00 |
|
Mikayla Maki
|
40290a9a42
|
Added notify call
|
2022-10-24 13:18:02 -07:00 |
|
Antonio Scandurra
|
a5a60eb854
|
Log view name alongside error in ChildView
|
2022-10-13 15:44:01 +02:00 |
|
K Simmons
|
6b26965074
|
Permanent fix to repeat MouseRegion Tag failure in Workspace
Polish tab bar buttons
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-09-11 15:34:10 -07:00 |
|
K Simmons
|
b88abcacac
|
WIP dock split button and default item
|
2022-09-11 15:31:44 -07:00 |
|
K Simmons
|
13e9336049
|
Merge branch 'main' into drag-and-drop
|
2022-08-22 17:18:29 -07:00 |
|
K Simmons
|
133c194f4a
|
wip tab drag and drop
|
2022-08-22 16:16:39 -07:00 |
|
Antonio Scandurra
|
4fcba083ba
|
Autoscroll to filename editor when creating or renaming entry
Also, autoscroll when a filename editor goes off-screen and the user
types or changes selections.
|
2022-08-15 15:14:42 +02:00 |
|
Antonio Scandurra
|
545f12362c
|
Rename {project_panel,contacts_panel}::Toggle to ToggleFocus
|
2022-08-15 14:53:42 +02:00 |
|
K Simmons
|
42c01c5b10
|
minor rustfmt fix
|
2022-08-11 11:35:11 -07:00 |
|
ForLoveOfCats
|
8ba2f77148
|
One big cleanup pass of clippy lints
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2022-08-10 16:51:01 -07:00 |
|
Nate Butler
|
088668ecf8
|
Fix reversed disclosure arrows in project panel
|
2022-07-22 11:57:53 -04:00 |
|
K Simmons
|
225055ed5d
|
Address some issues where panes don't get focused properly, make the focused pane more obvious, and prevent splitting of the pane with no items
|
2022-07-20 18:52:32 -07:00 |
|
Nate Butler
|
bcc554a3db
|
Merge branch 'main' into theme-improvements
|
2022-07-19 20:12:02 -04:00 |
|
Keith Simmons
|
c2868a39e8
|
Merge pull request #1388 from zed-industries/mouse-region-refactor
Mouse Region Refactor
|
2022-07-19 16:50:12 -07:00 |
|
Nate Butler
|
46384e71b7
|
Add icon sets for sizes 8, 12 and 16, remove old icons
|
2022-07-19 17:11:15 -04:00 |
|
Max Brunsfeld
|
c1dfb6294b
|
Dismiss project panel's rename editor when it loses focus
|
2022-07-18 16:10:09 -07:00 |
|
K Simmons
|
8add81350e
|
Rework presenter and MouseRegion to use Handler hashmap rather than individual fields
|
2022-07-17 23:19:32 -07:00 |
|
Max Brunsfeld
|
4aa19c1a7f
|
Select the last root when right-clicking below all project panel entries
|
2022-07-05 13:21:41 -07:00 |
|
Max Brunsfeld
|
581c9af395
|
Adjust pane, tab, panel management bindings to match VS Code
|
2022-06-29 15:33:46 -07:00 |
|
Antonio Scandurra
|
137a3996a1
|
Replace "Remove Folder from Project" label with "Remove from Project`
|
2022-06-20 10:53:26 +02:00 |
|
Antonio Scandurra
|
5dd28b7e57
|
🎨
|
2022-06-14 14:03:25 +02:00 |
|