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 REPL lines buffered #40

Open
lukebuehler opened this issue May 30, 2014 · 0 comments
Open

Make REPL lines buffered #40

lukebuehler opened this issue May 30, 2014 · 0 comments
Labels
Milestone

Comments

@lukebuehler
Copy link
Owner

Currently the REPL will just grow infinitely until :clear is called. If there's a lot of console output this can affect the performance of the REPL a lot. It seems anything over a few thousand lines gets hard to handle for AvalonEdit.

  • REPL should simply be buffered, after a few thousand lines the oldest ones get removed.
  • Remove line numbers in REPL.
@lukebuehler lukebuehler added this to the v0.3 milestone May 30, 2014
@lukebuehler lukebuehler modified the milestones: v0.2, v0.3 May 7, 2015
@lukebuehler lukebuehler modified the milestones: v0.3, v0.2 Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant