Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/Spec2-Commander2/SpInvalidUserInputError.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Extension { #name : 'SpInvalidUserInputError' }
{ #category : '*Spec2-Commander2' }
SpInvalidUserInputError >> actForSpec [
"Does nothing on purpose."
UIManager default
inform: self messageText.

GrowlMorph new
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot reference Morphic directly here.
It should be usable in Gtk also

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use a SpDialog

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok nevermind ill do this

contents: self messageText;
openInWorld.
self flag: #TODO "In the best world, we should delegate the behaviour to the Spec presenter which originated the error."
]
Loading