[squeak-dev] The Trunk: Help-Squeak-Project-mt.51.mcz

H. Hirzel hannes.hirzel at gmail.com
Mon Aug 22 08:02:22 UTC 2016


Thank you for the new links!

A buglet in the same area

Help Browser
    Tutorials
        The Squeak Image
            Working with the Squeak Image

mentions an 'Object Explorer'.  But there is no  entry for such a
tool, neither in the tool nor the apps menu. A link would be helpful.

And then links for
     Project current

and

    Project current world

    Smalltalk

--Hannes

On Wed, 17 Aug 2016 20:26:23.383 0000, commits at source.squeak.org
<commits at source.squeak.org> wrote:
> Marcel Taeumel uploaded a new version of Help-Squeak-Project to project The
> Trunk:
> http://source.squeak.org/trunk/Help-Squeak-Project-mt.51.mcz
>
> ==================== Summary ====================
>
> Name: Help-Squeak-Project-mt.51
> Author: mt
> Time: 17 August 2016, 10:26:23.585 pm
> UUID: 0132d656-322c-a64b-b805-156f1cb523ea
> Ancestors: Help-Squeak-Project-mt.50
>
> Some links added to some tool help texts. (Thanks Hannes!)
>
> =============== Diff against Help-Squeak-Project-mt.50 ===============
>
> Item was changed:
>   ----- Method: SqueakToolsHelp class>>basicDevelopmentTools (in category
> 'pages') -----
>   basicDevelopmentTools
> + 	"This method was automatically generated. Edit it using:"
> + 	"SqueakToolsHelp edit: #basicDevelopmentTools"
> + 	^(HelpTopic
> - 	^HelpTopic
>   		title: 'Basic Development Tools'
> + 		contents:
> + 'Smalltalk environments have some of the best user interfaces for
> programmers ever devised. Those who have programmed in Lisp under Emacs have
> some idea, but Smalltalk is even better.
> - 		contents: 'Smalltalk environments have some of the best user interfaces
> for programmers ever devised. Those who have programmed in Lisp under Emacs
> have some idea, but Smalltalk is even better.
>   		
>   You should learn these basic tools thoroughly:
>   - Workspace
> + - Transcript (do it: Transcript showln: ''Hello Squeak!!!!'')
> - - Transcript
>   - Browser
>   - Inspector
>   - File List
> + - Change Sorter (and also the Dual Change Sorter)
> - - Change Sorter
>   - Debugger
> + - Method Finder	
> + !!
> + ]style[(235 9 3 10 9 34 4 7 3 9 3 9 3 13 15 18 4 8 3 14
> 1),Rcode://Workspace open;,,Rcode://Transcript open;,,Rcode://Transcript
> showln: ''Hello Squeak!!!!'';,,Rcode://Browser open;,,Rcode://#(S Q U E A K)
> inspect;,,Rcode://FileList open;,,Rcode://ChangeSorter new
> open;,,Rcode://DualChangeSorter new
> open;,,Rcode://7/0;,,Rcode://SelectorBrowser new open;,!!' readStream
> nextChunkText)
> + 			key: #basicDevelopmentTools!
> - - Method Finder		
> - '!
>
> Item was changed:
>   ----- Method: SqueakToolsTranscriptHelp class>>transcript (in category
> 'pages') -----
>   transcript
> + 	"This method was automatically generated. Edit it using:"
> + 	"SqueakToolsTranscriptHelp edit: #transcript"
> + 	^(HelpTopic
> - 	^HelpTopic
>   		title: 'The Transcript window'
> + 		contents:
> + 'The Transcript window is often used for logging or printing results from
> text only code.
> - 		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
>
>   in a Workspace and doIt.
> + !!
> + ]style[(222 9 11),Rcode://Workspace open;,!!' readStream nextChunkText)
> + 			key: #transcript!
> - '!
>
> Item was changed:
>   ----- Method: SqueakToolsWorkspaceHelp class>>openWorkspace (in category
> 'pages') -----
>   openWorkspace
> + 	"This method was automatically generated. Edit it using:"
> + 	"SqueakToolsWorkspaceHelp edit: #openWorkspace"
> + 	^(HelpTopic
> - 	^HelpTopic
>   		title: 'Open a Workspace'
> + 		contents:
> + 'You can open a Workspace window in any of the following ways:
> - 		contents: 'You can open a Workspace window in any of the following
> ways:
>   		
> + - Keyboard Shortcut: while pointing at an empty part of the Squeak window,
> press alt-k (in Windows) or cmd-k (on a Mac) or ctrl-k (in Linux)
> - - Keyboard Shortcut: while pointing at an empty part of the Squeak window,
> press alt-k (in Windows) or cmd-k (on a Mac)
>   - World Menu: select "Workspace"
>   - Tools Flap: click on the Tools Flap. When it comes out, drag the
> Workspace icon out.
> + - Doit: select inside the following quote and doit: "Workspace open"!!
> + ]style[(15 9 184 10 176),Rcode://Workspace open;,,Rcode://ActiveWorld
> openWorldMenu;,!!' readStream nextChunkText)
> + 			key: #openWorkspace!
> - - Doit: select inside the following quote and doit: "Workspace open"'!
>
>
>


More information about the Squeak-dev mailing list