fame icon indicating copy to clipboard operation
fame copied to clipboard

Feature delete nodes with outlets

Open gunterhager opened this issue 9 years ago • 1 comments

Deletes nodes in XLIFF that are connected to outlets. Ideally this should be implemented with an option switch.

gunterhager avatar Mar 15 '16 18:03 gunterhager

Thanks for the pull request @gunterhager, I merged it in my private fork and it helped me a lot. I found, however, that I want to keep UIButtons which have outlets (for example, in order to disable/enable them). I concluded that supressing only outlets to UILabels should be enough:

https://github.com/tomekc/fame/commit/9184cfc22ed1aa13267625641f8512cafcf751cf

tomekc avatar Nov 15 '16 20:11 tomekc