ZIm/crates/editor2/src
Nate Butler 7af0edf5b6
Editor UI Cleanup (#3676)
[[PR Description]]

TODO: 
- [x] Style fold marker
- [x] Editor - Code action icon too large, should use muted color,
should have tooltip
- [ ] Style inline assistant
    - Prompt text gets cut off veritcally
- [x] Line height on inline assist editor isn't tall enough
- Nate: This is my fault due to the line height (relative: 1) we are
setting on non-buffer editors. I'll look into this.
- [ ] Style diagnostic hover (right now it's an opaque box on some
themes)
    - Nate: This needs status tints, we are working on it
- [ ] Hovering over a symbol shows a dialogue that appears underneath
the scroll-bar

Release Notes:

- N/A
2023-12-15 15:49:55 -05:00
..
display_map Avoid notifying editor when wrap width changes 2023-12-12 12:06:38 -08:00
scroll Make inlay hint cache tests pass 2023-11-13 18:25:21 +02:00
test First round of vim tests 2023-12-11 14:16:25 -07:00
blink_manager.rs Fix blinking behavior in editor when receiving/losing focus 2023-11-08 19:03:57 +01:00
display_map.rs Finalize the command 2023-12-11 12:28:22 +02:00
editor.rs Editor UI Cleanup (#3676) 2023-12-15 15:49:55 -05:00
editor_settings.rs Fix editor settings deserialization in editor2 2023-11-09 15:37:46 -08:00
editor_tests.rs Finalize the command 2023-12-11 12:28:22 +02:00
element.rs Editor UI Cleanup (#3676) 2023-12-15 15:49:55 -05:00
git.rs Fix git test compilation 2023-12-04 17:57:43 +01:00
highlight_matching_bracket.rs Fix highlight tests (and a quirky behaviour where the highlights were not dismissed when user clicks on something that's not a brace) 2023-12-05 10:17:27 +01:00
hover_popover.rs Restore namespace parameter to actions! 2023-12-09 15:18:31 -07:00
inlay_hint_cache.rs Finalize the command 2023-12-11 12:28:22 +02:00
items.rs Rework the way project panel auto reveals entries 2023-12-12 11:38:51 +02:00
link_go_to_definition.rs Uncomment a bunch of tests in the editor 2023-12-01 18:11:27 +01:00
mouse_context_menu.rs Editor2 tests (#3486) 2023-12-05 14:52:20 +01:00
movement.rs Finalize the command 2023-12-11 12:28:22 +02:00
persistence.rs Get editor2 compiling with a ton of code commented out 2023-11-02 23:35:20 -06:00
rust_analyzer_ext.rs Finalize the command 2023-12-11 12:28:22 +02:00
scroll.rs Listen for mouse events on scrollbar 2023-12-11 10:33:05 +01:00
selections_collection.rs Remove stray dbg statements 2023-12-01 11:49:25 +01:00
test.rs Fix error in tests 2023-11-30 11:45:10 +01:00