numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

[GLITCH] Dollar characters in some strings #30

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

Describe the bug Some language strings seem to not have their dollar characters correctly converted.

To Reproduce Steps to reproduce the behavior: Can be reproduced for example if trying to clear a table without the additional -ignore.

Expected behavior Dollar characters should be converted into regular line breaks.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Search for dollar characters in the language files and use those language strings to find the usage of their keys in the implementation files. Ensure, that all occurences use LineBreak() to convert the dollar character into a visual line break character. Only using NumeReKernel::print() or NumeReKernel::printPreFmt() is not sufficient.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST