Closed brunobottazzini closed 8 years ago
actually, RotaryangleSensor is a type name, so it all should be in blue :-)
Same for LCDString
, not just LCD
, but the whole LCDString
to me looks like an incorrect regexp, likely it should be:
[(]([^:)]+)[:)]
That is: after the parenthesis [(]
you create a group of more than one character that are not )
or :
, that is ([^:)]+)
, then ends with )
or :
as terminators
Yes! Makes sense.
I will test this regexp thanks
Fix proposed: https://github.com/solettaproject/soletta-dev-app/pull/68
Thanks the regexp worked really well :+1:
Fixed with patch -> https://github.com/solettaproject/soletta-dev-app/pull/69/
The R from RotaryAngleSensor shouldn't be blue, only the nodetypes and the ports