I have a syntax editor where I want to format the displayed text but not have it be user-editable. When I try use the ITextFormatter service to format the document's text, nothing happens when the document's IsReadOnly property is set to true. Is there a way I can perform formats but prevent users from editing the text?
Thanks,
-Craig
Thanks,
-Craig