Interface for plugins implementing a text editor component.
virtual QWidget * GetTextEditor(LC::ContentType type)=0
Creates and returns a new text editor for the given type.
virtual bool SupportsEditor(LC::ContentType type) const =0
Whether this editor plugin supports editing the content type.