Open Fedorchik opened 7 years ago
I also discovered another 2 things:
config symbol.fill
acts the same way..qeda.yaml
file (like adding a component or changing another parameter)'string'
is changed into string
for both symbol.style
and symbol.fill
.
Platform: WinXP SP3 x32 Node v5.12.0 npm v3.8.6
commands
qeda reset
qeda config symbol.style 'GOST'
generatess following
.qeda.yaml
file:And if I change
'GOST'
toGOST
or"GOST"
it is generated asBoth variants are ignored by "generate" and "test" commands and QEDA creates default style symbols. The same happens with
symbol.style 'default'
command, but it does not affect anything.Manually changing
'''GOST'''
into'GOST'
in.qeda.yaml
file fixes this problem but is not convenient to do.