On code export, the recent versions have not strictly considered and respected the export preference "No conversion of expression/instruction contents" (see #144, User Guide), such that with this option chosen, yet several texts are partially translated (at least tried to), which is bad for users that fill in certain target language code in the diagram elements.
Yet it might sometimes be disputable which transformations are considered "structural" and which ones content-related, think e.g. of the logical inversion of REPEAT loop conditions towards a do ... while loop in the target language or between different FOR loop concepts.
Either way, a meticulous revison is necessary.
On code export, the recent versions have not strictly considered and respected the export preference "No conversion of expression/instruction contents" (see #144, User Guide), such that with this option chosen, yet several texts are partially translated (at least tried to), which is bad for users that fill in certain target language code in the diagram elements.
Yet it might sometimes be disputable which transformations are considered "structural" and which ones content-related, think e.g. of the logical inversion of REPEAT loop conditions towards a
do ... whileloop in the target language or between different FOR loop concepts.Either way, a meticulous revison is necessary.