sauron-native icon indicating copy to clipboard operation
sauron-native copied to clipboard

Different letter case scheme

Open pzmarzly opened this issue 6 years ago • 2 comments

DeepinScreenshot_select-area_20190726210145

Some identifiers in the screenshot above were underlined by the spellchecker as it cannot see word boundaries. It's not that easy for humans, too, asthisexamplestringhopefullyillustrates. I think it would be better to use snake case (text_box, v_box, on_click, on_input)

pzmarzly avatar Jul 26 '19 19:07 pzmarzly

Yes, I'll take this into consideration.

ivanceras avatar Jul 26 '19 21:07 ivanceras

I have changed the widget names:

vbox => column
hbox => row
textbox => text_input

ivanceras avatar Mar 01 '20 07:03 ivanceras