ZIm/crates/repl/src
Kyle Kelley f8234aec6a
repl: Add ctrl-alt-enter binding to run in place (#15743)
Release Notes:

- Added `ctrl-alt-enter` keybinding for `repl::RunInPlace`
(`ctrl-option-enter` on MacOS). Keeps your screen position and cursor in
place when running any block.
2024-08-03 10:27:05 -07:00
..
components repl: Iterate on design of REPL sessions view (#14987) 2024-07-22 19:02:11 -04:00
components.rs repl: Iterate on design of REPL sessions view (#14987) 2024-07-22 19:02:11 -04:00
jupyter_settings.rs repl: Enable jupyter by default, allow disabling (#14985) 2024-07-22 17:30:21 -04:00
kernels.rs repl: Log Jupyter kernel process stderr and stdout (#15391) 2024-07-29 14:23:35 -07:00
outputs.rs repl: Render markdown output from kernels (#15742) 2024-08-03 09:41:12 -07:00
repl.rs Add repl events (#15259) 2024-07-26 03:31:41 -04:00
repl_editor.rs repl: Add ctrl-alt-enter binding to run in place (#15743) 2024-08-03 10:27:05 -07:00
repl_sessions_ui.rs repl: Add ctrl-alt-enter binding to run in place (#15743) 2024-08-03 10:27:05 -07:00
repl_store.rs Add repl events (#15259) 2024-07-26 03:31:41 -04:00
session.rs repl: Add ctrl-alt-enter binding to run in place (#15743) 2024-08-03 10:27:05 -07:00
stdio.rs repl: Create better terminal output for REPL stdio (#15715) 2024-08-03 05:48:16 -07:00