[squeak-dev] The Trunk: Help-Squeak-Project-ct.92.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 21 20:23:51 UTC 2022


Christoph Thiede uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-ct.92.mcz

==================== Summary ====================

Name: Help-Squeak-Project-ct.92
Author: ct
Time: 21 June 2022, 10:23:31.150176 pm
UUID: b3a47996-1e44-8d41-876c-7914e08d56d4
Ancestors: Help-Squeak-Project-tpr.91

Updates help on some tools:

	Transcript: Document core API of TranscriptStream. Fix some formatting.
	Versions Browser: Fix formatting (redundant font changes).

=============== Diff against Help-Squeak-Project-tpr.91 ===============

Item was changed:
  ----- Method: SqueakToolsTranscriptHelp class>>transcript (in category 'pages') -----
  transcript
  	"This method was automatically generated. Edit it using:"
  	"SqueakToolsTranscriptHelp edit: #transcript"
+ 	<generated>
  	^(HelpTopic
  		title: 'The Transcript window'
  		contents: 
  'The Transcript window is often used for logging or printing results from text only code. 
  To open the Transcript use TheWorldMenu and choose ''open...''. Then choose ''Transcript''.
  You can also type
  
+ Transcript open
-    Transcript open
  
  in a Workspace and doIt.
+ 
+ To write anything into the Transcript, send it #show: or #showln::
+ 
+ Transcript showln: ''Hello world!!!!''.
+ Transcript show: '' :-)''.!!
+ ]style[(197 16 6 9 59 6 4 8 3 59),I1,,Rcode://Workspace open;,,LTranscriptStream show:;,,LTranscriptStream showln:;,,I1!!' readStream nextChunkText)
+ 			key: #transcript;
+ 			shouldStyle: false;
+ 			yourself!
- !!
- ]style[(222 9 11),Rcode://Workspace open;,!!' readStream nextChunkText)
- 			key: #transcript!

Item was changed:
  ----- Method: SqueakToolsVersionsBrowserHelp class>>versionsBrowser (in category 'pages') -----
  versionsBrowser
- 	<generated>
  	"This method was automatically generated. Edit it using:"
  	"SqueakToolsVersionsBrowserHelp edit: #versionsBrowser"
+ 	<generated>
  	^(HelpTopic
  		title: 'What is a Versions Browser'
  		contents: 
  'The VersionsBrowser is a window that shows all implementations of a method or a class comment that have been ever installed in past or present. Inter alia, it allows you to compare certain versions or revert earlier versions.
  
  Each entry in the list pane represents a version of the source code for the same method; the topmost entry is the current version, the next entry is the next most recent, etc.!!
+ ]style[(4 15 383)b,Rcode:// VersionsBrowser browseMethod: VersionsBrowser >> #compareToOtherVersion;b,!!' readStream nextChunkText)
- ]style[(4 15 208 175)f1b,Rcode://VersionsBrowser browseMethod: VersionsBrowser >> #compareToOtherVersion;b,f1,!!' readStream nextChunkText)
  			key: #versionsBrowser;
  			shouldStyle: false;
  			yourself!



More information about the Squeak-dev mailing list