A safe editor for PixInsight's core-NNN-pxi.settings file - user guide
On launch, the editor looks for core-NNN-pxi.settings in PixInsight's usual settings
folder and opens the first one found. NNN is the PixInsight instance that wrote it - 001
is the ordinary case, 002 a second instance that was running at the same time. The File
box at the top switches between every file found, or Browse... opens any other one.
The tabs, left to right:
Ctrl+F) - finds a setting anywhere by name, folder path,
description or value. Results are editable in place, just like on their own page.Delete) for Delete this entry where
that is allowed, or to see why it is not.Edits and deletions are queued, not applied immediately: a changed row is highlighted, a queued deletion is shown struck through, and Edit > Revert all changes undoes everything queued so far. Choosing File > Save opens Review changes first - every pending edit (before and after) and deletion (with the values it removes), with Revert selected to drop any one of them before committing.
Every save also, automatically:
<file>.bak-YYYYMMDD-HHMMSS, first;File > Manage backups lists every backup of the open file and can keep only the newest few (a number you choose) or delete them all; removed backups go to the Recycle Bin/Trash. File > Restore backup brings any one of them back.
Only entries known to be safe are offered for deletion, in two tiers:
| Tier | Meaning |
|---|---|
| Safe | Removing it cannot affect how PixInsight runs - e.g. a process's remembered window position, or a module's cached scratch data. |
| Warn | Usually fine to remove, but PI Settings Editor asks first, because it is less certain nothing depends on it. |
Everything else has no delete option at all: core application settings, the module registry, and anything that could stop PixInsight starting or a module loading.
The toolbar (View > Toolbar shows or hides it) repeats the everyday actions:
Open, Reload, Save, Revert all, Find module, Backups, Restore, a Light/Dark switch
(Ctrl+Shift+D) and About. The tabs are not repeated on it.
Edit > Theme switches between Light, Dark, or following the operating system.
View > Larger text / Smaller text / Default text
(Ctrl++ / Ctrl+- / Ctrl+0) resize everything but the
toolbar. Both choices are remembered between runs.
Ctrl+M) - type a module's name and
either search where module names usually appear (fast), or search everywhere the way
Search does. Results land on the Search page, editable.| Message | What it means |
|---|---|
| "No PixInsight settings file found..." | None of PixInsight's usual settings folders (listed in the status bar) had one. Use Browse... to open a settings file from elsewhere. |
| "PixInsight is running - view only" | Editing is disabled until PixInsight is closed, to protect against it overwriting your changes on exit. Reopen the file (or press Reload) once it is closed. |
| "Not accepted - ..." | A typed value did not match what that setting expects (e.g. text where a number belongs); the row keeps its previous value. |
| A Health check finding | Explained in place, under the setting it refers to; nothing is changed until you edit that row yourself. |