StéphaneDucasse
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...

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.