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

Steps to reproduce: 1. Install with: ``` Metacello new baseline: 'NewTools'; repository: 'github://pharo-spec/NewTools:Pharo9.0'; load: 'FlagBrowser' ``` 2. Evaluate `FlagBrowser open` 3. Get error: "Instance of SpDropListItem did not understand #allFlags”

With the recent keyboard events changes by Guille, the debugger may use function keys (F1-F12) for its actions and be closer to common IDEs. like: F7 - over F5 -...

debugger

When the user goes from the input entry field to the results by pressing down key, the results should stop to alter. The update process should be terminated. It often...

Working with Glorp, the new Spec based inspector does not handle proxy objects the same way as the old inspector did. Method `StRawInspection>>#step` should not use `#=` for Array which...

For example when inspecting a dictionary, the old behavior (which I kinda want back) was to inspect the value instead of the selected association. However I didn't find how to...

So I cannot work anymore and should close it. ![Screenshot 2021-04-27 at 10 39 22](https://user-images.githubusercontent.com/432549/116212260-efef8a80-a744-11eb-8f1c-fdff5b98d437.png) No idea how I did it :(

- I have a list of blocks which contains instructions. - I click on the first block - I click on the raw pain of the block pane - Now...

When going up, if it gets to the top of the list it goes to the last option; so keeping it press it continues rolling. If going down, it keeps...