home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / q_pro4a.zip / BWEDIT.HLP < prev    next >
Text File  |  1989-09-01  |  3KB  |  80 lines

  1.                   BINARY WORKSTATION PROGRAM EDITOR
  2.  
  3. Available Options:
  4.  
  5. Menu - Press F0 or F9 to scroll through the menus.
  6.  
  7. Top - Move to the top of the file.
  8. Bottom - Move to the end of the file.
  9. Page Up - Move up 1 page in the text (a page is defined be the setting
  10.     of 'Vertical Scroll Lines' on the options screen.)
  11. Page Down - Moves down 1 page in the text.
  12. Insert - Insert a line above the current line.
  13. Delete - Delete the current line.
  14. Fields - Display all currently defined fields.
  15. Screen - Go to the field definition screen.
  16. Load - Load another file for editing.
  17. Update - Save the current file. Also creates a backup file if specified on
  18.     the options screen.
  19. UnLoad - Erase any or all files from memory.
  20. Save/Exit - Updates any or all files, then exits.
  21. Swap - Exchange the current file with another previously loaded file.
  22. Exit - Exit the editor, and save the option file.
  23. FIDs - Display the FID file of your choice.
  24. Execute - Execute a command or program: 'DIR' or 'QNE' for example.
  25. Search - Search for a string, case or no-case, with optional quote character.
  26. Search/Replace - Query search and replace (with Quit option).
  27. Again - Search again.
  28. ASCII - Display an ASCII chart.
  29. Print - Print the current file. Text only, Screen only, Both or niether.
  30. Eject - Print a formfeed to the printer.
  31. Syntax - Invoke the syntax checker.
  32. Register - Display all used registers.
  33. FID Generator - Execute the fid generator, may specify a name.
  34. Files - Displays a directory list according to the file pattern specified
  35.     on the options screen.
  36. Merge - Merge a file into this one (text goes to the current cursor
  37.     location). Merge text only, screen only, both or niether.
  38. Options - Returns to the options screen.
  39. Word - Tab to the next word.
  40. Help - This is help.
  41. Set Mark - Set a mark at the cursor location. 2 marks are needed to define
  42.     a block.
  43. Move Block - Move a block to the current cursor location.
  44. Copy Block - Copy a block to the current cursor location.
  45. Delete Block - Delete the defined block. Prompted before delete.
  46. Line Numbers - Display line numbers or paragraph numbers depending on
  47.    whether the current file is an ASCII file or a Q-PRO 4 file.
  48. Un-Delete - Retreive lines (up to 100) that were previously deleted.
  49. Goto - Goto a specified line.
  50.  
  51. Functional Keys:
  52.  
  53. Ins - Toggle insert mode. Displayed at the top of the screen.
  54. Return/Enter - Go to next line, first column. INSERT MODE: Moves text to the
  55.     right of the cursor down 1 line and moves cursor to that line (opposite
  56.     of Backspace at the beginning of a line).
  57. Tab - Non-destructive Tab, moves up to 4 spaces to the right. INSERT MODE:
  58.     Insert a Tab.
  59. Shift-Tab - Non-destructive Backwards tab, move up to 4 spaces to the left.
  60. Page Up - Move up 1 page in the text.
  61. Page Down - Move down 1 page in the text.
  62. Home - Move to the top of the file.
  63. End - Move to the end of the file.
  64. Backspace - Destructive backspace. When the beginning of a line is reached
  65.    text is moved up to the end of the previous line (opposite of ENTER in
  66.    insert mode).
  67. Del - Deletes the character at the current cursor location. If the cursor is
  68.    at the end of a line, text from the next line is appended to the current
  69.    line.
  70. Left, Right, Up, and Down
  71.  
  72. CTRL-A - Search again.
  73. CTRL-B - Beginning of line.
  74. CTRL-E - End of line.
  75. CTRL-F - Fields.
  76. CTRL-L - Load.
  77. CTRL-S - Search.
  78. CTRL-U - Update.
  79. CTRL-X - Exit.
  80.