Skip to content

Commit

Permalink
This selects all text in refactor rename protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisCnockaert committed Nov 18, 2024
1 parent 1d71813 commit 346d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Dialogs/SpRequestDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SpRequestDialog >> initializePresenters [
SpRequestDialog >> initializeWindow: aWindowPresenter [

super initializeWindow: aWindowPresenter.
aWindowPresenter whenOpenedDo: [ textInput takeKeyboardFocus ]
aWindowPresenter whenOpenedDo: [ textInput takeKeyboardFocus; selectAll ]
]

{ #category : 'api - showing' }
Expand Down

0 comments on commit 346d979

Please sign in to comment.