Procházet zdrojové kódy

Merge pull request #11672 from JamesDeFabia/IDE-715

IDE-715 Add Programmer's Guide Example Code to IDE examples

Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman před 6 roky
rodič
revize
c05b2c1dc1
49 změnil soubory, kde provedl 32 přidání a 13 odebrání
  1. 32 13
      docs/EN_US/ECLProgrammersGuide/PRG_Mods/PrG_Creating_example_data.xml
  2. 0 0
      initfiles/examples/ProgrammersGuide/BadWordSearch.ecl
  3. 0 0
      initfiles/examples/ProgrammersGuide/Cartesian.ecl
  4. 0 0
      initfiles/examples/ProgrammersGuide/CrossTab.ecl
  5. 0 0
      initfiles/examples/ProgrammersGuide/DeclareData.ecl
  6. 0 0
      initfiles/examples/ProgrammersGuide/GROUPfunc.ecl
  7. 0 0
      initfiles/examples/ProgrammersGuide/GenData.ecl
  8. 0 0
      initfiles/examples/ProgrammersGuide/Hex2Decimal.ecl
  9. 0 0
      initfiles/examples/ProgrammersGuide/IndexAsDataset.ecl
  10. 0 0
      initfiles/examples/ProgrammersGuide/IndexFetch.ecl
  11. 0 0
      initfiles/examples/ProgrammersGuide/IndexFullKeyedJoin.ecl
  12. 0 0
      initfiles/examples/ProgrammersGuide/IndexHalfKeyedJoin.ecl
  13. 0 0
      initfiles/examples/ProgrammersGuide/IndexHalfKeyedPayloadJoin.ecl
  14. 0 0
      initfiles/examples/ProgrammersGuide/IndexPayloadFetch.ecl
  15. 0 0
      initfiles/examples/ProgrammersGuide/IndexREALkey.ecl
  16. 0 0
      initfiles/examples/ProgrammersGuide/IndexSuperFile1.ecl
  17. 0 0
      initfiles/examples/ProgrammersGuide/IndexSuperFile2.ecl
  18. 0 0
      initfiles/examples/ProgrammersGuide/IndexSuperFile3.ecl
  19. 0 0
      initfiles/examples/ProgrammersGuide/IndexSuperFile4.ecl
  20. 0 0
      initfiles/examples/ProgrammersGuide/NonRandomRandom.ecl
  21. 0 0
      initfiles/examples/ProgrammersGuide/ProcessAutomation1.ecl
  22. 0 0
      initfiles/examples/ProgrammersGuide/ProcessAutomation2.ecl
  23. 0 0
      initfiles/examples/ProgrammersGuide/ProcessAutomation3.ecl
  24. 0 0
      initfiles/examples/ProgrammersGuide/RecStruct.ecl
  25. 0 0
      initfiles/examples/ProgrammersGuide/RoxieOverview1.ecl
  26. 0 0
      initfiles/examples/ProgrammersGuide/RunText.ecl
  27. 0 0
      initfiles/examples/ProgrammersGuide/SOAPenabling.ecl
  28. 0 0
      initfiles/examples/ProgrammersGuide/SimpleRandomSample.ecl
  29. 0 0
      initfiles/examples/ProgrammersGuide/SmartStepping1.ecl
  30. 0 0
      initfiles/examples/ProgrammersGuide/SmartStepping1a.ecl
  31. 0 0
      initfiles/examples/ProgrammersGuide/SmartStepping2.ecl
  32. 0 0
      initfiles/examples/ProgrammersGuide/SmartStepping3.ecl
  33. 0 0
      initfiles/examples/ProgrammersGuide/Soapcall1.ecl
  34. 0 0
      initfiles/examples/ProgrammersGuide/Soapcall2.ecl
  35. 0 0
      initfiles/examples/ProgrammersGuide/Soapcall3.ecl
  36. 0 0
      initfiles/examples/ProgrammersGuide/Soapcall4.ecl
  37. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile1.ecl
  38. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile2.ecl
  39. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile3.ecl
  40. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile4.ecl
  41. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile5.ecl
  42. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile6.ecl
  43. 0 0
      initfiles/examples/ProgrammersGuide/SuperFile7.ecl
  44. 0 0
      initfiles/examples/ProgrammersGuide/SuperFileRestart.ecl
  45. 0 0
      initfiles/examples/ProgrammersGuide/SuperKey1.ecl
  46. 0 0
      initfiles/examples/ProgrammersGuide/SuperKey2.ecl
  47. 0 0
      initfiles/examples/ProgrammersGuide/SuperKey3.ecl
  48. 0 0
      initfiles/examples/ProgrammersGuide/SuperKeyRestart.ecl
  49. 0 0
      initfiles/examples/ProgrammersGuide/XMLcode.ecl

