diff -r b2a9377202b7 -r a97047ee60f8 MenuItem.st --- a/MenuItem.st Thu Aug 09 17:19:16 2018 +0200 +++ b/MenuItem.st Thu Aug 09 17:19:34 2018 +0200 @@ -1136,6 +1136,9 @@ !MenuItem methodsFor:'converting'! skippedInLiteralEncoding + "define the inst-slots which are skipped when generating a literalArrayEncoding; + (to skip the ones with default values.)" + |coll| coll := super skippedInLiteralEncoding asOrderedCollection. @@ -1175,7 +1178,7 @@ ^ coll "Modified: / 22-08-2012 / 21:22:20 / cg" - "Modified: / 09-08-2018 / 16:56:52 / Claus Gittinger" + "Modified (comment): / 09-08-2018 / 17:17:52 / Claus Gittinger" ! ! !MenuItem methodsFor:'encoding & decoding'!