Skip to content

Commit

Permalink
Rename amount for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkrypt0 committed Jun 1, 2020
1 parent 6b780ec commit 65939fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ emphasizeScanner: aScanner
self font ifNotNil: [
aScanner setActualFont: self font].
self isTextIndent ifTrue: [
aScanner indentationLevel: self amount]
aScanner indentationLevel: self indentationAmount]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
indentationAmount

^ 2
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"newWith:withEmphasis:" : "AG 7/25/2019 13:17" },
"instance" : {
"=" : "lh 7/24/2019 20:24",
"amount" : "tok 5/25/2020 16:10",
"color" : "AG 6/19/2019 19:03",
"color:" : "ls 7/24/2019 21:55",
"emphasisCode" : "lh 7/24/2019 22:50",
"emphasizeScanner:" : "tok 5/25/2020 16:21",
"emphasizeScanner:" : "tok 6/1/2020 12:51",
"font" : "SR 6/26/2019 18:05",
"font:" : "ls 7/24/2019 21:22",
"getFont" : "ls 7/24/2019 21:19",
"hash" : "lh 7/24/2019 20:47",
"indentationAmount" : "tok 6/1/2020 12:51",
"initialize" : "tok 5/28/2020 10:08",
"isBold" : "ls 5/29/2019 17:55",
"isExtendable" : "lh 6/5/2019 17:47",
Expand Down

0 comments on commit 65939fb

Please sign in to comment.