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

improve CSI text output #3

Open
hokb opened this issue Jul 21, 2016 · 0 comments
Open

improve CSI text output #3

hokb opened this issue Jul 21, 2016 · 0 comments

Comments

@hokb
Copy link
Contributor

hokb commented Jul 21, 2016

Currently, the text representation for ILArray return values/variables is behind of what it could be. The CSI displays the type name only. ToString() should be called on the types instead, similar to the C# immediate window.
Another problem: everything is displayed as a single line. Linebreaks in the string are automatically escaped. This way, the nice and useful matrix/array display of ILArray is pretty much useless.
Calling Console.Write, however allows for multiple lines output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant