Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Scripts not loading/working #72673
    D Y T
    Participant

    I had this problem also with Yosemite. I made a symbolic link to my scripts folder and placed it in the CC scripts panel.
    After doing that the alias I had in my CS6 panel started working, weird!
    Downloaded https://www.macupdate.com/app/mac/10433/symboliclinker/download for making the links

    Thanks David for the tip,

    Trevor

    in reply to: Can conditional text be assigned "automatically"? #60080
    D Y T
    Participant

    I'm looking to do automatically tag words with a conditional text tag using a script instead of a grep find and replace.

    I would like the script to add a unicode character and attach a conditional text tag to it.

    to insert the chatacter I would use

    app.selection[0].insertionPoints[0].contents = String.fromCharCode(0x035A); // Unicode symbol

    but I don't know how to attach the conditional text tag to it.

    Any ideas?

    in reply to: Can conditional text be assigned “automatically”? #52686
    D Y T
    Participant

    I'm looking to do automatically tag words with a conditional text tag using a script instead of a grep find and replace.

    I would like the script to add a unicode character and attach a conditional text tag to it.

    to insert the chatacter I would use

    app.selection[0].insertionPoints[0].contents = String.fromCharCode(0x035A); // Unicode symbol

    but I don't know how to attach the conditional text tag to it.

    Any ideas?

Viewing 3 posts - 1 through 3 (of 3 total)