Skip to content

Commit

Permalink
Text: Select line
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jul 1, 2024
1 parent 8fc7c0f commit dc698f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Spec-Toplo/SpToploAbstractTextAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ SpToploAbstractTextAdapter >> selectAll [
widget selecter all select
]

{ #category : #'new selection' }
SpToploAbstractTextAdapter >> selectLine [

widget selecter
extendToWholeLine;
select
]

{ #category : #accessing }
SpToploAbstractTextAdapter >> selection [

Expand Down

0 comments on commit dc698f2

Please sign in to comment.