#BUGFIX by Stefan Reise
authorsr
Tue, 13 Aug 2019 10:35:24 +0200
changeset 6664 4aac73d9fe64
parent 6663 ab25cb13f8f8
child 6665 62d8ae630bcc
#BUGFIX by Stefan Reise added #language for protocol comp. class: CodeView added: #language
CodeView.st
--- a/CodeView.st	Mon Aug 12 17:28:39 2019 +0200
+++ b/CodeView.st	Tue Aug 13 10:35:24 2019 +0200
@@ -357,6 +357,18 @@
     "Created: / 06-06-2019 / 11:23:20 / Claus Gittinger"
 ! !
 
+!CodeView methodsFor:'protocol compatibility'!
+
+language
+    "is called in Workflow::ExecutionCodeEditorSmalltalkOrJavaScript #findNodeForInterval:,
+     seams like a Tools::CodeView2 which implements #language was expected,
+     but also this class CodeView has been the receiver"
+
+    ^ nil
+
+    "Created: / 13-08-2019 / 10:33:59 / Stefan Reise"
+! !
+
 !CodeView class methodsFor:'documentation'!
 
 version