Re: [Pharo-users] Extending Calypso

2017-11-02 Thread Denis Kudriashov
2017-11-02 16:50 GMT+01:00 Juraj Kubelka : > Thanks! It works. > > Then I have two more questions: > > 1. How it is done that ‘should be implemented’ has red color? > Any method group can implement class side method: #decorateTableCell: anItemCellMorph of: groupItem Look at implementors for exa

Re: [Pharo-users] Extending Calypso

2017-11-02 Thread Juraj Kubelka
Thanks! It works. Then I have two more questions: 1. How it is done that ‘should be implemented’ has red color? 2. Then let’s say I want a message group that display all messages in the environment that refers to a selected class. I found `ClyClassReferences to: classes`, but I miss how to

Re: [Pharo-users] Extending Calypso

2017-11-02 Thread Denis Kudriashov
Hi There is no real documentation for now. Only examples on my slides. 2017-11-02 16:16 GMT+01:00 Juraj Kubelka : > Hi, > > Are there any examples (documentation) how to extend Calipso? > > I have tried to create a simple (demo) method group, but I miss something, > because it is not called. > >

[Pharo-users] Extending Calypso

2017-11-02 Thread Juraj Kubelka
Hi, Are there any examples (documentation) how to extend Calipso? I have tried to create a simple (demo) method group, but I miss something, because it is not called. I have created three subclasses of: ClyMethodGroup (with #name and #includesMethod:), ClySingleMethodGroupPr