When I try to open the context menu in a workspace (not Playground) or in the code pane of an inspector I get the following:��When I debug I get the following exception:��"MessageNotUnderstood: MorphicTextAdapter>>acceptAllowed"The image is ��Pharo-5.0-50473
Regards!
Esteban A. Maringolops: Stack traceMorphicTextAdapter(Object)>>doesNotUnderstand: #acceptAllowedRubPlainTextMode class>>menuOn:[ prg methodClass theNonMetaClass perform: prg selector with: menu ] in [ :prg |��selfcurrentRoot: selfwhile: [ prg methodClass theNonMetaClass perform: prg selector with: menu ] ] in PragmaMenuBuilder>>collectRegistrations in Block: [ prg methodClass theNonMetaClass perform: prg sel...etc...[ aBlock value ] in PragmaMenuBuilder>>currentRoot:while: in Block: [ aBlock value ]BlockClosure>>ensure: