qeda / qeda

The tool for easy creating electronic component libraries
MIT License
95 stars 11 forks source link

Problem with config symbol.style command #40

Open Fedorchik opened 7 years ago

Fedorchik commented 7 years ago

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:

config: symbol: style: '''GOST'''

And if I change 'GOST' to GOST or "GOST" it is generated as

config: symbol: style: GOST

Both 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.

Fedorchik commented 7 years ago

I also discovered another 2 things:

  1. config symbol.fill acts the same way.
  2. after changing anything else in .qeda.yaml file (like adding a component or changing another parameter)'string' is changed into string for both symbol.style and symbol.fill.