Skip to content
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

Make pastable REPL modes extensible #54012

Open
LilithHafner opened this issue Apr 9, 2024 · 0 comments
Open

Make pastable REPL modes extensible #54012

LilithHafner opened this issue Apr 9, 2024 · 0 comments
Labels
feature Indicates new feature / enhancement requests REPL Julia's REPL (Read Eval Print Loop)

Comments

@LilithHafner
Copy link
Member

LilithHafner commented Apr 9, 2024

Right now it is possible to paste repl output back into the repl and automatically switch repl modes to match the content being pasted (yay!) but this system is based on a chain of elseifs and is not extensible to repl modes added by packages (e.g. via ReplMode.jl). It would be lovely to make this system extensible.

See also #40604, cc @IanButterworth

@LilithHafner LilithHafner added REPL Julia's REPL (Read Eval Print Loop) feature Indicates new feature / enhancement requests labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new feature / enhancement requests REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

1 participant