You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add a protocol with the "New protocol" menu, if you start typing the name of an existing protocol and you press the Cancel button, the protocol is added anyway while it shouldn't.
This is for Pharo 13.
For example:
create a new class "MyClass", right click in the protocol column and select "New protocol"
start typing the name of an existing protocol, like "sort". Notice that the first existing protocol is selected by default
press the Cancel button. The protocol is added regardless
It might be related this method StProtocolNameChooserPresenter class>>#requestProtocolNameConfiguring: and to issue #17978
The text was updated successfully, but these errors were encountered:
When you add a protocol with the "New protocol" menu, if you start typing the name of an existing protocol and you press the Cancel button, the protocol is added anyway while it shouldn't.
This is for Pharo 13.
For example:
It might be related this method
StProtocolNameChooserPresenter class>>#requestProtocolNameConfiguring:
and to issue #17978The text was updated successfully, but these errors were encountered: