On 07.01.2010 17:56, Mariano Martinez Peck wrote:
2010/1/7 Henrik Johansen
<henrik.s.johansen@veloxit.no>
In latest version from ss,
loaded into PharoCore, it does a MNU ByteString>types.
ProtoObject >> niChildrenBlockForFixedFields, in the
line:�
extractedType types do: [:t | s nextPutAll: t printString]
separatedBy: [s nextPutAll: ', '].�
extractedType is the string you mentioned.
I am not sure if I understood you correctly. WHat did you download from
ss? NewInspector or ConfiguarationOfNewInspector.
I guess you tried NewInspector and maybe the error is correct becaue
now NewInspector depends on RoelTyper.
Fredrique said NewInspector can used _without_ RoelTyper installed, in
which case it's supposed to display a message saying"The last version
of RoelTyper must be loaded to have this information" when you select
Types in the list.
Loading NewInspector directly from SqueakSource (no configurations,
don't really need that for a package without dependencies...)
