inspectionRichText
<inspectorPresentationOrder: -1 title: 'RichText'>
^ MicTextPresenter new text: self
The inspector raises an error because we should rewrite the method with an extra parameter.
WOuld have been great to not push extra works to users of inspector.
Automatically adding a parameter a a method is simple and it should have been a better approach.