Unable to open context-menu in debugger inspector (Pharo 5)
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. Maringolo ps: Stack trace MorphicTextAdapter(Object)>>doesNotUnderstand: #acceptAllowed RubPlainTextMode class>>menuOn: [ prg methodClass theNonMetaClass perform: prg selector with: menu ] in [ :prg | self currentRoot: self while: [ 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:
2015-11-30 18:15 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
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
Yes, the context menus are broken in many tools (Debugger/Transcript/SyntaxDebugger...) https://pharo.fogbugz.com/f/cases/16887/Debugger-context-menu-broken
Regards!
Esteban A. Maringolo
ps: Stack trace
MorphicTextAdapter(Object)>>doesNotUnderstand: #acceptAllowed RubPlainTextMode class>>menuOn: [ prg methodClass theNonMetaClass perform: prg selector with: menu ] in [ :prg | self currentRoot: self while: [ 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:
2015-11-30 16:15 GMT-03:00 Nicolai Hess <nicolaihess@gmail.com>:
2015-11-30 18:15 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
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
Yes, the context menus are broken in many tools (Debugger/Transcript/SyntaxDebugger...) https://pharo.fogbugz.com/f/cases/16887/Debugger-context-menu-broken
Seems like the merge of Rubric wasn't complete, because if you change the code to continue (and open the context-menu) it still fails when you try to execute a action from it. Regards! -- Esteban.
2015-11-30 20:15 GMT+01:00 Nicolai Hess <nicolaihess@gmail.com>:
2015-11-30 18:15 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
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
Yes, the context menus are broken in many tools (Debugger/Transcript/SyntaxDebugger...) https://pharo.fogbugz.com/f/cases/16887/Debugger-context-menu-broken
and ChangeSorter, EyeInspector, Finder and DiffMorph
Regards!
Esteban A. Maringolo
ps: Stack trace
MorphicTextAdapter(Object)>>doesNotUnderstand: #acceptAllowed RubPlainTextMode class>>menuOn: [ prg methodClass theNonMetaClass perform: prg selector with: menu ] in [ :prg | self currentRoot: self while: [ 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:
participants (2)
-
Esteban A. Maringolo -
Nicolai Hess