[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

More problems with Cxx browser



The CxxBrowser method-window menu item "add method" sends
  CxxBrowser>>addMethod.
This is broken.  (It sends "self passe", which crashes it.  Obsolete?)

Once a protocol has been defined, attempts to define another causes
CxxBrowser>>addProtocol to send methodName to LastProtocol.
LastProtocol is a ByteSymbol and does not understand methodName.

	michael