I'm confused about the differences between CEikRichTextEditor vs. CRichText/CTextLayout/CTextView. All the examples seem to reference CRichText and its accompanying classes, but CEikRichText is still present in the header files.
CEikRichTextEditor:CGlobalTextEditor:CEikEdwin seems to allow the modification of text for a given window, where the other implementation specifically splits the data and the view up into separate classes. Is this, in general, the main difference?
In what instances would one interface be better to use than the other?
Is the CEikRichTextEditor a deprecated interface, or have the potential to be deprecated in the near future?
Thanks for the help,
Nicholas