Request from steam:
https://steamcommunity.com/app/1444480/discussions/0/3731826842455780156/
In the Assembly Editor, in the Linked Components area, We can see number, name and value. Here name is based on the component type and we can see REG, CNT, OUT, RAM, WIRE, CUST ... here the problem, CUST and WIRE doesn't get us information and looking at a lot of REG can be tedious, so it would be interesting that:
- Wire probe use the comment of the wire attached to it as a name (must be a direct connection) instead of WIRE if available
- custom component use their name instead of CUST, so if I created a component named ADR it would show ADR in that view, to differentiate custom with classic components a symbol could be added before component name like "#RAM"
- Having a named Wire in a custom component would display component name + wire name (ex: a wire named ADR in a RAM component would display "#RAM ADR")
In the Assembly Editor, in the Linked Components area, We can see number, name and value. Here name is based on the component type and we can see REG, CNT, OUT, RAM, WIRE, CUST ... here the problem, CUST and WIRE doesn't get us information and looking at a lot of REG can be tedious, so it would be interesting that: 1) Wire probe use the comment ...