[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
More problems with Cxx browser
- To: <xtech>
 
- Subject: More problems with Cxx browser
 
- From: Michael McClary <michael>
 
- Date: Tue, 13 Feb 90 02:00:50 PST
 
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