Save Recently Used Color List

Release 2.16.2303 and above.

The 'Save Recently Used Color List' feature refers to a feature that automatically saves the recently used color list to the browser's Web Storage area.

The 'Save Recently Used Color List' feature can be configured as follows.

Setting the key value to an empty string operates the same as turning off the save option.

Since it is saved in the browser's Web storage area, the 'Recently Used Color List' is not shared with other types of browsers.

When the 'Recently Used Color List' stored in the browser's Web storage is deleted, the 'Recently Used Color List' is initialized.

// synapeditor.config.js
{
    'editor.recentColorList.key': window.location.href + '_se-recent-color-list'
}

Browser confirmation dialog on reload