From e3c9bc8bb8f83c171f97eab111818658e92ace54 Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Thu, 13 Feb 2020 13:50:54 +0100 Subject: [PATCH] Ability to set completion engine from the user --- src/Rubric/RubScrolledTextMorph.class.st | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Rubric/RubScrolledTextMorph.class.st b/src/Rubric/RubScrolledTextMorph.class.st index f4e4274617c..5945d8abd57 100644 --- a/src/Rubric/RubScrolledTextMorph.class.st +++ b/src/Rubric/RubScrolledTextMorph.class.st @@ -267,6 +267,12 @@ RubScrolledTextMorph >> columnRuler [ ^ self rulerNamed: #column ] +{ #category : #accessing } +RubScrolledTextMorph >> completionEngine: aCompletionEngine [ + + self textArea editor completionEngine: aCompletionEngine +] + { #category : #configure } RubScrolledTextMorph >> configureGhostText: aTextArea [ aTextArea width: self scrollBounds width.