home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / hv503aa.zip / HIEW.HLP < prev    next >
Text File  |  1995-07-17  |  15KB  |  354 lines

  1.                         [HiewHelp 5.01]
  2.  
  3. *** English edition: M.Korneff
  4.  
  5. ;╔═════════════════════════════════════════════════════════════╗
  6. ;║                  Edit searching string                      ║
  7. ;╚═════════════════════════════════════════════════════════════╝
  8. [FindEdit]
  9.  F2      - Direct - toggle direction forward/backward
  10.  F4      - Area   - search: into FULL file/into BLOCK
  11.  F7      - Asm    - call assembler
  12.  Enter            - enter string
  13.  Escape           - cancel
  14.  Tab              - toggle hex/ascii edit
  15.   Up              - toggle hex/ascii edit
  16.   Down            - toggle hex/ascii edit
  17.  Home             - top of line
  18.  End              - end of line
  19.  Left             - move left on 1 character
  20.  Right            - move right on 1 character
  21.  PgUp             - clear string
  22.   PgDown          - clear string
  23.  Insert           - toggle insert mode
  24.  Backspace        - delete previous character
  25.  Del              - delete character under cursor
  26.  CtrlEnd          - truncate string at cursor
  27.   Alt-X           - truncate string at cursor
  28. ;
  29. ;╔═════════════════════════════════════════════════════════════╗
  30. ;║                       Edit string                           ║
  31. ;╚═════════════════════════════════════════════════════════════╝
  32. ;
  33. [StringEdit]
  34.  Enter            - enter string
  35.  Escape           - cancel
  36.  Home             - top of line
  37.  End              - end of line
  38.  Left             - left on 1 character
  39.  Right            - right on 1 character
  40.  PgUp             - clear string
  41.   PgDown          - clear string
  42.  Insert           - toggle insert mode
  43.  Backspace        - delete previous character
  44.  Del              - delete character under cursor
  45.  CtrlEnd          - truncate string at cursor
  46.   Alt-X           - truncate string at cursor
  47. ;
  48. ;╔═════════════════════════════════════════════════════════════╗
  49. ;║                       Text view                             ║
  50. ;╚═════════════════════════════════════════════════════════════╝
  51. ;
  52. [Text]
  53.  Enter            - switch mode to HEX
  54.  Escape           - quit without save timestamp
  55.  ──────────────────── Function  keys ──────────────────────────
  56.  F1      - Info   - information ( path, size of heap, etc )
  57.  F2      - Wrap   - wrap/unwrap long line
  58.  F4      - Mode   - select view mode
  59.  F6      - LnFeed - select character(s) "Line Feed"
  60.  F7      - Search - search string
  61.  F9      - Files  - filemanager for **argv
  62.  F10     - Quit   - quit with saving timestamp
  63.  CtrlF3  - Replac - search & replace
  64.  CtrlF4  - ReRead - re-read file in buffer
  65.  CtrlF6  - Tab    - tab on/off
  66.  CtrlF7  - NextSr - search next
  67.   CtrlEnter       - search next
  68.   ShiftF7         - search next
  69.  CtrlF8  - PrvFil - previous file from **argv
  70.  CtrlF9  - NxtFil - next file from **argv
  71.  CtrlF10 - SavSta - save current state (position,search,etc...)
  72.  ───────────────────── Cursors movement ───────────────────────
  73.  Home             - top of line
  74.  End              - end of line
  75.  Right            - right on 1 character
  76.  Left             - left on 1 character
  77.  Ctrlright        - right on 20 characters
  78.  CtrlLeft         - left on 20 characters
  79.  CtrlHome         - top of file
  80.  CtrlEnd          - end of file
  81.  Down             - down 1 line
  82.   CtrlPgDown      - down 1 line
  83.  Up               - up 1 line
  84.   CtrlPgUp        - up 1 line
  85.  PgDown           - down 24 lines
  86.  PgUp             - up 24 lines
  87.  ──────────────────────── Bookmarks ───────────────────────────
  88.  +                - store current state
  89.  -                - restore state
  90.  Alt-1...Alt-8    - restore N-th state
  91.  Alt-Minus        - delete current state
  92.  Alt-0            - clearing all bookmarks
  93. ;
  94. ;╔═════════════════════════════════════════════════════════════╗
  95. ;║                        Hex view                             ║
  96. ;╚═════════════════════════════════════════════════════════════╝
  97. ;
  98. [Hex]
  99.  Enter            - switch mode to CODE
  100.  Escape           - quit without saving timestamp
  101.  ──────────────────── Functions keys ──────────────────────────
  102.  F1      - Info   - information ( path, size of heap, etc )
  103.  F2      - PutBlk - write block ( if marked )
  104.  F3      - Edit   - edit
  105.  F4      - Mode   - select view mode
  106.  F5      - Goto   - goto new offset
  107.  F7      - Search - search string
  108.  F8      - Header - show/edit EXE-header
  109.  F9      - Files  - filemanager for **argv
  110.  F10     - Quit   - quit with saving timestamp of file
  111.  CtrlF2  - GetBlk - read block ( if marked )
  112.  CtrlF3  - Replac - search & replace
  113.  CtrlF4  - ReRead - re-read file in buffer
  114.  CtrlF5  - Base   - new base
  115.  CtrlF7  - NextSr - search next
  116.   CtrlEnter       - search next
  117.   ShiftF7         - search next
  118.  CtrlF8  - PrvFil - previous file from **argv
  119.  CtrlF9  - NxtFil - next file from **argv
  120.  CtrlF10 - SavSta - save current state (position,search,etc...)
  121.  ───────────────────── Cursors movement ───────────────────────
  122.  Home             - allign on 16 bytes
  123.  Right            - right on 1 character
  124.  Left             - left on 1 character
  125.  Ctrlright        - screen right
  126.  CtrlLeft         - screen left
  127.  CtrlHome         - top of file
  128.  CtrlEnd          - end of file
  129.  Down             - down 1 line
  130.  Up               - up 1 line
  131.  PgDown           - down 24 lines
  132.  PgUp             - up 24 lines
  133.  CtrlPgDown       - screen up
  134.  CtrlPgUp         - screen down
  135.  Insert           - add bytes to the file
  136.  ────────────────────────── Block ─────────────────────────────
  137.  *                - mark/unmark block
  138.  [                - top block
  139.  ]                - bottom top block
  140.  F2      - PutBlk - write block ( if marked )
  141.  CtrlF2  - GetBlk - read block ( if marked )
  142.  ──────────────────────── Bookmarks ───────────────────────────
  143.  +                - store current state
  144.  -                - restore state
  145.  Alt-1...Alt-8    - restore N-th state
  146.  Alt-Minus        - delete current state
  147.  Alt-0            - clearing all bookmarks
  148. ;
  149. ;╔═════════════════════════════════════════════════════════════╗
  150. ;║                         Hex edit                            ║
  151. ;╚═════════════════════════════════════════════════════════════╝
  152. ;
  153. [HexEdit]
  154.  Tab              - switch hex/ascii edit
  155.  Escape           - quit without save
  156.  ──────────────────── Functions keys ──────────────────────────
  157.  F1      - Info   - information ( path, size of heap, etc )
  158.  F3      - Undo   - restore original byte under cursor
  159.  F4      - Byte   - bit edit byte under cursor
  160.  F5      - Word   - bit edit word under cursor
  161.  F6      - Dword  - bit edit double word under cursor
  162.  F7      - Crypt  - crypt/deCrypt
  163.  F8      - SetCry - initialize crypto
  164.  F9      - Update - save changes
  165.  F10     - Trunc  - truncate file at cursor
  166.  ───────────────────── Cursors movement ───────────────────────
  167.  Home             - top of line
  168.  End              - end of line
  169.  Right            - right on 1 character
  170.  Left             - left on 1 character
  171.  CtrlHome         - top of edit buffer
  172.  CtrlEnd          - end of edit buffer
  173.  Down             - down 1 line
  174.  Up               - up 1 line
  175.  Backspace        - restore original previous byte
  176. ;
  177. ;╔═════════════════════════════════════════════════════════════╗
  178. ;║                         Bits edit                           ║
  179. ;╚═════════════════════════════════════════════════════════════╝
  180. ;
  181. [BitsEdit]
  182.  Escape           - quit without saving
  183.  ──────────────────── Functions keys ──────────────────────────
  184.  F2      - Not    - invert current bit
  185.  F3      - Undo   - restore original bit under cursor
  186.  F9      - Update - save changes
  187.  ───────────────────── Cursors movement ───────────────────────
  188.  Home             - first bit
  189.  End              - last bit
  190.  Right            - right on 1 bit
  191.  Left             - left on 1 bit
  192.  Backspace        - restore original previous bit
  193. ;
  194. ;╔═════════════════════════════════════════════════════════════╗
  195. ;║                         Code view                           ║
  196. ;╚═════════════════════════════════════════════════════════════╝
  197. ;
  198. [Code]
  199.  Enter            - switch mode to TEXT
  200.  Escape           - quit without saving timestamp
  201.  ──────────────────── Functions keys ──────────────────────────
  202.  F1      - Info   - information ( path, size of heap, etc )
  203.  F2      - PutBlk - write block ( if marked )
  204.  F3      - Edit   - edit
  205.  F4      - Mode   - select view mode
  206.  F5      - Goto   - goto new offset
  207.  F6      - Refer  - find reference on current position
  208.  F7      - Search - search string
  209.  F8      - Header - show/edit EXE-header
  210.  F9      - Files  - filemanager for **argv
  211.  F10     - Quit   - quit with saving timestamp
  212.  CtrlF1  - 16/32  - size of operand/adress
  213.  CtrlF2  - GetBlk - read block ( if marked )
  214.  CtrlF3  - Replac - search & replace
  215.  CtrlF4  - ReRead - re-reading file in buffer
  216.  CtrlF5  - Base   - new base
  217.  CtrlF6  - NextRf - next reference
  218.  CtrlF7  - NextSr - search next
  219.   CtrlEnter       - search next
  220.   ShiftF7         - search next
  221.  CtrlF8  - PrvFil - previous file from **argv
  222.  CtrlF9  - NxtFil - next file from **argv
  223.  CtrlF10 - SavSta - save current state (position,search,etc...)
  224.  ───────────────────── Cursors movement ───────────────────────
  225.  Right            - right on 1 character
  226.  Left             - left on 1 character
  227.  CtrlHome         - top of file
  228.  CtrlEnd          - end of file
  229.  Down             - down 1 line
  230.  Up               - up 1 line
  231.  PgDown           - down 24 lines
  232.  PgUp             - up 24 lines
  233.  CtrlPgDown       - screen up
  234.  CtrlPgUp         - screen down
  235.  Insert           - add bytes to file
  236.  ─────────────────────── Jumps/calls ──────────────────────────
  237.  1-9,A-Z          - jump to target
  238.  0                - return to previous position
  239.  ────────────────────────── Block ─────────────────────────────
  240.  *                - mark/unmark block
  241.  [                - top block
  242.  ]                - bottom top block
  243.  F2      - PutBlk - write block ( if marked )
  244.  CtrlF2  - GetBlk - read block ( if marked )
  245.  ──────────────────────── Bookmarks ───────────────────────────
  246.  +                - store current state
  247.  -                - restore state
  248.  Alt-1...Alt-8    - restore N-th state
  249.  Alt-Minus        - delete current state
  250.  Alt-0            - clearing all bookmarks
  251. ;
  252. ;╔═════════════════════════════════════════════════════════════╗
  253. ;║                         Code edit                           ║
  254. ;╚═════════════════════════════════════════════════════════════╝
  255. ;
  256. [CodeEdit]
  257.  Escape           - quit without save
  258.  Enter            - call assembler
  259.  ──────────────────── Functions keys ──────────────────────────
  260.  F1      - Info   - information ( path, size of heap, etc )
  261.  F2      - Asm    - call assembler
  262.  F3      - Undo   - restore original byte under cursor
  263.  F7      - Crypt  - crypt/deCrypt
  264.  F8      - SetCry - initialize crypto
  265.  F9      - Update - save changes
  266.  F10     - Trunc  - truncate file at cursor
  267.  ───────────────────── Cursors movement ───────────────────────
  268.  Right            - right on 1 character
  269.  Left             - left on 1 character
  270.  CtrlHome         - top of edit buffer
  271.  CtrlEnd          - end of edit buffer
  272.  Down             - down 1 line
  273.  Up               - up 1 line
  274.  Backspace        - restore original previons byte
  275. ;
  276. ;╔═════════════════════════════════════════════════════════════╗
  277. ;║                        Header view                          ║
  278. ;╚═════════════════════════════════════════════════════════════╝
  279. ;
  280. [Header]
  281.  Escape           - quit
  282.  ──────────────────── Functions keys ──────────────────────────
  283.  F1      - Info   - information ( path, size of heap, etc )
  284.  F3      - Edit   - edit header
  285.  F4      - Image  - goto on top image of EXE-file
  286.  F5      - Entry  - goto on entry point
  287. ;
  288. ;╔═════════════════════════════════════════════════════════════╗
  289. ;║                       Header edit                           ║
  290. ;╚═════════════════════════════════════════════════════════════╝
  291. ;
  292. [HeaderEdit]
  293.  Escape           - quit without saving
  294.  ──────────────────── Functions keys ──────────────────────────
  295.  F2      - Pages  - calculate pages value ( +2,+4 in header )
  296.  F3      - Undo   - restore original value under cursor
  297.  F9      - Update - save changes
  298.   Enter           - save changes
  299.  ───────────────────── Cursors movement ───────────────────────
  300.  Right            - right on 1 byte
  301.  Left             - left on 1 byte
  302.  Tab              - Next field
  303.   Down            - Next field
  304.  Backtab          - previous field
  305.   Up              - previous field
  306. ;
  307. ;╔═════════════════════════════════════════════════════════════╗
  308. ;║                  Input/change base offset                   ║
  309. ;╚═════════════════════════════════════════════════════════════╝
  310. ;
  311. [Base]
  312.  Enter            - select new base
  313.  Escape           - cancel
  314.  Home             - first line
  315.   PgUp            - first line
  316.  End              - last line
  317.   PgDown          - last line
  318.  Down             - down on 1 line
  319.  Up               - up on 1 line
  320.  Any character       - edit current base
  321.  
  322.  NOTE: if first character is '*', current base = current offset
  323. ;
  324. ;╔═════════════════════════════════════════════════════════════╗
  325. ;║                          Crypt                              ║
  326. ;╚═════════════════════════════════════════════════════════════╝
  327. ;
  328. [Crypt]
  329.  Escape           - quit
  330.  Enter            - edit crypt command
  331.  Insert           - insert crypt command after current
  332.  Del              - delete current crypt command
  333.  ──────────────────── Functions keys ──────────────────────────
  334.  F1      - Info   - information ( path, size of heap, etc )
  335.  F2      - Size   - set size of crypt: byte or word
  336.  F3      - Direct - set direction of crypt: forward or backward
  337.  F4      - Clear  - clearing of crypt programm and register
  338.  F5      - ClrReg - clearing of crypt register
  339.  F7      - Exit   - exit from initialize
  340.  F9      - Store  - store crypt program in file
  341.  F10     - Load   - load crypt program from file
  342.  ───────────────────── Cursors movement ───────────────────────
  343.  Plus             - crypt IP (marked as ">") down
  344.  Minus            - crypt IP (marked as ">") up
  345.  Home             - top of crypt programm
  346.  End              - end of crypt programm
  347.  Down             - down 1 line
  348.  Up               - up 1 line
  349. ;
  350. ;╔═════════════════════════════════════════════════════════════╗
  351. ;║                       Last section                          ║
  352. ;╚═════════════════════════════════════════════════════════════╝
  353. [End]              *** End of helpfile ***
  354.