NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

All development tools for Pharo, developed with Spec

Results 129 NewTools issues
Sort by recently updated
recently updated
newest added

Remove the deprecated classes and methods to start clean for P13

Fixes https://github.com/pharo-project/pharo/issues/15430 Needs https://github.com/pharo-spec/Spec/pull/1540 to be merged first

enhancement
debugger

This change removes the references to `SystemAnnouncer uniqueInstance` to use either #codeChangeAnnouncer or #codeSupportAnnouncer depending on the cases.

This should be integrated with this: https://github.com/pharo-project/pharo/pull/16422

Fixes https://github.com/pharo-project/pharo/issues/16330 As the code we are compiling doesn't belong to any class, the compiler cannot change the definition of the code. A workaround that we found is showing a...

This test was previously failing from time to time on Pharo's CI but recently it is almost always failing on Pharo 12 CI but it's almost always on OSX. This...

bug
debugger

Scenario: * Open a browser and select a class and/or a method (for example 'ProfilerInputPresenter') * Minimize the window * Open spotter and search for 'ProfilerInputPresenter' and select the one...

bug

In connection with https://github.com/pharo-spec/NewTools/issues/549, I suggest adding a functionality to the debugger's window menu that allows users to capture a screenshot of the debugger window and automatically copy it to...

As reported in [this pharo issue](https://github.com/pharo-project/pharo/issues/16123), this PR should be applied along with the [PR in pharo repository](https://github.com/pharo-project/pharo/pull/16169). It is a small PR to clean dependencies which could bring problems...

enhancement

Fixes #722 Test corresponding to this PR that needs to be merged first: https://github.com/pharo-project/pharo/pull/16319

bug
debugger