Skip to content

Commit

Permalink
Some tests require that text adapters respond to text:
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 10, 2024
1 parent 7851dd8 commit 68eb9a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Spec-Toplo/SpToploAbstractTextAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ SpToploAbstractTextAdapter >> subscribeToPresenter [
whenEditableChangedDo: [ self updateEditable ]
]

{ #category : #accessing }
SpToploAbstractTextAdapter >> text: aString [

widget text: aString asRopedText
]

{ #category : #simulating }
SpToploAbstractTextAdapter >> typeByChar: aString [

Expand Down

0 comments on commit 68eb9a2

Please sign in to comment.