SuperFactoryManager icon indicating copy to clipboard operation
SuperFactoryManager copied to clipboard

Remove suffix from SFM registry object field identifiers

Open TeamDman opened this issue 2 months ago • 0 comments

for example

SFM program linters

FLOW
RESOURCE
- LABEL_USED_IN_PROGRAM_BUT_NOT_PRESENT_PROGRAM_LINTER
+ LABEL_USED_IN_PROGRAM_BUT_NOT_PRESENT
- LABEL_PRESENT_BUT_NOT_USED_IN_PROGRAM_LINTER
+ LABEL_PRESENT_BUT_NOT_USED
- LABEL_NOT_CONNECTED_PROGRAM_LINTER
+ LABEL_NOT_CONNECTED
- ROUND_ROBIN_PROGRAM_LINTER
+ ROUND_ROBIN
- INCOMPLETE_IO_PROGRAM_LINTER
+ INCOMPLETE_IO

also do for block and item and other registries

TeamDman avatar Oct 25 '25 01:10 TeamDman