Re: Script Editor Text Prefs Lost After System Upgrade
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