Skip to content

Commit

Permalink
Add intializer for list structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkrypt0 committed May 31, 2020
1 parent ba3a1d6 commit 6b780ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
constants
initialListStructure

^ TextStructure newWith: #list withEmphasis: (self defaultStyles union: {#indented})
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ initialTextStructures
self initialHeading1Structure.
self initialHeading2Structure.
self initialHeading3Structure.
TextStructure newWith: #list withEmphasis: (self defaultStyles union: {#indented})} asOrderedCollection
self initialListStructure} asOrderedCollection
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"initialHeading2Structure" : "tok 5/22/2020 13:18",
"initialHeading3Structure" : "tok 5/22/2020 13:18",
"initialItalicStructure" : "tok 5/22/2020 12:32",
"initialTextStructures" : "tok 5/28/2020 10:10",
"initialListStructure" : "tok 5/31/2020 21:15",
"initialTextStructures" : "tok 5/31/2020 21:15",
"initialUnderlinedStructure" : "tok 5/22/2020 12:33" },
"instance" : {
"addAttribute:from:to:" : "AG 7/25/2019 13:08",
Expand Down

0 comments on commit 6b780ec

Please sign in to comment.