FileBrowserV2UISpecifications.st
changeset 18337 62fbf1524a7a
parent 16592 d2258070bbef
child 19528 511dbd46b036
--- a/FileBrowserV2UISpecifications.st	Thu Aug 09 17:18:55 2018 +0200
+++ b/FileBrowserV2UISpecifications.st	Thu Aug 09 17:19:03 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG 
 	      All Rights Reserved
@@ -590,11 +592,16 @@
 !FileBrowserV2UISpecifications::PanelSpec methodsFor:'converting'!
 
 skippedInLiteralEncoding
+    "define the inst-slots which are skipped when generating a literalArrayEncoding;
+     (to skip the ones with default values.)"
+
     |l|
 
     l := super skippedInLiteralEncoding asOrderedCollection.
     visibility isNil ifTrue:[l add:#visibility].
     ^ l
+
+    "Modified (comment): / 09-08-2018 / 17:17:45 / Claus Gittinger"
 ! !
 
 !FileBrowserV2UISpecifications::PanelSpec methodsFor:'queries'!