File: editor.htx

package info (click to toggle)
biew 5.6.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,004 kB
  • ctags: 7,157
  • sloc: ansic: 50,860; asm: 809; makefile: 396; pascal: 371
file content (17 lines) | stat: -rw-r--r-- 941 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 Help for modify mode 
   In this mode you can modify any bites, but you can not insert or
delete. This operations can be maden from %UFile utilities%u (%IShift-F10%i)
by %UChSize%u command or %UInsert/Delete%u block.
   Also you can use simple cryptography:
   %IF3%i - InitXX (initialize cryptobyte)
   %IF4%i - Perform Bitwise NOT operation under byte of file
   %IF5%i - Perform Bitwise OR operation beetwen byte of file and cryptobyte.
   %IF6%i - Perform Bitwise AND operation beetwen byte of file and cryptobyte.
   %IF7%i - Perform Bitwise XOR operation beetwen byte of file and cryptobyte.
   %IF8%i - Put cryptobyte instead byte of file.
   %IF9%i - Undo previous operation for current byte
   %IBackSpase%i - Undo previous operation for previous byte
   %IF10%i - Cancel all changes.
   %IF2%i - Save all changes to the file.
All changes will displayed by red color and in title string you can view
original value of current byte.