+ 32 - 13
docs/EN_US/ECLProgrammersGuide/PRG_Mods/PrG_Creating_example_data.xml

@@ -8,35 +8,54 @@
     <title>Getting Code Files</title>
 
     <para>All the example code for the <emphasis>Programmer's Guide</emphasis>
-    is available for download from the HPCC Systems website from the same page
-    that the PDF is available (<ulink
-    url="https://hpccsystems.com/training/documentation/learning-ecl">https://hpccsystems.com/training/documentation/learning-ecl</ulink>).
-    To make this code available for use in the ECL IDE, you simply:</para>
+    is installed with the IDE. Please note that it is installed to a read-only
+    folder. To use it, you should copy it to your MyFiles folder.</para>
+
+    <para>To make this code available for read/write use in the ECL IDE, you
+    simply:</para>
 
     <orderedlist>
       <listitem>
-        <para>Download the ECL_Code_Files.ZIP file.</para>
+        <para>Expand the <emphasis role="bold">examples</emphasis> folder in
+        the ECL IDE's repository panel.</para>
       </listitem>
 
       <listitem>
-        <para>In the ECL IDE, highlight your "My Files" folder, right-click
-        and select "Insert Folder" from the popup menu.</para>
+        <para>Select the <emphasis role="bold">ProgrammersGuide</emphasis>
+        folder, then right-click and select <emphasis role="bold">Locate File
+        in Explorer</emphasis> from the popup menu.</para>
       </listitem>
 
       <listitem>
-        <para>Name your new folder "ProgrammersGuide" (please note -- spaces
-        are NOT allowed in your ECL repository folder names).</para>
+        <para>From Windows Explorer, copy the <emphasis
+        role="bold">ProgrammersGuide</emphasis> folder.</para>
       </listitem>
 
       <listitem>
-        <para>In the ECL IDE, highlight your "ProgrammersGuide" folder,
-        right-click and select "Locate File in Explorer" from the popup
+        <para>Return to the ECL IDE, expand the <emphasis role="bold">My
+        Files</emphasis> folder.</para>
+      </listitem>
+
+      <listitem>
+        <para>Select any folder within <emphasis role="bold">My
+        Files</emphasis>, then right-click and select <emphasis
+        role="bold">Locate File in Explorer</emphasis> from the popup
         menu.</para>
       </listitem>
 
       <listitem>
-        <para>Extract all the files from the ECL_Code_Files.ZIP file into your
-        new folder.</para>
+        <para>In Windows Explorer, navigate up up level, then paste the copied
+        folder into the <emphasis role="bold">My Files</emphasis>
+        folder</para>
+      </listitem>
+
+      <listitem>
+        <para>Return to the ECL IDE.</para>
+      </listitem>
+
+      <listitem>
+        <para>Rt-click within the repository panel and select <emphasis
+        role="bold">Refresh</emphasis> from the popup menu.</para>
       </listitem>
     </orderedlist>
   </sect2>

docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/BadWordSearch.ecl → initfiles/examples/ProgrammersGuide/BadWordSearch.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/Cartesian.ecl → initfiles/examples/ProgrammersGuide/Cartesian.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/CrossTab.ecl → initfiles/examples/ProgrammersGuide/CrossTab.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/DeclareData.ecl → initfiles/examples/ProgrammersGuide/DeclareData.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/GROUPfunc.ecl → initfiles/examples/ProgrammersGuide/GROUPfunc.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/GenData.ecl → initfiles/examples/ProgrammersGuide/GenData.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/Hex2Decimal.ecl → initfiles/examples/ProgrammersGuide/Hex2Decimal.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexAsDataset.ecl → initfiles/examples/ProgrammersGuide/IndexAsDataset.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexFetch.ecl → initfiles/examples/ProgrammersGuide/IndexFetch.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexFullKeyedJoin.ecl → initfiles/examples/ProgrammersGuide/IndexFullKeyedJoin.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexHalfKeyedJoin.ecl → initfiles/examples/ProgrammersGuide/IndexHalfKeyedJoin.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexHalfKeyedPayloadJoin.ecl → initfiles/examples/ProgrammersGuide/IndexHalfKeyedPayloadJoin.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexPayloadFetch.ecl → initfiles/examples/ProgrammersGuide/IndexPayloadFetch.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexREALkey.ecl → initfiles/examples/ProgrammersGuide/IndexREALkey.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexSuperFile1.ecl → initfiles/examples/ProgrammersGuide/IndexSuperFile1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexSuperFile2.ecl → initfiles/examples/ProgrammersGuide/IndexSuperFile2.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexSuperFile3.ecl → initfiles/examples/ProgrammersGuide/IndexSuperFile3.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/IndexSuperFile4.ecl → initfiles/examples/ProgrammersGuide/IndexSuperFile4.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/NonRandomRandom.ecl → initfiles/examples/ProgrammersGuide/NonRandomRandom.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/ProcessAutomation1.ecl → initfiles/examples/ProgrammersGuide/ProcessAutomation1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/ProcessAutomation2.ecl → initfiles/examples/ProgrammersGuide/ProcessAutomation2.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/ProcessAutomation3.ecl → initfiles/examples/ProgrammersGuide/ProcessAutomation3.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/RecStruct.ecl → initfiles/examples/ProgrammersGuide/RecStruct.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/RoxieOverview1.ecl → initfiles/examples/ProgrammersGuide/RoxieOverview1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/RunText.ecl → initfiles/examples/ProgrammersGuide/RunText.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SOAPenabling.ecl → initfiles/examples/ProgrammersGuide/SOAPenabling.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SimpleRandomSample.ecl → initfiles/examples/ProgrammersGuide/SimpleRandomSample.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SmartStepping1.ecl → initfiles/examples/ProgrammersGuide/SmartStepping1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SmartStepping1a.ecl → initfiles/examples/ProgrammersGuide/SmartStepping1a.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SmartStepping2.ecl → initfiles/examples/ProgrammersGuide/SmartStepping2.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SmartStepping3.ecl → initfiles/examples/ProgrammersGuide/SmartStepping3.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/Soapcall1.ecl → initfiles/examples/ProgrammersGuide/Soapcall1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/Soapcall2.ecl → initfiles/examples/ProgrammersGuide/Soapcall2.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/Soapcall3.ecl → initfiles/examples/ProgrammersGuide/Soapcall3.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/Soapcall4.ecl → initfiles/examples/ProgrammersGuide/Soapcall4.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile1.ecl → initfiles/examples/ProgrammersGuide/SuperFile1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile2.ecl → initfiles/examples/ProgrammersGuide/SuperFile2.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile3.ecl → initfiles/examples/ProgrammersGuide/SuperFile3.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile4.ecl → initfiles/examples/ProgrammersGuide/SuperFile4.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile5.ecl → initfiles/examples/ProgrammersGuide/SuperFile5.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile6.ecl → initfiles/examples/ProgrammersGuide/SuperFile6.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFile7.ecl → initfiles/examples/ProgrammersGuide/SuperFile7.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperFileRestart.ecl → initfiles/examples/ProgrammersGuide/SuperFileRestart.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperKey1.ecl → initfiles/examples/ProgrammersGuide/SuperKey1.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperKey2.ecl → initfiles/examples/ProgrammersGuide/SuperKey2.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperKey3.ecl → initfiles/examples/ProgrammersGuide/SuperKey3.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/SuperKeyRestart.ecl → initfiles/examples/ProgrammersGuide/SuperKeyRestart.ecl


docs/EN_US/ECLProgrammersGuide/PRG_Mods/ECL Code Files/XMLcode.ecl → initfiles/examples/ProgrammersGuide/XMLcode.ecl