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

The plugin ignores any pre-existing formatting #32

Closed
mihnita opened this issue Dec 22, 2017 · 1 comment
Closed

The plugin ignores any pre-existing formatting #32

mihnita opened this issue Dec 22, 2017 · 1 comment
Assignees
Labels

Comments

@mihnita
Copy link
Owner

mihnita commented Dec 22, 2017

The plugin ignores any existing formatting info, assumes it all comes as a "clean slate"

But there are cases when the output already has formatting info.
For instance when there is an exception there are links that are formatted.

Just doing this as the only instruction is enough to show the problem:
int foo = 4 / 0;

With the plugin disabled the exception message has two links (to java.lang.ArithmeticException and to the line in code where the exception occurred), but with the plugin disabled the links are not visible (they are active, you can click and they work, but the formatting is gone)

@mihnita
Copy link
Owner Author

mihnita commented Jan 26, 2020

Fixed by version 1.4.0.202001252332 (kind of)
It preserves links, and respects the standard output / standard error.
So the exceptions will be fine.

But it will still override any other colors introduced by a conflicting plugin.

@mihnita mihnita closed this as completed Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant