Hi,
I am using cl_gui_textedit this class to have text editor in my application,
when i enter some text like:
this is first line
this is second line
this is last line.
editor is automatically taking this as
this is first line
this is second line
this is last line.
it is not considering the empty lines or line breaks, for setting the texts i am using method set_text_asstream method.
please suggest what to be done inorder to have lines in editor.