Skip to content

Commit

Permalink
removing fallback. Now tests are green but I do not get why doing
Browse files Browse the repository at this point in the history
RubSmalltalkEditor noCompletion.
new instance do not get a nil completion engine.
  • Loading branch information
Ducasse committed Mar 17, 2019
1 parent 5a74c06 commit b30fed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rubric/RubSmalltalkEditor.class.st
Expand Up @@ -354,7 +354,7 @@ RubSmalltalkEditor >> completionAround: aBlock keyStroke: anEvent [

{ #category : #'completion engine' }
RubSmalltalkEditor >> completionEngine [
^ completionEngine ifNil: [ Transcript show: 'Alert'. (Smalltalk tools codeCompletion) ]
^ completionEngine
]

{ #category : #'completion engine' }
Expand Down

0 comments on commit b30fed6

Please sign in to comment.