You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Firstly, thank you for such an exciting library and Machine Editor web page!
During using the Machine Editor I found out that on Connectors tab when I enter something with underscore (like LONG_PRESS), then as a result I see that all underscores are disappeared (like LONGPRESS) and in connector's method name the second and subsequent words are not camel cased (like onLongpress).
I expect, that constant name should be with underscores (LONG_PRESS) and the method name is to be camel cased (onLongPress).
Sometime it is still fine even without underscores, but sometime it is much harder to read. So, actually, I just wonder is this as designed or is it just a really minor issue? If this is by design, than can you share the reason of this (if you still remember about this :) )?
Thank you so much in advance!
The text was updated successfully, but these errors were encountered:
UladzimirKapylou
changed the title
Automaton editor ates underscores in Connectors tab
Automaton editor eates underscores in Connectors tab
Jan 30, 2020
Hi!
Firstly, thank you for such an exciting library and Machine Editor web page!
During using the Machine Editor I found out that on Connectors tab when I enter something with underscore (like LONG_PRESS), then as a result I see that all underscores are disappeared (like LONGPRESS) and in connector's method name the second and subsequent words are not camel cased (like onLongpress).
I expect, that constant name should be with underscores (LONG_PRESS) and the method name is to be camel cased (onLongPress).
Sometime it is still fine even without underscores, but sometime it is much harder to read. So, actually, I just wonder is this as designed or is it just a really minor issue? If this is by design, than can you share the reason of this (if you still remember about this :) )?
Thank you so much in advance!
The text was updated successfully, but these errors were encountered: