Skip to content

Commit

Permalink
The Text package should not depend on WebBrowser, the user of this sh…
Browse files Browse the repository at this point in the history
…ould put a correct block in the definition of the action.

Check  CustomHelp >> #url: as an example of correct usage.
  • Loading branch information
tesonep committed Oct 4, 2019
1 parent 00e764f commit 9636cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text-Core/TextURL.class.st
Expand Up @@ -23,7 +23,7 @@ TextURL class >> scanFrom: strm [

{ #category : #evaluating }
TextURL >> actOnClick: anEvent for: anObject in: paragraph editor: editor [
WebBrowser openOn: url
self notify: 'Please configure the actOnClickBlock to invoke the computation you need. In Pharo by default there is no external web browser'.

]

Expand Down

0 comments on commit 9636cf8

Please sign in to comment.