Manuscript (Case [Issue]22427) Refactoring - Code completion should take bindings of Playground into account

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

Manuscript (Case [Issue]22427) Refactoring - Code completion should take bindings of Playground into account

Pharo Issue Tracker
Manuscript Notification
avatar
Myroslava Romaniuk opened Case 22427: Code completion should take bindings of Playground into account and assigned it to Everyone:
Bug in Project:  Refactoring: 1. Pharo Image  •  You are subscribed to this case
Workspace>>completionAdditionals
"return the local variable definition of the workspace as information for the completion algorithm."
| additionals |
additionals := SortedCollection new.
bindings ifNotNil:
[ bindings keysDo:
[ :each |
additionals add: (NECLocalEntry
contents: each
type: #local) ] ].
^ additionals

additionals need to get entries from the Playground (the old workspace did it like this -- see method above)
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone 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