ZIm/crates/repl/src
Max Brunsfeld 093c9cc87b
Avoid creating occlusions for editor blocks, since these block mouse wheel events (#20649)
Just block mouse down events, and in the case of the inline assist
prompt, set the default cursor.

Release Notes:

- N/A

Co-authored-by: Richard <richard@zed.dev>
2024-11-13 21:02:54 -08:00
..
components Discover available python environments with Jupyter kernel support (#20467) 2024-11-11 10:19:05 -08:00
notebook Refactor Spacing into DynamicSpacing using proc macro (#20504) 2024-11-11 11:08:55 -05:00
outputs Allow base64 encoded images to be decoded with or without padding (#20616) 2024-11-13 11:26:42 -08:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
kernels.rs Discover available python environments with Jupyter kernel support (#20467) 2024-11-11 10:19:05 -08:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
repl.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
repl_editor.rs Discover available python environments with Jupyter kernel support (#20467) 2024-11-11 10:19:05 -08:00
repl_sessions_ui.rs Discover available python environments with Jupyter kernel support (#20467) 2024-11-11 10:19:05 -08:00
repl_store.rs Discover available python environments with Jupyter kernel support (#20467) 2024-11-11 10:19:05 -08:00
session.rs Avoid creating occlusions for editor blocks, since these block mouse wheel events (#20649) 2024-11-13 21:02:54 -08:00