lukebuehler / CShell

A simple, yet powerful, C# scripting IDE and REPL
http://cshell.net
Other
703 stars 97 forks source link

Implemented REPL Buffer #89

Closed medmondson closed 8 years ago

medmondson commented 8 years ago

As per the request in #40 I've implemented a REPL Buffer to automatically purge old lines. Initially set this to 3000 (as per code comments) but this is configurable via the user settings.

I've probably checked in more files than you'd expect (.nuget etc) so let me know if you want anything excluded.

Hope this helps!

medmondson commented 8 years ago

Any update on the status of this PR?

lukebuehler commented 8 years ago

Sorry for the delay, but thank you for your work!