Forum breadcrumbs - You are here:ForumGeneral: HelpCustom components
You need to log in to create posts and topics.

Custom components

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

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.