-
-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for custom keybindings and editor actions in the REPL #2739
base: develop
Are you sure you want to change the base?
Commits on Aug 3, 2024
-
feat: add support for custom keybindings for editor actions
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afcd816 - Browse repository at this point
Copy the full SHA afcd816View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d5d407 - Browse repository at this point
Copy the full SHA 8d5d407View commit details
Commits on Aug 11, 2024
-
fix: add support for parsing symbol based keybindings
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffd8d90 - Browse repository at this point
Copy the full SHA ffd8d90View commit details -
fix: allow one action per keybinding
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f270d1 - Browse repository at this point
Copy the full SHA 6f270d1View commit details
Commits on Aug 13, 2024
-
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9246a6f - Browse repository at this point
Copy the full SHA 9246a6fView commit details -
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2852f43 - Browse repository at this point
Copy the full SHA 2852f43View commit details
Commits on Aug 21, 2024
-
perf: use
base
package equivalents to bypass arg validationsSigned-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4561376 - Browse repository at this point
Copy the full SHA 4561376View commit details -
fix: allow cases where a keypress might trigger multiple actions
For instance, the right arrow key should also complete the completion. It would be a better idea to clean up this logic in the PR where we add support for configuring keybindings for existing actions. Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fac8ab - Browse repository at this point
Copy the full SHA 2fac8abView commit details
Commits on Sep 1, 2024
-
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 629c44e - Browse repository at this point
Copy the full SHA 629c44eView commit details -
fix: change order of actions for double actions
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ea1b2a - Browse repository at this point
Copy the full SHA 2ea1b2aView commit details
Commits on Sep 20, 2024
-
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd32fea - Browse repository at this point
Copy the full SHA dd32feaView commit details -
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d21f07 - Browse repository at this point
Copy the full SHA 5d21f07View commit details -
fix: ignore initial whitespaces when modifying words
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5394596 - Browse repository at this point
Copy the full SHA 5394596View commit details -
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 163699d - Browse repository at this point
Copy the full SHA 163699dView commit details -
style: return
null
instead of boolean for consistent return typesSigned-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17bce03 - Browse repository at this point
Copy the full SHA 17bce03View commit details -
Signed-off-by: Snehil Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 849f37d - Browse repository at this point
Copy the full SHA 849f37dView commit details