We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a40217 commit bcff79fCopy full SHA for bcff79f
src/NewTools-Core/StProtocolNameChooserPresenter.class.st
@@ -63,6 +63,7 @@ StProtocolNameChooserPresenter class >> requestProtocolNameConfiguring: aBlock [
63
presenter selectProtocolName.
64
dialog open.
65
66
+ dialog cancelled ifTrue: [ CmCommandAborted signal ].
67
protocolName := presenter selectedProtocolName ifNil: [ CmCommandAborted signal ].
68
(protocolName beginsWith: '*') ifTrue: [
69
UIManager default inform: 'Star is forbidden for protocol name since this is used for method extensions.'.
0 commit comments