forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
I was not able to find a method that automatically break or continue the line in a new row when the cursor reach the right border of the window.
I would like to use the CodeEditor to write markdown text.
forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
mirek wrote on Fri, 17 November 2017 09:15
Makes sense, implemented:
CodeEditor::WordWrap
Thanks!
I tried
.WordWrap(true)
and even false, but the text continue to stay on the same row overcoming the right border window.
Should I use it with someother option? At moment my codeeditor is in the right side of a splitterctrl.
Even WordwrapComments that is set in theIde seems do not work.