This website requires JavaScript.
Explore
Help
Sign In
oak-team
/
oak-gpui
Watch
3
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
225055ed5d7b6aa6fc736f4d1a8779e7ecc83275
oak-gpui
/
crates
/
editor
/
src
T
History
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
..
display_map
Use NonZeroU32 to ensure settings tabsize cannot be zero
2022-06-23 12:55:38 -07:00
multi_buffer
Remove result from anchor cmp functions
2022-03-24 11:48:31 -07:00
display_map.rs
Move all default settings from source code into the JSON file
2022-07-12 11:35:19 -07:00
editor.rs
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
element.rs
Merge branch 'main' into theme-improvements
2022-07-19 20:12:02 -04:00
highlight_matching_bracket.rs
highlight both brackets, only when empty selection, and add test
2022-07-05 15:19:05 -07:00
hover_popover.rs
add hover popover setting
2022-06-27 16:21:22 -07:00
items.rs
🎨
2022-07-14 16:46:45 +02:00
link_go_to_definition.rs
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
mouse_context_menu.rs
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
movement.rs
Merge pull request
#1155
from zed-industries/golang
2022-06-09 14:18:37 -07:00
multi_buffer.rs
Differentiate among tabs with the same name
2022-07-14 11:54:11 +02:00
selections_collection.rs
WIP add basic context menu and make progress toward adding quick actions to it
2022-07-13 14:13:19 -07:00
test.rs
add show_completions_on_input setting to disable popping the completions menu automatically
2022-07-13 14:23:49 -07:00