I want to use EditControl to display C++ code but in C++ convention for end-of-line is '\r\n' (CR+LF) so I don't know any way to convert to match convention for end-of-line
this is C++ code in Code::BLock(right) and EditControl(left)
How to set convention end-of-line like Code::Block in EditControl?
Thanks for reading!
After reading the documentation on Edit Control I found the entry "Space indicator character". Can I use it to set line breaks for Edit Controls? Because I find CodeBlock line breaks similar to this
Hi!,version vol 3-2021 has been released, has this feature been updated in that version?