Replies: 1 comment
-
I think you can right-click on some class, and select "External Strings" to generate both the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to Eclipse plugin development,
How do you create the message class (https://github.com/checkstyle/eclipse-cs/blob/master/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/Messages.java) from the property file (https://github.com/checkstyle/eclipse-cs/blob/master/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/messages.properties).
I assume they are somehow auto-generated and that is why Checkstyle is disabled for them.
Beta Was this translation helpful? Give feedback.
All reactions