| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-authored-by: Jacob Richman <[email protected]>
|
|
|
|
Co-authored-by: jacob314 <[email protected]>
|
|
|
|
|
|
Co-authored-by: elasticdotventures <[email protected]>
|
|
|
|
|
|
Co-authored-by: Jacob Richman <[email protected]>
|
|
support (#5320)
|
|
|
|
Co-authored-by: matt korwel <[email protected]>
|
|
|
|
Co-authored-by: Jacob Richman <[email protected]>
|
|
Co-authored-by: Jacob Richman <[email protected]>
Co-authored-by: Scott Densmore <[email protected]>
Co-authored-by: Pascal Birchler <[email protected]>
|
|
|
|
Co-authored-by: Jacob Richman <[email protected]>
|
|
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
|
|
Co-authored-by: Sandy Tao <[email protected]>
Co-authored-by: Jacob Richman <[email protected]>
|
|
migration (#2794)
|
|
Co-authored-by: Scott Densmore <[email protected]>
Co-authored-by: Jacob Richman <[email protected]>
|
|
Co-authored-by: jacob314 <[email protected]>
|
|
|
|
|
|
stack size exceeded error (#1389)
|
|
|
|
layout logic (#1340)
|
|
|
|
|
|
viewport (#1217)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds the following new keybindings to the cli text input buffer:
- `Ctrl+W` : Delete previous word
|
|
Adds the following conventional readline-like keybindings:
- `Ctrl+H`: Delete the previous character.
- `Ctrl+D`: Delete the next character.
Additionally, remaps the Debug Console command from Ctrl+D to Ctrl+O, which had been first introduced in PR #486.
|
|
- The text buffer now correctly interprets `\\\r` (produced by Shift+Enter in the VSCode terminal) as a newline character.
- Added a corresponding test case to `text-buffer.test.ts`.
Fixes https://buganizer.corp.google.com/issues/418505364
|
|
into InputPrompt (#453)
|
|
alt-right arrow. (#443)
This change adds keybinding support for:
- `Ctrl+B`: Moves the cursor backward one character.
- `Ctrl+F`: Moves the cursor forward one character.
- `Alt+Left Arrow`: Moves the cursor backward one word.
- `Alt+Right Arrow`: Moves the cursor forward one word.
Closes b/411469305.
|
|
|
|
|
|
|