# HG changeset patch # User Claus Gittinger # Date 1564587560 -7200 # Node ID f3e087c4e7aaa3782e02179d9722639e49882eb5 # Parent 1b0540f687a9496eedd9c87fe7d72d4eb5734d99 #OTHER by exept just sent super diff -r 1b0540f687a9 -r f3e087c4e7aa SetInspectorView.st --- a/SetInspectorView.st Wed Jul 31 17:12:29 2019 +0200 +++ b/SetInspectorView.st Wed Jul 31 17:39:20 2019 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1996 by Claus Gittinger / eXept Software AG All Rights Reserved @@ -99,22 +97,6 @@ "Modified: 28.6.1996 / 16:05:42 / cg" ! -derivedFields - "derived fields are additional pseudo fields, which are usually not instvars. - These consist of valueHolderItems, actions and extraFields." - - ^ super derivedFields -"/ -"/ size is already there -"/ ^ Dictionary new -"/ declareAllNewFrom:(super derivedFields ? #()); -"/ add:('-size' -> [ object size ]); -"/ yourself - - "Modified: / 09-10-2006 / 12:27:21 / cg" - "Modified (comment): / 07-06-2019 / 12:27:29 / Claus Gittinger" -! - indexList "return a list of indexes to show in the selectionList. Set hasMore to true, if a '...' entry should be added."