Skip to content

Commit

Permalink
upd Skip locked layers & stories
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiorean committed Jun 8, 2022
1 parent 2783324 commit 7e34318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ReplaceText.jsxinc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function replaceText(findWhat, changeTo, wholeWord) {
app.changeTextPreferences = NothingEnum.NOTHING;

app.findChangeTextOptions.includeHiddenLayers = true;
app.findChangeTextOptions.includeLockedLayersForFind = true;
app.findChangeTextOptions.includeLockedStoriesForFind = true;
app.findChangeTextOptions.includeLockedLayersForFind = false;
app.findChangeTextOptions.includeLockedStoriesForFind = false;
app.findChangeTextOptions.includeMasterPages = true;
app.findChangeTextOptions.caseSensitive = true;
app.findChangeTextOptions.wholeWord = wholeWord;
Expand Down

0 comments on commit 7e34318

Please sign in to comment.