numere-org / NumeRe

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

Automatic linewrap in comments has some issues #203

Closed numeredev closed 6 months ago

numeredev commented 8 months ago

DESCRIPTION

Describe the bug The automatic linewrap of comments has issues with

To Reproduce Steps to reproduce the behavior: Create texts that follow the above conditions and see yourself

Expected behavior See description

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

The mentioned problems can mostly be inserted into the already existing code for this feature within void NumeReEditor::OnChar( wxStyledTextEvent& event ).

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST