| 25 | | '''Read from file''' button can be used to open JOSM custom configuration XML file. It can contain preferences modifications, commands to download some files or plugins, and eve JavaScript code. |
| 26 | | After file import is complete, you can see detailed log and the changed preferences will be shows. You can reject the changes by pressing '''Cancel''' button. '''Caution! ''' You can not undo reject file or plugin operations (download, delete, etc.), so be careful and do not open scripts from untrusted sources! |
| 27 | | |
| 28 | | '''Export selected items''' button allows to generate custom configuration XML file automatically. When someone will read this file, this key-value pairs will replace existing ones or be appended to them (in case of properties containing list and maps). You can use it together with '''Search''' field to find all preferences you need to backup or share. |
| 29 | | |
| | 25 | * **Read from file** button can be used to open JOSM custom configuration XML file. It can contain preferences modifications, commands to download some files or plugins, and even JavaScript code.[[br]] |
| | 26 | After file import is complete, you can see a detailed log and the changed preferences will be represented. You can reject these changes by pressing **Cancel** button. **Caution**: You can not undo reject file or plugin operations (download, delete, etc.), so be careful and do not open scripts from untrusted sources! |
| | 27 | * **Export selected items** button allows to generate a custom configuration XML file automatically. When reading this file, the key-value pairs will replace existing ones or be appended to them (in case of properties containing lists or maps). You can use it together with the **Search** field to find all preferences you need to backup or share. |