ZIm/crates/repl/src
Kirill Bulatov 147f407b7a
Fix theme selector resetting the buffer size (#25425)
Closes https://github.com/zed-industries/zed/issues/25413

As the issue points out well, themes do not need to alter any in-memory
state on load: that is done via settings file load.
Originally, it was introduced in
https://github.com/zed-industries/zed/pull/4064 and
https://github.com/zed-industries/zed/pull/24857 had restored that
behavior, which seems wrong to do.

Apart from removing that part, removes unnecessary methods and
emphasizes that in-memory state is the Buffer/UI size — no need to add
`Adjusted` there as the settings file presence is already enough.

Release Notes:

- Fixed theme selector resetting the buffer size
2025-02-23 15:24:43 +00:00
..
components Fix hover tooltips appearing after related element is pressed (#24540) 2025-02-10 00:16:12 +00:00
kernels cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
notebook Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
outputs Fix theme selector resetting the buffer size (#25425) 2025-02-23 15:24:43 +00:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
repl.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
repl_editor.rs Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
repl_sessions_ui.rs Display case-sensitive keybindings for vim commands (#24322) 2025-02-14 22:03:59 -07:00
repl_store.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
session.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00