Skip to content

Commit

Permalink
Merge 344798b into eb299a1
Browse files Browse the repository at this point in the history
  • Loading branch information
batteredgherkin committed May 11, 2020
2 parents eb299a1 + 344798b commit 3c3c305
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
hScrollBarPolicy

#whenNeeded
^ #whenNeeded
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
hasUserEdited: aBoolean
"This method is required because TextMorphForEditView won't work properly otherwise."
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
hasUserEdited
"This method is required because TextMorphForEditView won't work properly otherwise."
^ false
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
vScrollBarPolicy

#whenNeeded
^ #whenNeeded
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@
"drawOn:" : "CG 7/25/2018 20:39",
"executeTextChangedActionBlocks" : "JW 6/21/2018 00:20",
"focusChanged:" : "CG 7/1/2018 12:12",
"hScrollBarPolicy" : "JW 6/16/2018 13:06",
"hScrollBarPolicy" : "RW 5/4/2020 18:47",
"hasUnacceptedEdits:" : "wb 7/24/2019 16:17",
"hasUserEdited" : "RW 5/4/2020 19:11",
"hasUserEdited:" : "RW 5/4/2020 19:11",
"helper" : "CG 7/1/2018 12:12",
"helper:" : "CG 7/1/2018 12:12",
"helperText:" : "JW 6/5/2018 11:40",
Expand Down Expand Up @@ -79,6 +81,6 @@
"textMorphWidth" : "JW 6/16/2018 13:36",
"updateBounds" : "JW 6/16/2018 13:32",
"updateScrollPaneBounds" : "JW 6/16/2018 13:48",
"vScrollBarPolicy" : "JW 6/16/2018 13:06",
"vScrollBarPolicy" : "RW 5/4/2020 18:53",
"width:" : "lp 7/24/2019 15:31",
"wrapFlag" : "JW 6/16/2018 11:52" } }
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildOptionalButtonsWith: builder

"What to show"
panelSpec children add: builder pluggableSpacerSpec new.
self addCodeProvenanceButtonTo: panelSpec using: builder.
" addCodeProvenanceButtonTo: panelSpec using: builder."

panelSpec layout: #horizontal. "buttons"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
},
"instance" : {
"buildCodePaneWith:" : "wb 6/27/2019 14:50",
"buildOptionalButtonsWith:" : "wb 6/27/2019 15:41",
"buildOptionalButtonsWith:" : "RW 4/30/2020 16:11",
"buttonHeight" : "wb 6/27/2019 14:58",
"buttonPadding" : "wb 6/27/2019 15:32",
"optionalButtonsFrame" : "lp 7/24/2019 15:20",
Expand Down

0 comments on commit 3c3c305

Please sign in to comment.