Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
433 stars 71 forks source link

Return found windows #227

Closed mmontone closed 2 years ago

mmontone commented 2 years ago

I have tools that need to be able to access some window, and then do something with them.

The current implementation doesn't return the window, so I cannot do anything with the found window.

This pull request makes the method return the found window, so tools can do something with it.

mmontone commented 2 years ago

I think this got not merged :open_mouth: .

Perhaps you clicked 'Close' button, but not 'Merge' ?

mmontone commented 2 years ago

@hernanwilkinson

hernanwilkinson commented 2 years ago

I did it manually... if you do a pull you will see the file in CoreUpdates. I'm not use to do a Merge in this project, but I could have done that as you say

mmontone commented 2 years ago

Este es el ultimo commit que veo: c07947553788ca8d0cd47acb294dcfe3bb090dcc :thinking:

hernanwilkinson commented 2 years ago

My bad, I forgot the -m in the commit therefore the push did not work :-) Now you should see it. Thank you for letting me know!