struct EditorSetString
{
int StringNumber;
char *StringText;
char *StringEOL;
int StringLength;
};
-1 indicates the current line.\r\n or \n.
You can place this sequence either in StringEOL or
directly in StringText. This field can also be set to NULL to use the default sequence.