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

**Bug description** When you click on an item in the inspector with the right mouse button to open the context menu on the given item, in the right paginanator page...

There is already a re-implementation of Critics browser in Spec 2 available in the repository. Shouldn't it be available in the baseline?

The comment of this method says "I return a truncated representation of the receiver in which all lines breaks are replaced by spaces" , but this is not accomplished **To...

When debugging, it is sometimes useful to open inspectors during program execution. Now, there is no API to select what tab should be visible by default so hacks like ```smalltalk...

![imagen](https://user-images.githubusercontent.com/708322/148224446-50b2e308-c6d2-4b1f-9759-41a621bdc348.png) I found myself goint to the end of a loooong list many times. Sorting them differently would be nice.

Right now the user is always forced to reclick on a pane to see it when this pane is different from the source. Presenting the same pane as the source...

Many times I found myself writing scripts in the inspector panes. I like those scripts are saved and re-shown. ![image](https://user-images.githubusercontent.com/708322/140764373-88329fce-5a02-4f6a-a01a-16792106b66c.png) The thing is, if I don't remember what was the...

# How to reproduce - get a structure and navigate it - select the last element in the navigation - click on an instance variable of the last element ->...

Should this test pass? As is, it does not, but maybe I miss some configuration of the presenter. ```Smalltalk SpCodeAdaptrTest>>testTakeKeyboardFocus presenter takeKeyboardFocus. self assert: presenter hasKeyboardFocus ```

question

- [x] add a way to add toolbar command - [x] add a way to add menu commands (to act on selections)

enhancement