We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During a session, the log is never truncated. This leads to a significant performance degradation as the session log grows.
N/A
Start a session and write large quantities of text (in particularly wide) to the session.
The text was updated successfully, but these errors were encountered:
c6d9c5e
Add configurable truncation of session log, fix #661 (#898)
dff8fb4
* Add sessionLogSize config option * Respect sessionLogSize setting * Scroll up if truncating to fill window
No branches or pull requests
Describe the issue you are having
During a session, the log is never truncated. This leads to a significant performance degradation as the session log grows.
Did you connect to an already running interpreter or start the interpreter from RIDE?
N/A
How do you reproduce the issue?
Start a session and write large quantities of text (in particularly wide) to the session.
Paste the contents of Help → About (Shift+F1)
N/A
The text was updated successfully, but these errors were encountered: