shampoo-emacs icon indicating copy to clipboard operation
shampoo-emacs copied to clipboard

Code with class pragmas is not displayed

Open zecke opened this issue 12 years ago • 3 comments

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.

zecke avatar Dec 26 '12 23:12 zecke

Hello Holger,

'init' is not shown here too, btw. :)

dmatveev avatar Apr 29 '13 15:04 dmatveev

Holger,

Just tested on the git snapshot. Sockets package' AbstractSocketImpl>>accept:peer:addrLen: has pragmas and is displayed well.

dmatveev avatar Apr 29 '13 15:04 dmatveev

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. :)

zecke avatar Apr 29 '13 17:04 zecke