Any objections to change the pref type for editor plugins to enum, instead of having separate pref per every available plugin. This will allow much easier adding plugins. To add custom plugin now I must update the prefs file and patch the framework. Whit the change, the editor class will just loop add pushes all the selected plugins. Duck