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

PR #794 (Add critics on class option ) was merged, but the code seems to be not in the image When this is fixed, check https://github.com/pharo-spec/NewTools/pull/799

I often find the inspector label pretty short. For example here I have space but I cannot read which file I'm having. Is there no way to adapt the length...

## Problem In the New Settings Browser, each time a presenter (representing a specific setting node) is added to the layout, its entire container is redrawn, affecting performance while displaying...

## Description The current implementation of the Color Picker feature does not update the color of the "Setting Browser" button after a new color has been selected and accepted. This...

bug

The text shown for the shortcuts, this one: ![Sans titre](https://github.com/pharo-spec/NewTools/assets/33934979/4555c5d2-9f8e-429b-a733-05df662225ec) Is defined in this method through the `keyText:` message. Like this: ```st menuCommandOn: aBuilder (aBuilder item: #Playground) parent: #InputOutput; action:...

It is possible to use symbols as 0 arg block like this: ```st #(1 2 3 4) select: #even ``` One of the only thing I do not like with...

question
debugger

I'm using the #see: method to generate some assertions but I used it a lot and it is bothersome to have to launch each tests one by one and to...

I have a case where I assert that the result of two methods are identical. They return strings but they have different invisible characters. It would have helped we if...

enhancement

I have a case where I assert that two strings are identical but the line endings are not. The diff view is currently not able to show me this ![image](https://github.com/user-attachments/assets/641141b2-ce7c-4ccc-a3f9-e0cd19d3a5b0)

bug