manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.43k stars 125 forks source link

IDEA Chinese Language Pack causes @var error #529

Closed zcfire2017 closed 12 months ago

zcfire2017 commented 1 year ago

image

Restore normal after uninstalling the plugin

zcfire2017 commented 1 year ago

image

rsmckinney commented 1 year ago

Ok, I see what is happening now.

The Manifold plugin suppresses some errors using the text of the error message (because there is no other way, no error message id is available). Since the Chinese pack translates all the error messages, error suppression fails to work.

But I see the Chinese pack plugin has over 24M downloads! I'll get error suppression working with Chinese, one way or another.

zcfire2017 commented 1 year ago

Thank you very much. Manifold is very powerful, really nb plus