<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p><span style="font-size: 12pt;">Is there any reason why all these topics are indented with inconsistent SPACES? We could style this much nicer with TextIndents or at least tabs ...</span><br>
</p>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p>(And as I hope, in near future also with the ShoutAttribute!)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Samstag, 14. Dezember 2019 00:40:39<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Inbox: HelpSystem-Core-ct.127.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt">
<div class="PlainText">A new version of HelpSystem-Core was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/HelpSystem-Core-ct.127.mcz" id="LPlnk647490" previewremoved="true">http://source.squeak.org/inbox/HelpSystem-Core-ct.127.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: HelpSystem-Core-ct.127<br>
Author: ct<br>
Time: 14 December 2019, 12:40:38.430841 am<br>
UUID: b862e17a-aac7-434c-a028-0e4c364feeb5<br>
Ancestors: HelpSystem-Core-mt.118<br>
<br>
Fix a small syntax error in the Help on Help cpde examples<br>
<br>
=============== Diff against HelpSystem-Core-mt.118 ===============<br>
<br>
Item was changed:<br>
  ----- Method: HelpHowToHelpTopicsFromCode class>>step7 (in category 'pages') -----<br>
  step7<br>
+        <generated><br>
         "This method was automatically generated. Edit it using:"<br>
         "HelpHowToHelpTopicsFromCode edit: #step7"<br>
+        ^(HelpTopic<br>
-        ^HelpTopic<br>
                 title: 'Step 7 - Tips and Tricks'<br>
+                contents: <br>
+ 'STEP 7 - TIPS AND TRICKS<br>
-                contents:<br>
-        'STEP 7 - TIPS AND TRICKS<br>
  <br>
  Tip1:<br>
            If you implement the #pages method you can also <br>
            use the name of a custom help class that should be <br>
            integrated between the specific pages:<br>
   <br>
+                        pages<br>
+                            ^#(firstPage MyAppTutorial secondPage)<br>
-               #pages<br>
-                    ^(firstPage MyAppTutorial secondPage)<br>
  <br>
  Tip2:<br>
            You can easily edit the help contents of a page by <br>
            using the #edit: message. For our example just evaluate:<br>
  <br>
                         MyAppHelp edit: #firstPage<br>
                         <br>
              This will open a workspace with the help contents and <br>
              when you accept it it will be saved back to the help <br>
              method defining the topic.            <br>
                 <br>
  <br>
+ !!' readStream nextChunkText)<br>
+                        key: #step7;<br>
+                        shouldStyle: false;<br>
+                        yourself!<br>
- '<br>
- !<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>