mihnita / ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
http://www.mihai-nita.net/java/
Other
91 stars 25 forks source link

doesn't work on macOS High Sierra #30

Closed martinlippert closed 6 years ago

martinlippert commented 7 years ago

users of STS report that this doesn't work on the just released macOS High Sierra. The output shows up as blank, although the characters are there.

See also: https://github.com/spring-projects/spring-ide/issues/196

mihnita commented 7 years ago

Unfortunately I don't have a machine that I can update to High Sierra. I will find someone who has one that I can use.

I can think of some experiments meantime...

  1. For instance print to stderr In Java System.err.println("This should go to stderr"); That should be red. Is it?

  2. Install Grep Console https://marketplace.eclipse.org/content/grep-console Does it work?

  3. I can put together a really minimal plugin that writes a colored "this is RED GREEN BLUE text" to the console and see if that works. Bypassing all the escape interpretation and all.

====

I highly suspect there is nothing wrong with the plugin though, but with the OS itself ()

paulvi commented 7 years ago

In https://github.com/spring-projects/spring-ide/issues/196#issuecomment-333129640 it is linked to Eclipse SWT issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=525383

jgangemi commented 7 years ago

if i turn on showing the escape sequences in the preferences, the log lines start rendering again.

mihnita commented 6 years ago

Meantime I've updated to High Sierra and checked, it is all good.