Find/change by list – Applescript bug or not?

Learn / Forums / InDesign Add-ons (Scripts, Scripting, and Plug-ins) / Find/change by list – Applescript bug or not?

Viewing 0 reply threads
  • Author
    Posts
    • #69478
      anders hoegh
      Member

      ? anybody knows about ?

      A find/change search with applied characterStyles
      do i have to separate it with a simple find/change search before it will work ?

      the list below shows how i have separated the find/change search with applied characterStyles:

      text {find what:”Her”} {change to:”Her”,applied character style:”price”} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find $10.00 to $99.99 and apply the character style “price”.
      text {find what:”–“} {change to:”^_”} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find all dash-dash and replace with an em dash.
      text {find what:”med”} {change to:”med”,applied character style:”gruppe:peter”, stroke color:”orange”} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false, kanaSensitive:true, witdhSensitive:true} Find $10.00 to $99.99 and apply the character style “price”.
      text {find what:”–“} {change to:”^_”} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find all dash-dash and replace with an em dash.
      text {find what:”^r”} {change to:”^r”, position: superscript, fill color:”lilla”} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find $10.00 to $99.99 and apply the character style “price”.
      text {find what:”–“} {change to:”^_”} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find all dash-dash and replace with an em dash.
      text {find what:”^r”} {change to:”^r”, position: subscript, justification: center align, fill color:”lilla”, point size:”30″} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find $10.00 to $99.99 and apply the character style “price”.

      Any experiences?

Viewing 0 reply threads
  • You must be logged in to reply to this topic.
>