rodi01 / RenameIt

Keep your Sketch files organized, batch rename layers and artboards.
https://renameit.design/sketch/
MIT License
1.41k stars 110 forks source link

Rename it only renames the layers on the layer panel, not the text on the artnboard #69

Closed mkabelis closed 6 years ago

mkabelis commented 6 years ago

Select: layers you want to rename Select: Find and replace layers names Find: "pix" Replace: "px"

Selected radio "selected layers"

Rename it ONLY changes the layers name from "pic" to "px" in the layer panel, text fields in artboard remain as "pix" - not renamed.

Rename it used to change both.

rodi01 commented 6 years ago

@mkabelis The plugin has never changed the actual content of a layer, it only changes the layer's name. This is something that I'm considering for future updates.

If you are looking to find and replace text, take a look on this plugin: https://github.com/thierryc/Sketch-Find-And-Replace

Cheers

mkabelis commented 6 years ago

Ha, you are absolutely right, Thank you for taking the time to reply. My apologies, I got the two plugs confused!

rodi01 commented 6 years ago

No problem. Let me know if you have any other questions.