Would like to thank you both for your help… It seemed to be a combination that ended up working…
this is what I ended up w/…
grep {findWhat:”(?s:(.+?)$)(?!~b)”} {changeTo:”$1~8~8″} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all double spaces and replace with single spaces.
grep {findWhat:”~8~8″} {changeTo:”~8″, appliedCharacterStyle:”ps logo”} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all double spaces and replace with single spaces.
Also in the FindChangeByList.jsx file there is a way to change the default radial button from Document to the Selected Story to be chosen?
Line 85 the following “, checkedState:true” is bit of info needs to be taken to line 86 following the “Selected Story” “, checkedState:true” so it becomes…
85: radiobuttonControls.add({staticLabel:”Document”});
86: radiobuttonControls.add({staticLabel:”Selected Story”, checkedState:true});
Thank You Again…
TUZ