pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 54 forks source link

Update the Browser search presenter with search modes. #845

Closed hernanmd closed 1 month ago

hernanmd commented 1 month ago

This PR enhances the StBrowserSearchPresenter to handle different search modes. Please note this should be applied AFTER applying https://github.com/pharo-spec/Spec/pull/1607 since it uses a new Options presenter.

Demo

https://github.com/user-attachments/assets/99a028db-e031-410f-b7e4-0b98e51d5c5c

hernanmd commented 1 month ago

Failing tests are fixed in https://github.com/pharo-spec/ScriptableDebugger/pull/98

hernanmd commented 1 month ago

Thanks!