home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / redb1c.zip / RED.INF (.txt) < prev    next >
OS/2 Help File  |  1996-03-19  |  20KB  |  154 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. RED (Rexx EDitor) is a text editor tailored to OS/2 REXX & VXREXX programmers. 
  5. Originally a small personal project RED has evolved into a full-functioning 
  6. professional REXX Editor. Several of my favorite *nix editor functions have 
  7. been incorporated into RED.
  8.  
  9. WE at Black Pine Development intend to maintain RED as a "Living" program 
  10. through customer feedback. As a RED user it is your responsibility to inform us 
  11. when you have found a better way to edit a REXX file. We cannot reinvent the 
  12. wheel, but we can get a better ride from it.
  13.  
  14. RED was written using VXREXX from WATCOM. Using a language such as C, C++ or 
  15. Smalltalk may have been more efficient however, we believe REXX has a future 
  16. niche with the small corporate/home programmer using OS/2. In this spirit RED 
  17. was conceived.
  18.  
  19. The RED Beta 1  is being used to debug and refine the editing functions, user 
  20. interface, search functions, and the overall behavior of RED. The Drag-N-Drop 
  21. programming functions are not yet installed and WILL NOT BE EVALUATED.
  22.  
  23. Beta test feedback & general suggestions will be taken on a form at 
  24. "http://www.halcyon.com/blkpine/red.html". There are several choices for a 
  25. subject line please be as accurate as possible, here and in your problem descriptions.
  26.  
  27. An overall RED evaluation form will be at 
  28. "http://www.halcyon.com/blkpine/redeval.html". We strongly encourage the use of 
  29. this form. Each area of RED is ranked from 1 (Lowest) to 5 (Highest), as well 
  30. as an area for comments. Honest opinion is what we are after!
  31.  
  32.    This Help Facility is grouped by subject as follows:
  33.  
  34. o   Introduction (This Section)
  35.  
  36. o   Black Pine Development 
  37.  
  38. o   Buttons & Menus 
  39.  
  40. o   Code Generation 
  41.  
  42. o   Registration
  43.  
  44. o   New in Revision C 
  45.  
  46.  
  47. ΓòÉΓòÉΓòÉ 2. Black Pine Development ΓòÉΓòÉΓòÉ
  48.  
  49.  
  50. Black Pine Development
  51.  
  52.  
  53.  
  54. Γûá RED was written by David E. Wald, of Black Pine Development. Γûá
  55.  
  56.  
  57. Black Pine Development was established to provide LOW cost HIGH quality 
  58. software to the OS/2 community. We can accomplish this by keeping low overhead 
  59. & a steady rate of production. To meet this goal it is imperative to be in 
  60. constant contact with the needs of our customers. WE NEED YOUR HELP! You are 
  61. the customer & you know what you want. 
  62.  
  63. Black Pine Development may be contacted via E-mail at blkpine@halcyon.com or 
  64. View Our WWW Home Page www.halcyon.com/blkpine/ We welcome & openly solicit 
  65. input from our customers & the entire OS/2 community. 
  66.  
  67.  
  68. ΓòÉΓòÉΓòÉ 3. Buttons & Menus ΓòÉΓòÉΓòÉ
  69.  
  70. Image Pushbuttons 
  71.  
  72. o   The Copy Pushbutton- Left Click to Copy, Right Click to Paste.
  73.  
  74. o   The Cut Pushbutton- Left Click to Cut, Right Click to Paste.
  75.  
  76. o   The Yank/Put Pushbutton- Left Click to Yank the Selected text to the Value 
  77.     Represented by "X". "X" may be from 1-50 allowing You to have 50 "Copied" 
  78.     Text Strings Stored. Right Click to put the String stored in the "X" value 
  79.     into the document. If no String is Stored YANK.X will  be inserted.
  80.  
  81. o   Query the status of the selected "X" value. The result Will be Written to 
  82.     the Status  Field.
  83.  
  84. o   Delete the Next "X" number of words.
  85.  
  86. o   Left Click to move forword "X" words. Right Click to Move back "X" words.
  87.  
  88. o   Left Click to move forword "X" lines. Right Click to Move back "X" lines.
  89.  
  90. o   Left Click to move to the "Home" Position. Right Click to Move to the "End" Position.
  91.  
  92. o   Left Click to Page Up. Right Click to Page Down.
  93.  
  94. o   Left Click to open the "Search" Window.
  95.  
  96. Menus
  97.  
  98.     o   File Menu
  99.  
  100.         1.  Open- To Open a NEW file.
  101.  
  102.         2.  Save- To Save the Current file.
  103.  
  104.         3.  Save AS- To Save the Current file with a new name.
  105.  
  106.         4.  Settings Not used YET!
  107.  
  108.     5.  Exit- Exit RED.
  109.  
  110.     o   Edit Menu
  111.  
  112.         1.  Copy- To Copy the Selected Text
  113.  
  114.         2.  Cut- To Cut the selected text.
  115.  
  116.         3.  Delete- To Delete the selected Text.
  117.  
  118.         4.  Delete Word- To Delete the next "X" words.
  119.  
  120.         5.  Paste- To Insert Text from the clipboard .
  121.  
  122.     6.  Undo- Undo the Last Event.
  123.  
  124.     o   Windows
  125.  
  126.         1.  Sections- To View the list of Sections or functions in the file you are editing.
  127.  
  128.     2.  Comments- To View the comments for the file you are editing
  129.  
  130.     o
  131.  
  132.     Note:  The Sections & Comments Windows will move you to a section or comment by Double Clicking the item you wish to move to.
  133.  
  134.  
  135. ΓòÉΓòÉΓòÉ 4. Code Generation ΓòÉΓòÉΓòÉ
  136.  
  137. Warning: Code Generation Functions are not implemented in RED Beta 1 
  138.  
  139.  
  140. ΓòÉΓòÉΓòÉ 5. Registeration ΓòÉΓòÉΓòÉ
  141.  
  142. Note:  Registeration of the Beta Version of RED is Not Required 
  143.  
  144.  
  145. ΓòÉΓòÉΓòÉ 6. New in Revision C ΓòÉΓòÉΓòÉ
  146.  
  147. /GREP- A GREP like tool with it's own multi-line entry field for editing the 
  148. grep results as selected from a list of positive returns. The edited results 
  149. may be inserted into the current doccument with the click of the mouse.
  150.  
  151. RED Version Control System- A New Menu item to insert file information at the 
  152. beginning of a doccument. Information includes: filename, creation date & time, 
  153. version & revision number, last modification date & time, and  a "One Liner" 
  154. descriptive comment. As well as a Version & Date Chalnge log in the