The Inbox: Help-Squeak-Project-sd.6.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Help-Squeak-Project-sd.6.mcz

commits-2
A new version of Help-Squeak-Project was added to project The Inbox:
http://source.squeak.org/inbox/Help-Squeak-Project-sd.6.mcz

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

Name: Help-Squeak-Project-sd.6
Author: sd
Time: 12 May 2010, 11:20:51.596 pm
UUID: 149a9e8b-c74f-45d3-8f2a-29ca88887f35
Ancestors: Help-Squeak-Project-it.5

Help->Tools->Workspace->What is a Workspace: removed instruction to open a workspace, which appears again on the next page
Help->Tools->Workspace->Open a Workspace:
* removed "(click on the Tools Flap to close it back up)" at end of Tools Flap instructions.  The flap closes by itself when the workspace is dragged out (4.1 update 10142)
* changed World menu instructions from [world menu -> open -> workspace], to [world menu -> Workspace]
* added line to "doit"
* minor edits for grammar and clarity

=============== Diff against Help-Squeak-Project-it.5 ===============

Item was changed:
  ----- Method: SqueakToolsWorkspaceHelp classSide>>openWorkspace (in category 'pages') -----
  openWorkspace
  ^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, by doing any one of the following:
 
+ - 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"'!
- - Using a keyboard while pointing at an empty part of the Squeak wind, alt-k (in Windows, cmd-k in Mac)
- - Open up a World Menu, select "open..." action. From the open menu, select "workspace (k)
- - Click on the Tools Flap. When it comes out, click on the Workspace icon and drag it out. (Click on the Tools Flap to close it back up.).'!

Item was changed:
  ----- Method: SqueakToolsWorkspaceHelp classSide>>workspace (in category 'pages') -----
  workspace
  ^HelpTopic
  title: 'What is a Workspace'
+ contents: 'A Workspace is a window used as a scratchpad area where fragments of Smalltalk code can be entered, stored, edited, and evaluated.'!
- contents: 'A Workspace is a window used as a scratchpad area where fragments of Smalltalk code can be entered, stored, edited, and evaluated.
- To open a workspace window in Squeak, one possibility is to bring up the World menu, select "open...", and then select "workspace". You can then type in any Smalltalk code inside the workspace window and execute it or inspect it.'!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Help-Squeak-Project-sd.6.mcz

Sean P. DeNigris
Administrator
This was me.  I fixed some small things in the HelpSystem.  I wasn't sure the exact procedure, and squeak.org was down, so I did what I do in Pharo:
* combined the edited packages into a slice package
* uploaded to the inbox

If I should gave done anything different, please let me know.  And, I'll read the instructions when the site is back up.

Thanks,
Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Help-Squeak-Project-sd.6.mcz

Sean P. DeNigris
Administrator
In Mantis - http://bugs.squeak.org/view.php?id=7531

- S
Cheers,
Sean