Skip to content

Commit

Permalink
Adds shortcut to browser init to ensure that it works directly after …
Browse files Browse the repository at this point in the history
…install.
  • Loading branch information
codeZeilen committed Sep 28, 2023
1 parent e443aa8 commit 4a415fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ initialize
menu registerOpenCommand: {'Babylonian Browser'. {self. #open}}]].

ContentsSymbolQuints := self defaultContentsSymbolQuints asOrderedCollection.
Smalltalk addToStartUpList: self.
Smalltalk addToStartUpList: self.

SmalltalkEditor cmdActions at: $u asciiValue + 1 put: #probeIt:.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"automaticallyAcceptMethodOnAddingAnnotations:" : "pre 6/7/2021 14:35",
"compilerClass" : "pre 7/26/2019 10:07",
"defaultContentsSymbolQuints" : "jb 10/30/2021 17:40",
"initialize" : "joabe 5/30/2023 16:17",
"initialize" : "pre 9/28/2023 14:10",
"probeLogSymbol" : "joabe 5/9/2023 17:05",
"startUp" : "jb 12/3/2020 23:07" },
"instance" : {
Expand Down

0 comments on commit 4a415fa

Please sign in to comment.