On 4/6/20 at 4:36 PM, deros...@gmail.com (Steve deRosier) wrote:

From "BBEdit 13.0 User Manual":

Since the system does not support relocation of an application’s core
preferences data file
(/Users/<username>/Library/Preferences/com.barebones.bbedit.plist), you
cannot directly sync these settings.


So the question is, what preferences are in this that won't be synced if I
do a dropbox sync?


Pretty much every option that you might set in BBEdit's Preferences window, with the exception of key shortcuts.

One may, however, transfer one's existing BBEdit prefs to a new machine to serve as the "seed" for one's prefs there.

For convenience, you can use the following Terminal commands to directly export and import BBEdit's prefs data. On the source machine, enter this command:

defaults export com.barebones.bbedit ~/Desktop/BBEditPreferences.plist

then transfer the resulting file to the target machine and enter this command:

defaults import com.barebones.bbedit ~/Desktop/BBEditPreferences.plist

to import everything.

(NB: Using these commands makes the process much easier than chasing the actual files around manually. :-)


Regards

 Patrick Woolsey
==
Bare Bones Software, Inc.             <https://www.barebones.com/>

--
This is the BBEdit Talk public discussion group. If you have a feature request or need 
technical support, please email "supp...@barebones.com" rather than posting here. 
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/r480Ps-10146i-DD13BF4C8000406D8A2B1A2EA54B9740%40Cylinder.local.

Reply via email to