Custom components
Quote from feri on January 24, 2026, 9:57 amI created custom component subcircuits.
For example, I created the outputs.xml file like this:
<!DOCTYPE SimulIDE> <itemlib> <itemset category="Outputs" type="Subcircuit" folder="arduino"> <item name="FlashingGate"/> </itemset> </itemlib>It works in the English version, but if I change the language, it creates an "Outputs" category at the bottom of the list. To make it work for Italian, I need to set category="Uscite." Is there a way to add it to the existing category regardless of the language?
Greetings
I created custom component subcircuits.
For example, I created the outputs.xml file like this:
<!DOCTYPE SimulIDE>
<itemlib>
<itemset category="Outputs" type="Subcircuit" folder="arduino">
<item name="FlashingGate"/>
</itemset>
</itemlib>
It works in the English version, but if I change the language, it creates an "Outputs" category at the bottom of the list. To make it work for Italian, I need to set category="Uscite." Is there a way to add it to the existing category regardless of the language?
Greetings
Quote from arcachofo on January 24, 2026, 12:55 pmIs there a way to add it to the existing category regardless of the language?
No, but I will have a look and try to solve it.
Is there a way to add it to the existing category regardless of the language?
No, but I will have a look and try to solve it.
