Start

PrefEditEditing property lists

PrefEdit additionally contains a property list editor which allows you to open, view, and edit property list (plist) files of any kind. You can use the property list editor of PrefEdit to open preference files if necessary. However, it is not recommended to access preference files directly because in this case you are basically changing the entries “behind the back” of Mac OS X's preference system. Modify preference settings via the domain overview whenever possible.

There are only a few cases where it makes sense to open a preferences file directly:

Keep in mind that the property list editor in PrefEdit handles its documents exactly as what they are: just property lists stored in files. This part of PrefEdit is not (and should not be) “aware” that specific property lists could be in use as preference files.

When working with property lists, PrefEdit will use document windows very similar to its preference windows. You will notice the following differences:

Property List Editor

In all other aspects, a property list window behaves like a preference window, so we don't need to repeat the same instructions here.

Converting the format of a property list file

To convert between the 2+1 different file formats available for property list files, perform the following steps:

  1. Open the property list file to convert in PrefEdit.
  2. Select the menu item File > Save As… or press the key combination ++S.
  3. In the field Save As, enter a new file name which should be used to save the copy of the converted list.
  4. Use the pop-up button File Format to select either XML Property List or Binary Property List.
  5. Press the button Save to create the converted file.

Searching for entries in a property list

The Find panel of the property list editor is identical to that of a preference window, so the same instructions apply and don't need to be repeated here.