taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
414 stars 292 forks source link

Duplicated drawer name in ardublock.xml #121

Closed tormes closed 9 years ago

tormes commented 10 years ago

As trunk version 852 in file src/main/resources/com/ardublock/block/ardublock.xml it seems to be a drawer defined twice: line 8636 : BlockDrawer button-color="255 102 0" name="bd.dfrobot" type="factory" line 8892 : BlockDrawer button-color="255 102 0" name="bd.dfrobot" type="factory" When starting Ardublock from command line the following message appears: "Invalid Drawer: trying to add a drawer that already exists: DFRobot"

taweili commented 9 years ago

It's a warning and the system will merge all blocks from the two into one drawer.