On 14 Oct 2016, at 15:34, Denis Kudriashov <dionisiydk@gmail.com> wrote:Oh!!! I just found this method:iconNamed: aSymbol ifNone: aBlockself icons at: aSymbol asSymbol ifPresent: [ :icon | ^ icon ]."Trying the old way"((aSymbol endsWith: 'Icon') or: [ (aSymbol endsWith: 'Form') ]) ifTrue: [self iconsat: (aSymbol allButLast: 4) asSymbolifPresent: [ :icon | ^ icon ]].^ aBlock value2016-10-14 11:42 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com>:2016-10-13 20:27 GMT+02:00 stepharo <stepharo@free.fr>:Denis
You can have a look the changes I did. There is more work to be done but I started.
Done. New slice committed