BrowserView.st
changeset 16618 76356c6caea7
parent 16534 39ba5dc566c3
child 16624 2315cabbf137
child 16706 88c607cd1def
equal deleted inserted replaced
16616:b37a3fa57866 16618:76356c6caea7
  3966                 "
  3966                 "
  3967                 commentOrNil := cls commentOrDocumentationString.
  3967                 commentOrNil := cls commentOrDocumentationString.
  3968                 isComment := (commentOrNil = cls comment).
  3968                 isComment := (commentOrNil = cls comment).
  3969 
  3969 
  3970                 commentOrNil notNil ifTrue:[
  3970                 commentOrNil notNil ifTrue:[
  3971                     commentOrNil := commentOrNil asStringCollection withoutLeadingBlankLines asString
  3971                     commentOrNil := commentOrNil asStringCollection withoutLeadingAndTrailingBlankLines asString
  3972                 ].
  3972                 ].
  3973             ].
  3973             ].
  3974             cls isJavaClass ifFalse:[
  3974             cls isJavaClass ifFalse:[
  3975                 aStream cr; cr; cr; cr; cr.
  3975                 aStream cr; cr; cr; cr; cr.
  3976                 aStream emphasis:(UserPreferences current commentEmphasisAndColor).
  3976                 aStream emphasis:(UserPreferences current commentEmphasisAndColor).