Components naming during their creation
When I create buttons/labels/etc. I get interesting results. For example when I call button in russian "?????", I get a variable "_?????Button" (according to my coding convensions).
First. Can I change positioning of control type and control name so it would be "_button?????" instead of "_?????Button"?
Second. How can I disable of creation buttons with non-ASCII characters in names? I accept sometimes _button1 or _button2, but I would never accept a variable name, that contains non-ASCII.
Please sign in to leave a comment.
exitButton?
Hmm, yes. If you want an english translation, it would be an "exitButton". Or, I want it to be "_buttonExit".
But it doesn't matter.
Hello Alexander,
Please file JIRA requests for both of these issues.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
done
http://www.jetbrains.net/jira/browse/IDEA-12286
http://www.jetbrains.net/jira/browse/IDEA-12287