Describe the bug
The automatic linewrap of comments has issues with
white spaces after punctuations (which are inserted at the beginning of the next line) as well as with parentheses at the linewrap position
very long lines, which could be breaken down multiple times but every line wrap has to be triggered individually
backspace at the beginning of the line (should undo the complete wrap, for example)
Would be nice to also support numerical enumerations out-of-the-box
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):
OS: 10x64
Version v1.1.6.2402
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 ).
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)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST