mihnita / ansi-econsole

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

not workign with Spring Tool suite 4 #37

Closed ieleuthe closed 5 years ago

ieleuthe commented 5 years ago

Your plugin has worked wonderfully till recently when it stopped coloring the logs for Spring Tool Suite 4

Check on this. http://tinypic.com/r/jztn6g/9

After uninstalling it showed as expected. (Reinstalling plugin through marketplace did not solve this)

mihnita commented 5 years ago

"After uninstalling it showed as expected."

I suppose that this means "the extra characters don't show anymore" But is the output colored, or not?

mihnita commented 5 years ago

I've downloaded and installed the latest Spring Tool Suite 4 (4.0.1.RELEASE), and created a small demo app (using the default wizard)

It all works well. But the thing that I think might be an explanation for the screenshot is that the plugin is disabled.

Can you please check the top-right of the output console? (where all the icons are, "minimize", "maximize", "remove Launch" etc.)

When my plugin is install there should be an icon there that looks like a blue C with a red A inside it. If the icon is gray instead of colored it means my plugin is disabled.

Click the icon (the icon should be colored) and run your app. Now the output should be colored, and the "weird characters" (that are ANSI escapes) should not show anymore.

ieleuthe commented 5 years ago

I removed the settings re downloaded the add on and enabled the ansi and works as expected

mihnita commented 5 years ago

Thanks for the update.