shampoo-emacs
shampoo-emacs copied to clipboard
Code with class pragmas is not displayed
In GST syntax code like this can be written.
Object subclass: ABC [ <callMyFunction: 3>
ABC class >> callMyFunction: aNr [] ]
the 'init' is not shown anywhere, it doesn't appear to be possible to create such init code with shampoo.
Hello Holger,
'init' is not shown here too, btw. :)
Holger,
Just tested on the git snapshot. Sockets package' AbstractSocketImpl>>accept:peer:addrLen: has pragmas and is displayed well.
sigh I am missing something in the above and I don't remember what. Maybe I wondered about:
GSM48FixedSizeIE subclass: GSM48SimpleTag [ <gsmIeMask: 16rF0> <gsmValueLength: 0> ]
please close the ticket. :)