Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automaton editor eates underscores in Connectors tab #71

Open
UladzimirKapylou opened this issue Jan 27, 2020 · 0 comments
Open

Automaton editor eates underscores in Connectors tab #71

UladzimirKapylou opened this issue Jan 27, 2020 · 0 comments

Comments

@UladzimirKapylou
Copy link

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!

@UladzimirKapylou UladzimirKapylou changed the title Automaton editor ates underscores in Connectors tab Automaton editor eates underscores in Connectors tab Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant