We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 654c70a + 2d636fa commit 4fca7c4Copy full SHA for 4fca7c4
src/NewTools-Utils/InformativeNotification.extension.st
@@ -0,0 +1,8 @@
1
+Extension { #name : 'InformativeNotification' }
2
+
3
+{ #category : '*NewTools-Utils' }
4
+InformativeNotification >> defaultAction [
5
+ "We want to inform the user if there is a missing source file."
6
7
+ StPharoApplication current inform: self messageText
8
+]
0 commit comments