-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Newline support for Calva Inspector #2695
Comments
Seems to be not working as expected because pretty printing with "calva" as the printer is broken for me. Maps just show up as |
You're telling me exactly the opposite of what you said in the docs. Not sure how mixed messages clarifies anything. |
Could you try use defaults for pretty pretty printing options? And if that works, see if you can find which setting make the maps disappear. FYI: The |
To me I say the same things in both places. I probably suck at explaining it. It is a bit messy because of legacy. Anyway, there is no Calva Output Window (yet). There is a Calva REPL Window and there are some Calva Output Destinations. The REPL Window can be used as an output destination. This is currently the default. We will change the default (and, possibly, at some point remove the option to use the REPL Window as an output destination). |
I get this exception from zprint setting. Apparently zprint is missing? But default works.
|
The zprint dependency is supposed to be added by jack-in. I don't know why that doesn't happen. |
Given that Calva Inspector is intended to deprecate the Calva Output Window, certain features seem pretty important which are currently missing. One such feature is pretty printing with printed newlines.
The easy way to understand why this matters is a not-even-that-large map. Without newlines, this scrolls off the side and is extremely difficult to read.
which probably looks something like this, hiding a lot of potentially important data
I see no reason this feature needs to match the Output Window's current support for user's choice of printer. Just use
pprint
and move on.The text was updated successfully, but these errors were encountered: