As an IDE user e.g. intellij, eclipse etc. of IDEasy I need the possibility to reverse the changes being done on my workspace by the settings merger.
In our legacy product devonfw-ide we had the options see: https://github.com/devonfw/ide/blob/9efaf926f1daa4e1e37a22fc89081255fbf55dab/documentation/configurator.asciidoc#how-to-customize:
ws-up[date] to update workspace
ws-re[verse] to reverse merge changes from workspace into settings
ws-reverse-add to reverse merge adding new properties
We need to analyze these options, rename and re-implement them into our IdeToolCommandlet.
Keep in mind that we don't add options after the actual commandlet but instead we add them before them now e.g. ide my-option intellij
As an IDE user e.g. intellij, eclipse etc. of IDEasy I need the possibility to reverse the changes being done on my workspace by the settings merger.
In our legacy product
devonfw-idewe had the options see: https://github.com/devonfw/ide/blob/9efaf926f1daa4e1e37a22fc89081255fbf55dab/documentation/configurator.asciidoc#how-to-customize:ws-up[date]to update workspacews-re[verse]to reverse merge changes from workspace into settingsws-reverse-addto reverse merge adding new propertiesWe need to analyze these options, rename and re-implement them into our
IdeToolCommandlet.Keep in mind that we don't add options after the actual commandlet but instead we add them before them now e.g.
ide my-option intellij