Hi Giorgio,
You can delete any of the editors that you aren't using. Follow these steps:
- Delete the files for the editors you don't want to use.
- Copy mojoEditor.config to a new file with a custom name (e.g. mojoEditor-CUSTOMSTRING.config).
- Remove the editors that you don't want to use from this file.
- Set <add key="mojoEditorConfigFileName" value="mojoEditor-CUSTOMSTRING.config" /> in your user.config. This will ensure that your changes aren't overwritten on upgrades.
- Open the Web.config, add a space to the bottom of it and save it. This resets that application, forcing it to reload the user.config so the new setting can be read.
You can always delete the files from old versions of the editors.
HTH,
Joe