StéphaneDucasse

Results 622 issues of StéphaneDucasse

How to reproduce easy Redefine defaultShortcutKey ``` SpBrowseClassCommand>> defaultShortcutKey ^ ($b command mac , $b command mac) | $b control win | $b control unix ``` and now you cannot...

A MessageBrowser is a UI to browse a list of method, regardless of what they could be. ``` MessageBrowserPresenter new messages: (SystemNavigation new allSendersOf: #at:); open ``` ``` MessageBrowserPresenter browse:...

``` VersionBrowser >> compareToOtherVersion | labels versions index selected | versions := self changeList. labels := versions collect: [ :each | each stamp ]. index := UIManager default chooseFrom: labels....

``` onWindowClosed self unregisterFromAnnouncements. cache cacheChange ifTrue: [ (UIManager default confirm: 'Do you want log all wrong violations in the Manifests before closing the Critiques Browser ?') ifTrue: [ cache...

![Screenshot 2021-04-25 at 11 29 41](https://user-images.githubusercontent.com/432549/115988356-9c046a80-a5b9-11eb-8202-733f5a59aab7.png)

Since SpInspection is a presenter it would be good to rename it SpInspectionPresenter because I was thinking that it was a domain object

In the past we could directly create the file when we select startup script

For example,selecting the following method should continue to display the raw contents and not the source code. Else we have to constantly reselect the raw pane all over again and...

I regularly lose code snippets I typed and executed. Adding a save button could help the user to decide what to save.