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

Changing C/C++ output text color breaks ansi-econsole #79

Open ydaveluy opened 2 years ago

ydaveluy commented 2 years ago

Dear Mihai,

I tested the latest test release and when changing the C/C++ output text color the console is broken. To change C/C++ output text color: Window->Preferences->C/C++ ->Build->Console and change the Output Text Color.

Regards,

Yannick

mihnita commented 2 years ago

Is that on the test (unreleased) version?

If the answer is yes, then it is a limitation in Eclipse. It looks like the setting is not committed until you exit Eclipse.

You will not see the change in the corresponding config file (in disk), and you can't read it with a IPreferencesService (of course, if it is your own setting you can)

Unpleasant... but goes away the next time you start Eclipse.

ydaveluy commented 2 years ago

I confirm that it is with the test unreleased version.