• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Script Editor Text Prefs Lost After System Upgrade
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script Editor Text Prefs Lost After System Upgrade


  • Subject: Re: Script Editor Text Prefs Lost After System Upgrade
  • From: Christopher Stone <email@hidden>
  • Date: Thu, 15 Dec 2011 14:24:01 -0600

On Dec 15, 2011, at 14:15, Nigel Garvey wrote:
I locked my "com.apple.applescript.plist" to prevent it from being overwritten.
______________________________________________________________________

Hell.  That's a no-brainer - which I hadn't done until just now...  :)

I did write a function for my Bash Profile a while ago to back those prefs up easily.

--
Chris

______________________________________________________________________


# BACKUP APPLESCRIPT FONT PREFERENCES
function bkaf()
{
echo "";
AFPREF=~/Library/'Application Support'/Script_Support/"$(date '+Applescript_Font_Prefs_(%Y-%m-%d_%H%M%S)')/";
mkdir -p "$AFPREF";
rsync -av  ~/Library/Preferences/com.apple.applescript.plist "$AFPREF";
echo "";
}

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Script Editor Text Prefs Lost After System Upgrade
      • From: Iurista GmbH <email@hidden>
References: 
 >Re: Script Editor Text Prefs Lost After System Upgrade (From: Nigel Garvey <email@hidden>)

  • Prev by Date: Re: Script Editor Text Prefs Lost After System Upgrade
  • Next by Date: XML editing
  • Previous by thread: Re: Script Editor Text Prefs Lost After System Upgrade
  • Next by thread: Re: Script Editor Text Prefs Lost After System Upgrade
  • Index(es):
    • Date
    • Thread