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

JANSI does not work within an IntelliJ IDEA console (Application run configuration) #31

Open
rocketraman opened this issue Nov 19, 2014 · 11 comments

Comments

@rocketraman
Copy link

The jansi detection does not work correctly when running an application within an IntelliJ IDEA console, because stdout and stderr are redirected. Jansi could detect this situation and pass through the ANSI stream without any changes for proper operation within IntelliJ. See:

https://youtrack.jetbrains.com/issue/IDEA-132822

@axelfontaine
Copy link

+1

2 similar comments
@abreksa4
Copy link

+1

@Emiel45
Copy link

Emiel45 commented Jul 14, 2015

+1

rnorth added a commit to rnorth/visible-assertions that referenced this issue Jan 8, 2016
…TTY support. As a result of this, no run output will be coloured in IntelliJ, but this seems marginally better than having output that is corrupt when viewed in certain modes.

This is a workaround for issues described elsewhere:
fusesource/jansi#31
https://youtrack.jetbrains.com/issue/IDEA-132822

Refs #1
@sebastienvermeille
Copy link

+1

rnorth added a commit to rnorth/visible-assertions that referenced this issue Jul 15, 2017
…TTY support. As a result of this, no run output will be coloured in IntelliJ, but this seems marginally better than having output that is corrupt when viewed in certain modes.

This is a workaround for issues described elsewhere:
fusesource/jansi#31
https://youtrack.jetbrains.com/issue/IDEA-132822

Refs #1
rnorth added a commit to rnorth/visible-assertions that referenced this issue Jul 15, 2017
…TTY support. As a result of this, no run output will be coloured in IntelliJ, but this seems marginally better than having output that is corrupt when viewed in certain modes.

This is a workaround for issues described elsewhere:
fusesource/jansi#31
https://youtrack.jetbrains.com/issue/IDEA-132822

Refs #1
@cyrilschmitt
Copy link

+1

1 similar comment
@mattrighetti
Copy link

+1

@danielferber
Copy link

As a workaround, my IntelliJ run configuration uses VM options "-Djansi.passthrough=true"

@VincentYeh-dev
Copy link

As a workaround, my IntelliJ run configuration uses VM options "-Djansi.passthrough=true"

Oh,it's working perfectly.
Thank a lot.

@ICHx
Copy link

ICHx commented Aug 19, 2021

not sure if there is a global switch

@eschcam
Copy link

eschcam commented Aug 29, 2023

+1
Still an issue

@cmdjulian
Copy link

+1

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