correction:����spotterForRenderingShapesFor: is not in Pharo 6.1 (it's added by Roassal2GT)

On Fri, Mar 16, 2018 at 8:01 AM, Peter Uhn��k <i.uhnak@gmail.com> wrote:
Hi,

is it possible to disable GTSpotter dive in functionality when the result would be empty?

I've tried looking at GTSpotterStep>>canDiveIn: but it seems that no matter what there will be at least one processor (at least the "parent" one, which is weird).

Also there are two spotter extensions directly on Object (Pharo 6.1)
*��spotterForRenderingShapesFor:
*��spotterRePropertiesFor:

which are always applied... but canDiveIn: was returing true even when I disabled them.

Thanks,
Peter