Add feature code without disabilng "generate feature automatic"

How can I add feature code without disabling “generate feature automatically” or add the feature then open automatic without delete this code such as
this code in locl to solve arabic space issue
script arab;
sub space by space-ar;

1 Like

You can add another feature with the same name. It will be merged on export.

3 Likes

I was add to locl now what will be the new feature or i can add by any name but write the right code?
And thanks for responding

Create a new feature with the same 4-letter tag, e.g., locl, leave the original feature on, and add your code in the new feature with the same tag:

1 Like

Thank you @mekkablue
And @GeorgSeifert