Am 08.02.2017 2:12 vorm. schrieb "Alistair Grant" <akgrant0710@gmail.com>: Hi Nicolai, On 7 February 2017 at 18:56, Nicolai Hess <nicolaihess@gmail.com> wrote:
Hi Alistair, the error messages from Rubric-Components, if there occured an error is often misleading.
I added this act-on-move-functionality for highlighting message sends and I forgot to respect to full TextAction hierarchy (I only implemented the actOnMove: anEvent for: target in: aParagraph editor: anEditor method for TextLink and TextMethodLink and not for TextAction)
You can solve this by moving the implementation actOnMove: anEvent for: target in: aParagraph editor: anEditor "override in subclasses" ^ false
from TextLink, up to TextAction.
Thanks - that fixes the issue! Thanks also for your quick reply. Would you like me to submit a bug report and slice to fogbugz? Yes, please. Thanks again, Alistair