help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [bug] RBFormatter>>#acceptMethodNode: output category t


From: Lee Duhem
Subject: [Help-smalltalk] [bug] RBFormatter>>#acceptMethodNode: output category twice
Date: Wed, 28 Oct 2009 07:52:56 -0700

Issue status update for http://smalltalk.gnu.org/node/421 Post a follow up: http://smalltalk.gnu.org/project/comments/add/421

Project:      GNU Smalltalk
Version:      <none>
Component:    STInST
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  lee
Updated by:   lee
Status:       active


st> (Array lookupSelector: #print) methodFormattedSourceString
'print [
       "Print a represention of the receiver on the Transcript
        (stdout the GUI is not active)"

       <category: ''printing''>
       <category: ''printing''>
       Transcript show: self printString
   ]'







reply via email to

[Prev in Thread] Current Thread [Next in Thread]