Manuscript (Dossier [Issue]21377) Rubric - Format methods from the suggestion menu in a debugger leads to a DNU

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Dossier [Issue]21377) Rubric - Format methods from the suggestion menu in a debugger leads to a DNU

Pharo Issue Tracker
Manuscript Notification
avatar
CyrilFerlicot opened Case 21377: Format methods from the suggestion menu in a debugger leads to a DNU and assigned it to AndreiChis:
Bug in Project:  Rubric: Misc  •  You are subscribed to this case
On windows with my layout of keyboard there is some bug and I cannot format with the normal shortcut. To compensate I use the suggestion menu we can open via ctrl + t to format. But, doing that in a debugger leads to an error: «Instance of RubScrolledTextModel did not understand #formatSourceCode»

RubScrolledTextModel(Object)>>doesNotUnderstand: #formatSourceCode
SugsGlamourCodeContext(SugsAbstractContext)>>formatSourceCode
SugsFormatCode>>execute
SugsFormatCode(Object)>>perform:orSendTo:
[ | selArgCount |
"show cursor in case item opens a new MVC window"
(selArgCount := selector numArgs) = 0
ifTrue: [ target perform: selector ]
ifFalse: [ selArgCount = arguments size
ifTrue: [ target perform: selector withArguments: arguments ]
ifFalse: [ target perform: selector withArguments: (arguments copyWith: evt) ].
self showShortcut ].
self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in Block: [ | selArgCount |...
BlockClosure>>ensure:
CursorWithMask(Cursor)>>showWhile:
ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
MenuMorph>>keyStroke:
Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: AndreiChis Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker