Skip to content

Commit

Permalink
Categorize methods and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Hanff committed Jun 1, 2020
1 parent 4c61c17 commit e1b6189
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
I am a class containing help topics on SquidWord. The help provided by me is included automatically in the Squak system help.
I am a class containing help topics on SquidWord. The help provided by me is included automatically in the Squeak system help.

You can add a new help page by creating a new method on class side returning a HelpTopic and adding the selector of the new method in the #pages method.
It is recommended to edit the text of a help topic using the HelpBrowser.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
accessing
bookName

^ 'SquidWord'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
pages
editing
"This method was automatically generated. Edit it using:"
"SquidWordHelp edit: #editing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
pages
keyboardShortcuts
"This method was automatically generated. Edit it using:"
"SquidWordHelp edit: #keyboardShortcuts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
accessing
pages

^ #(welcome editing structureEditor keyboardShortcuts)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
pages
structureEditor
"This method was automatically generated. Edit it using:"
"SquidWordHelp edit: #structureEditor"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
pages
welcome
"This method was automatically generated. Edit it using:"
"SquidWordHelp edit: #welcome"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "kh 5/26/2020 09:40",
"commentStamp" : "kh 6/1/2020 13:43",
"instvars" : [
],
"name" : "SquidWordHelp",
Expand Down

0 comments on commit e1b6189

Please sign in to comment.