Skip to content

Commit

Permalink
Text adapter: add typeByChar:, required by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 5, 2024
1 parent 77cc6a8 commit 2418582
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 : #simulating }
SpToploAbstractTextAdapter >> typeByChar: aString [

BlSpace simulateTextInput: aString on: widget
]

{ #category : #initialization }
SpToploAbstractTextAdapter >> updateAll [

Expand Down

0 comments on commit 2418582

Please sign in to comment.