2015-11-21 10:55 GMT+01:00 Nicolai Hess <nicolaihess@gmail.com>:
The SyntaxErrorDebugger registers itself for Smalltalk tools:

registerToolsOn: registry
������ "Add ourselves to registry. See [Smalltalk tools]"
������ registry register: self as: #syntaxErrorDebugger

And this is used by MorphicUIManager syntaxErrorNotificationDefaultAction: anException

Thank's. I will revert it