Hi everyone,
Last week I did these tasks:
- Remove selected item when we create a new composite scope. Check the changes in the DefaultScope branch
- Replace use of modals to blocked dialogs (with this change you have the same behavior of modal whitout block the background). Check the changes in the PR #9412
- Add key combinations, to use ENTER to press accept, apply, rename. SCAPE to press cancel and BACKSPACE to select/unselect items in a list (this because I have problems using SPACE, this is not recognized). Fix issue: https://github.com/pharo-project/pharo/issues/9263
- Work with auto selection scope from browsers. Still in progress.