home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / bedit2.zip / BEDIT2.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-09-07  |  12KB  |  341 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. File ΓòÉΓòÉΓòÉ
  3.  
  4. The File menu contains commands that you use to open a new file, save the 
  5. current file or save the current file with a new name. 
  6.  
  7.  New 
  8.      Closes the current and allows you to open a new file for editing 
  9.  
  10.  Save 
  11.      Saves the current file 
  12.  
  13.  Save As 
  14.      Allows you to save the current file with a new name 
  15.  
  16.  Exit 
  17.      Quits Bedit2. You will be prompted to save or abandon the changes if 
  18.      changes have been made to the file since the last save. 
  19.  
  20.  
  21. ΓòÉΓòÉΓòÉ 1.1. File Open ΓòÉΓòÉΓòÉ
  22.  
  23. This menu choice closes the current file and allows you to select a new file 
  24. for editing. If any changes have been made in the current file since the last 
  25. time the file was saved, you will be prompted to save or discard the changes. 
  26.  
  27. To open a file, do the following: 
  28.  
  29.      Select the File menu and choose the New command. 
  30.  
  31.      Select the file from the File Open dialog box. 
  32.  
  33.  The File Open dialog box appears, showing you a list of files in the current 
  34.  directory. Use the dialog box to select the path and file name of the file you 
  35.  wish to edit. Bedit2 will not create a new file. 
  36.  
  37.  
  38. ΓòÉΓòÉΓòÉ 1.2. File Save ΓòÉΓòÉΓòÉ
  39.  
  40. You use the Save command to save the changes in the current file. The contents 
  41. of the file before the changes were made will be saved with a '~' as the first 
  42. character of the file extension. 
  43.  
  44.  
  45. ΓòÉΓòÉΓòÉ 1.3. File Save As ΓòÉΓòÉΓòÉ
  46.  
  47. You use the Save As choice to save the current file with a new name. If a file 
  48. of the new name exists, the old file will be overwritten. 
  49.  
  50.  
  51. ΓòÉΓòÉΓòÉ 1.4. File Exit ΓòÉΓòÉΓòÉ
  52.  
  53. You quit the application by using the Exit command. 
  54.  
  55. If changes have been made which have not been saved, you will be prompted to 
  56. save or discard the changes. 
  57.  
  58.  
  59. ΓòÉΓòÉΓòÉ 2. Edit ΓòÉΓòÉΓòÉ
  60.  
  61. The Edit menu contains commands that you use to access the various editing 
  62. commands supported by Bedit2. 
  63.  
  64. The following commands appear in the Edit menu: 
  65.  
  66.  Mark            Toggles Bedit2 in and out of mark mode 
  67.  
  68.  Delete          Delete the marked area 
  69.  
  70.  Insert          Insert a file or a series of bytes/integers at the current 
  71.                  locataion 
  72.  
  73.  Replace         Replace one series of bytes with another 
  74.  
  75.  Goto            Enter an address at which to place the cursor 
  76.  
  77.  Overwrite       Enter a series of bytes to overwrite the bytes in the file at 
  78.                  the current cursor location 
  79.  
  80.  
  81. ΓòÉΓòÉΓòÉ 2.1. Edit Mark ΓòÉΓòÉΓòÉ
  82.  
  83. Use the Mark menu item to toggle in and out of Mark Mode. While in Mark Mode 
  84. you can select an area of the file to be deleted. In general the marking is 
  85. done on a two click rotation. The first click starts the mark region, the 
  86. second click completes the mark. Clicking again will clear the previous mark 
  87. and start another one. Once a mark has been started, any of the cursor 
  88. placement features may be used to locate the end mark including the Goto and 
  89. Search features. 
  90.  
  91. While in Mark Mode you can also mark a region by dragging the mouse. The drag 
  92. operation is counted as the first click so that you can continue the mark by 
  93. using other cursor movement features if necessary. 
  94.  
  95. When you leave Mark Mode the mark is cleared. 
  96.  
  97. While in Mark Mode the Mark menu item will be checked. 
  98.  
  99.  
  100. ΓòÉΓòÉΓòÉ 2.2. Edit Delete ΓòÉΓòÉΓòÉ
  101.  
  102. Use the Delete menu item to delete a marked section of the file. If not in Mark 
  103. Mode this menu item is disabled. 
  104.  
  105.  
  106. ΓòÉΓòÉΓòÉ 2.3. Edit Insert ΓòÉΓòÉΓòÉ
  107.  
  108. The Insert menu item allows you to enter a pattern to be inserted at the 
  109. current cursor location or enter a file name whose contents will be inserted at 
  110. the current cursor location. 
  111.  
  112. Patterns for insertion may be entered as ASCII text, integers, or hexadecimal 
  113. values. 
  114.  
  115. Integers and hex values are seperated by spaces. 
  116.  
  117.  
  118. ΓòÉΓòÉΓòÉ 2.4. Insert File ΓòÉΓòÉΓòÉ
  119.  
  120. This menu item displays the File Open dialog box so that you may select a file 
  121. for insertion. 
  122.  
  123.  
  124. ΓòÉΓòÉΓòÉ 2.5. Insert Text/Value ΓòÉΓòÉΓòÉ
  125.  
  126. This menu choice displays a dialog box with an entry field where you can enter 
  127. the pattern you want inserted. The dialog box also contains radio buttons to 
  128. select the entry type. The type can be ASCII text, integer values, or 
  129. hexadecimal values. 
  130.  
  131. Integers and hex values are seperated by spaces. 
  132.  
  133.  
  134. ΓòÉΓòÉΓòÉ 2.6. Edit Replace ΓòÉΓòÉΓòÉ
  135.  
  136. The Replace menu item pops up a dialog box which allows you to enter a search 
  137. pattern and a replacement pattern and execute a search and replace operation. 
  138. The patterns can be entered as ASCII text, integers values, or hexadecimal 
  139. values. Until the Done button is pushed or the end of the file is reached, the 
  140. dialog box will stay open allowing you to continue the search and replace 
  141. operation. 
  142.  
  143. To execute a search and replace operation, enter the Search and Replace 
  144. patterns, select the appropriate type, then choose the Find push button. The 
  145. cursor will advance to the first occurance of the pattern starting from the 
  146. cursor's current position. At this point you may choose the Change pushbutton 
  147. to affect the change, the Find Next button to skip the occurance, or the Change 
  148. All button to cause all of the occurances of the pattern from the cursor to the 
  149. end of the file to be changed. To change all of the occurances of a pattern in 
  150. a file the cursor position must before the first occurance of the pattern in 
  151. the file. 
  152.  
  153. In general the Find button finds the first occurance of a pattern from the 
  154. current cursor location and the Find Next button finds the next occurance 
  155. starting from the previous found pattern. 
  156.  
  157. The dialog box will be dismissed when the end of file is reached, the Done 
  158. button is selected, or is closed through the system menu. 
  159.  
  160. This menu selection has the same effect as the Search menu item. 
  161.  
  162. Integers and hex values are seperated by spaces. 
  163.  
  164.  
  165. ΓòÉΓòÉΓòÉ 2.7. Edit Goto ΓòÉΓòÉΓòÉ
  166.  
  167. The Goto menu selection displays a dialog box with an entry field where you can 
  168. enter the offset into the file where you want the cursor to be placed. The 
  169. address must be a hexadecimal value. 
  170.  
  171.  
  172. ΓòÉΓòÉΓòÉ 2.8. Edit Overwrite ΓòÉΓòÉΓòÉ
  173.  
  174. The Overwrite menu choice displays a dialog box with an entry field where you 
  175. enter a pattern to be placed into the file. The bytes of the file will be 
  176. overwritten byte for byte by the pattern you entered starting at the cursor 
  177. location. The dialog box also contains radio buttons to indicate if the pattern 
  178. was entered as ASCII characters, integers, or hexadecimal values. 
  179.  
  180. Integers and hex values are seperated by spaces. 
  181.  
  182.  
  183. ΓòÉΓòÉΓòÉ 3. Search ΓòÉΓòÉΓòÉ
  184.  
  185. The Search menu item pops up a dialog box which allows you to enter a search 
  186. pattern. You can also enter a replacement pattern and execute a search and 
  187. replace operation from this dialog box. The pattern(s) can be entered as ASCII 
  188. text, integers values, or hexadecimal values. Until the Done button is pushed 
  189. or the end of the file is reached, the dialog box will stay open allowing you 
  190. to continue the search operation. 
  191.  
  192. To execute a search and replace operation, enter the Search and Replace 
  193. patterns, select the appropriate type, then choose the Find push button. The 
  194. cursor will advance to the first occurance of the pattern starting from the 
  195. cursor's current position. At this point you may choose the Change pushbutton 
  196. to affect the change, the Find Next button to skip the occurance, or the Change 
  197. All button to cause all of the occurances of the pattern from the cursor to the 
  198. end of the file to be changed. To change all of the occurances of a pattern in 
  199. a file the cursor position must before the first occurance of the pattern in 
  200. the file. 
  201.  
  202. In general the Find button finds the first occurance of a pattern from the 
  203. current cursor location and the Find Next button finds the next occurance 
  204. starting from the previous found pattern. 
  205.  
  206. The dialog box will be dismissed when the end of file is reached, the Done 
  207. button is selected, or is closed through the system menu. 
  208.  
  209. Integers and hex values are seperated by spaces. 
  210.  
  211.  
  212. ΓòÉΓòÉΓòÉ 4. Preferences ΓòÉΓòÉΓòÉ
  213.  
  214. Preferences allows you to select the font size you want and to save you choice 
  215. so that Bedit2 will use your choice as the default font. The default font is 
  216. Courier 8 point. Fonts are limited to fixed space bitmap fonts. 
  217.  
  218.  
  219. ΓòÉΓòÉΓòÉ 4.1. Preferences Fonts ΓòÉΓòÉΓòÉ
  220.  
  221. The Fonts menu item brings up the system Font Selection dialog box. You can 
  222. change the font Bedit2 uses by making a selection from this dialog box. After 
  223. you have made your selection, Bedit2 will resize the screen and refresh the 
  224. text using the new font. 
  225.  
  226. Fonts are limited to fixed space bitmap fonts so that the columns will line up 
  227. properly and refresh rates will be quick. 
  228.  
  229.  
  230. ΓòÉΓòÉΓòÉ 4.2. Preferences Save font settings ΓòÉΓòÉΓòÉ
  231.  
  232. Save font settings allows you to save the current font as the default font 
  233. Bedit2 will use. 
  234.  
  235.  
  236. ΓòÉΓòÉΓòÉ 5. General help ΓòÉΓòÉΓòÉ
  237.  
  238. Bedit2 is a binary file editor that allows you to insert, delete, 
  239. search/replace and perform other editor functions on a file in binary mode. The 
  240. display is divided into three sections. On the left is the offset into the file 
  241. on 16 byte boundaries, the middle section is a hexadecimal representation of 
  242. the data, and the right section contains the ASCII representation of the data. 
  243. A cursor is provided in both of the data sections and cursor placement and 
  244. marking can be done from either section. Changes to the file can be entered as 
  245. HEX values, ASCII text, or integers. 
  246.  
  247. Cursor control is provided through the arrow keys, the Page Up, Page Down, 
  248. Home, and End keys, and through the mouse. Placing the mouse pointer on the 
  249. desired character and clicking the left mouse button will place the cursor at 
  250. that location. Otherwise, you can move the cursor with the keys. 
  251.  
  252. You can enter patterns to insert into the file being edited or you can insert 
  253. the contents of another file. 
  254.  
  255. With Bedit2 the size of the file can be changed so care must be used when 
  256. working with files, such as executables, that use addresses within the file. 
  257.  
  258.  
  259. ΓòÉΓòÉΓòÉ 6. Keys help ΓòÉΓòÉΓòÉ
  260.  
  261. The following is a list of accelerator keys. 
  262.  
  263.  Alt+G 
  264.    Goto 
  265.  Alt+X 
  266.    Exit 
  267.  Alt+I 
  268.    Insert 
  269.  Alt+O 
  270.    Overwrite 
  271.  Alt+D 
  272.    Delete 
  273.  Alt+S 
  274.    Search 
  275.  Alt+R 
  276.    Replace 
  277.  Enter 
  278.    In Mark Mode, the same as clicking the left mouse button 
  279.  
  280.  
  281. ΓòÉΓòÉΓòÉ 7. Help Menu ΓòÉΓòÉΓòÉ
  282.  
  283. Use the choices on the Help pull-down to display: 
  284.  
  285.  Help index 
  286.       Displays the index of help menu. 
  287.  
  288.  General Help 
  289.       Displays an overview of Bedit2's features and how to use them 
  290.  
  291.  Keys Help 
  292.       Displays a list of keys usage. 
  293.  
  294.  Using Help 
  295.       Provides detailed information on the kinds of help available and how to 
  296.       use help. 
  297.  
  298.  Product information 
  299.       Displays the Bedit2 copyright information 
  300.  
  301.  
  302. ΓòÉΓòÉΓòÉ 7.1. Help for menuitem "Help index..." ΓòÉΓòÉΓòÉ
  303.  
  304. Selecting this menuitem will display a help index. 
  305.  
  306.  
  307. ΓòÉΓòÉΓòÉ 7.2. Help for menuitem "General help..." ΓòÉΓòÉΓòÉ
  308.  
  309. Selecting this item displays the general help panel. 
  310.  
  311.  
  312. ΓòÉΓòÉΓòÉ 7.3. Help for menuitem "Using help..." ΓòÉΓòÉΓòÉ
  313.  
  314. This menuitme displays the system help panel on how to use help. 
  315.  
  316.  
  317. ΓòÉΓòÉΓòÉ 7.4. Help for menuitem "Keys help..." ΓòÉΓòÉΓòÉ
  318.  
  319. This menuitem displays a list of accelerator keys 
  320.  
  321.  
  322. ΓòÉΓòÉΓòÉ 7.5. Help for "Product information..." ΓòÉΓòÉΓòÉ
  323.  
  324. This menuitem displays the product information dialog box. 
  325.  
  326.  
  327. ΓòÉΓòÉΓòÉ 8. File open dialog box ΓòÉΓòÉΓòÉ
  328.  
  329. Select the file you wish to view from the File: list box or type the name in 
  330. the Open filename: entry field. 
  331.  
  332. If the file you want is not in the current directory, you can change the drive 
  333. and directory with the Drive: and Directories: list boxes. You can also enter a 
  334. fully qualified file name in the Open filename: entry field. 
  335.  
  336.  
  337. ΓòÉΓòÉΓòÉ 9. Message box help ΓòÉΓòÉΓòÉ
  338.  
  339. This application demonstrates the use of the Help Manager to provide online 
  340. help for an application. Help for both menuitems and message boxes is 
  341. demonstrated.