Tudor Girba
Tudor Girba
I believe this can be closed now, or?
I think lots of things changed in this area since the issue. We should open specific ones if there still exist problems of this nature.
Ok, this is a tracking issue until the Pharo one is solved.
Thanks for the issue. That looks like a regression. In the meantime, please try using an explicit Picture snippet instead.
Much has changed since April. Is this problem still around?
This is not related to the debugger, and it seems to happen when we have two object playgrounds that are of the same type next to one another. https://user-images.githubusercontent.com/249595/171956197-f3a76dd7-9cd5-4f34-8eed-3e9a2099cee2.mp4
The issue stems from how the models are being reused in pages. Specifically, if we have the same page appearing in two different places, executing a snippet will send the...
One solution is to hook an enhanced `RBNamespace` implementation in `GtRenameController>>#createModel`. /cc @j-brant @refactoringdr
With the default RBNamespace: With GtRBNamespace: (implementers and references no longer appear )