# HG changeset patch # User mawalch # Date 1511878009 -3600 # Node ID 77140839072d9dad00e310678da2413cb3151768 # Parent 12fb9b50a719abc0dbf3726cf669b1d808faee53 #DOCUMENTATION by mawalch class: Tools::NewSystemBrowser comment/format in: #showClassComment: diff -r 12fb9b50a719 -r 77140839072d Tools__NewSystemBrowser.st --- a/Tools__NewSystemBrowser.st Tue Nov 28 14:41:57 2017 +0100 +++ b/Tools__NewSystemBrowser.st Tue Nov 28 15:06:49 2017 +0100 @@ -55899,14 +55899,14 @@ showClassComment:aClass "show the classes comment. - This is NOT the string extracted from the documentaion method, + This is NOT the string extracted from the documentation method, but the old-style (ST80-style) comment. ST/X does not use those, as the eat up memory (they are in-image strings), - whereas the documentation method's comment is only in the sourcefile, and + whereas the documentation method's comment is only in the sourcefile, and loaded on demand. Thus, the ST80 comment will only be shown for classes which have been loaded from ST80/Squeak source code." - + |code codeView| self codeAspect:#classComment. @@ -55927,7 +55927,8 @@ navigationState realModifiedState:false. ] - "Modified: / 8.11.2001 / 23:08:31 / cg" + "Modified: / 08-11-2001 / 23:08:31 / cg" + "Modified (comment): / 28-11-2017 / 15:04:56 / mawalch" ! showClassDefinition:aClass