lukebuehler / CShell

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

Refactor console output #84

Open lukebuehler opened 9 years ago

lukebuehler commented 9 years ago

Currently, capturing the console output is handled directly in the REPL control. We need to refactor this to be more in line with scriptCS. Specifically using IConsole

Once this is done we can add support again for the output window, see #83