Bug 51110

GemBuilder for Smalltalk/VW

8.8

8.8.1

Removing a method using Browser fails with MNU

Attempting to delete a method using GBS browsers results in a MessageNotUnderstood: #confirm:for:

Workaround

Modifying the GbxBrowser>>removeMethod to remove the #for: keyword from the #confirm:for: message send. The line should read as:

     (self gbsMessenger
          confirm: 'Are you certain that you\want to remove the selected methods?')


                

Last updated: 9/3/24