pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.

Results 656 pharo issues
Sort by recently updated
recently updated
newest added

- there is debugging code left and someone should ask Pablo: ![image](https://user-images.githubusercontent.com/5980033/187775468-b88b79c7-058e-441d-9e68-72eee5841175.png) I guess @tesonep was mentioned here in the unfinished code

Cleanup
fluid

This is a partial reroll of #11683 that focuses on example with do blocks and streams I do find these examples complex and big. But I lack imagination for better...

tests passed please review!

Fell free to comment

tests passed please review!

`[ 100 factorial ] benchFor: 5` hangs since `5 wait` silently fails (5 is not a duration) thus `run` never became `false`. The PR adds the catch of exceptions, ensure...

tests passed please review!

**Bug description** There are a number of issues that make windows edges mouse grabbing for resizing problematic, especially on high resolution displays on Windows. The real fix would probably be...

Bug
lifeware

This should fix #10319, related to #9038 https://github.com/pharo-project/pharo/pull/10325

Enhancement

When I open a halo on a new Morph (alt+shift+click) and hover over change icon (without clicking it), the morph jumps up. When I hover over resize icon (without clicking...

Hello there This PR makes it possible to add buttons to easily navigate in the text comparator ![navigableDiffPresenter](https://user-images.githubusercontent.com/49032546/188273353-8bb8570a-c834-4776-be40-7c28a3725369.PNG) Defult behavior of DiffMorph unchanged (by default no buttons will show up)...

tests passed please review!