Hello.
I need to have only 'html' tab in the CuteEditor, so I set up these properties:
Editor.ShowHtmlMode = true;
Editor.ShowPreviewMode = false;
Editor.ShowEditMode = false;
Editor.ActiveTab = CuteEditor.
TabType.Code;
But when I press 'Enter' button in the CuteEditor window the one more extra line is added. There is no such problem if I enable other tabs.