Skip to content

Commit

Permalink
Ability to set completion engine from the user
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Feb 13, 2020
1 parent cfd9812 commit e3c9bc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Rubric/RubScrolledTextMorph.class.st
Expand Up @@ -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.
Expand Down

0 comments on commit e3c9bc8

Please sign in to comment.