Changes between Initial Version and Version 1 of Ticket #7, comment 4
- Timestamp:
- Mar 19, 2018, 10:25:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7, comment 4
initial v1 1 The first step was made with the release of 1.18 .1 The first step was made with the release of 1.18: The import of %NEPMD_USERDIR%\bin\USER.CFG works and both files DEFAULTS.CFG and USER.CFG were automatically imported on the next EPM start if they were changed. 2 2 3 Adding colors.cfg and objects.cfg to defaults.cfgalso adds another requirement: A possible import process of these settings would only give usable results if settings were deleted before import.3 Adding the content of COLORS.CFG and OBJECTS.CFG to DEFAULTS.CFG also adds another requirement: A possible import process of these settings would only give usable results if settings were deleted before import. 4 4 5 In r2975, a function was added for that. This has to be tested and should be triggered by a pseudo setting in defaults.cfg, e.g.:5 In r2975, a function was added for that. This has to be tested and should be triggered by a pseudo setting in DEFAULTS.CFG, e.g.: 6 6 7 7 {{{ … … 9 9 }}} 10 10 11 When this works, the color and object settings can be moved to defaults.cfg.11 When this works, the color and object settings can be moved to DEFAULTS.CFG.