Home » Archimedes archive » Acorn User » AU 1996-10 B.adf » Hilighter » !Hilighter/messages

!Hilighter/messages

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1996-10 B.adf » Hilighter
Filename: !Hilighter/messages
Read OK:
File size: 12AE bytes
Load address: 0000
Exec address: 0000
File contents
# Hilighter V1.01 messages file.
# Copyright � Sherston Software Ltd. 1991
# Written by Paul Barker.
#
#
# Messages used by the text module.
#
txt01:Text
txt02:Text *
txt03:Could not open editor window
txt04:Uexpected object
X_pgtxt:Not enough room for page text
#
#
# Messages to do with the page.
#
pge01:Current page not saved
roompage:Not enough memory for next page
#
#
# Messages to do with font handling.
#
fnt01:Fonts
fnt02:System
X_fontnm:Font name too long
#
#
# Messages to do with links..
#
lnk01:No link
lnk02:Link to '%s'|Clear link
X_link:I can only link to other Highlighter files
#
#
# List of colour strings..
#
col01:Red        
col02:Dark green 
col03:Light green
col04:Gold       
col05:Yellow     
col06:Dark blue  
col07:Light blue 
col08:Off-white  
col09:Black      
#
#
# Messages used by the print module..
#
prn01:is unused.
prn02:leads to
#
#
# Messages used by the resource handling module..
#
rsc01:Too many loaded resources
rsc02:Not enough room to load default folder-tools
rsc03:Can't construct a name for new resource
too_many:Too many images
X_rsrce:Could not find resource '
#
#
# Filing system messages..
#
fil01:'%s' already exists.
fil02:Before you close the folder, '%s' has been modified.
not_found:File not found
cant_load:Cannot load that
X_type:I am sorry. I don't know how to handle this file
X_RAMRX:Failed RAM loading
X_save:Could not save file
X_output:Failed output file
X_data:Failed data file
X_path:Pathname too long
X_open:Could not open
X_load:Failed loading
X_drawsv:Could not save drawfile
X_HLfldr:This is not a Highlighter folder
Xformat1:Unknown page format. Is it really a Hilighter page?
Xformat2:This is a page format that this version of Hilighter cannot handle. Please upgrade.
query:Before you change page, '%s' has been modified.
X_disc:############*** ***** ** ****** ****** ***** *******
#
#
# General housekeeping messages..
#
noroom:Highlighter has run out of room
X_flex:Failed flex
X_verify:Could not verify Draw file
X_buff:Insufficient buffer space
draw_err:Draw error 
os_err:OS error 
unknown1:Unknown draw object
misc01:Continue
misc02:Continue
#
#
# Menu definitions..
#
# The icon bar menu
#
menu1_0:Hilighter
menu1_1:>Info,~>Folder,Quit
#
# The main window menu..
#
menu2_0:Hilighter
menu2_1:>Print,Page,~Text,~Selection,Display,Resources ^R
#
# Submenu main.font
#
fmenu0:Font
fmenu1:System
#
# Submenu main.selection
#
selmenu0:Selection
selmenu1:Select all ^A,~Clear      ^Z,~Copy       ^C,~Delete     ^X,~Front      ^F,~Back       ^B,~>Save      �F3
#
# Submenu main.display
#
dispm0:Display
dispm1:!Tools,Highlights
#
# Resource window menu
#
rmenu1:Delete
rmenu1b:~Delete
#
#Submenu main.text
#
tmenu0:Text
tmenu1:Font,Size,Colour,!Border
#
#Submenu main.page
#
pgmenu0:Page
pgmenu1:>Size,Clear,>Save F3
#
# Submenu main.text.size
#
szmenu0:Size
szmenu1:8,10,12,14,20,12
#
# Submenu main.page.clear
#
clmenu0:Clear
clmenu1:Highlights,Whole page
#
# Submenu main.text.colour
#
colmenu0:Colour
colmenu1:Foreground,Background
#
# Quick-link menu
qlmenu0:Quick-links
qlmenu1:Reset
#
# Draw module error messages..
#
derr1:Bad object
derr2:Bad object handle
derr3:Too many font definitions
derr101:Bounding box coordinates are in the wrong order
derr102:Bad character in string
derr103:Object size is too small
derr104:Object size is too large
derr105:Object size is not a multiple of 4
derr106:Object data is larger than specified size
derr107:There is more than one font table
derr108:The font table appears after text object(s)
derr109:Bad text style word
derr110:Path must start with a move
derr111:Path contains an invalid tag
derr112:Path does not contain any line or curve elements
derr113:There is extra data present at the end of a path object
derr114:The sprite definition size is inconsistent with the object size
derr115:Missing end marker in text columns
derr116:Actual number of columns in a text area object does not match specified number of columns
derr117:Non-zero reserved words in a text area object
derr118:This is not a Draw file
derr119:Version number too high
derr120:Unknown object type
derr121:Corrupted text area (must start with '\!')
derr121:Text area version number is wrong or  missing
derr122:Text area must end with a newline character
derr123:Text area: bad \A code(must be L, R, C or D)
derr124:Text area: bad number or missing terminator
derr125:Text area: more than one \D command
derr126:Text area: bad font number
derr127:Text area: unexpected character in \F command
derr128:Text area: bad or missing font width in \F command
derr129:Text area: bad or missing font size in \F command
derr130:Text area: non-digit in \V command
derr131:Text area: bad escape sequence
derr133:Text area must have at least one column
derr134:Out of memory when building text area
00000000  23 20 48 69 6c 69 67 68  74 65 72 20 56 31 2e 30  |# Hilighter V1.0|
00000010  31 20 6d 65 73 73 61 67  65 73 20 66 69 6c 65 2e  |1 messages file.|
00000020  0a 23 20 43 6f 70 79 72  69 67 68 74 20 a9 20 53  |.# Copyright . S|
00000030  68 65 72 73 74 6f 6e 20  53 6f 66 74 77 61 72 65  |herston Software|
00000040  20 4c 74 64 2e 20 31 39  39 31 0a 23 20 57 72 69  | Ltd. 1991.# Wri|
00000050  74 74 65 6e 20 62 79 20  50 61 75 6c 20 42 61 72  |tten by Paul Bar|
00000060  6b 65 72 2e 0a 23 0a 23  0a 23 20 4d 65 73 73 61  |ker..#.#.# Messa|
00000070  67 65 73 20 75 73 65 64  20 62 79 20 74 68 65 20  |ges used by the |
00000080  74 65 78 74 20 6d 6f 64  75 6c 65 2e 0a 23 0a 74  |text module..#.t|
00000090  78 74 30 31 3a 54 65 78  74 0a 74 78 74 30 32 3a  |xt01:Text.txt02:|
000000a0  54 65 78 74 20 2a 0a 74  78 74 30 33 3a 43 6f 75  |Text *.txt03:Cou|
000000b0  6c 64 20 6e 6f 74 20 6f  70 65 6e 20 65 64 69 74  |ld not open edit|
000000c0  6f 72 20 77 69 6e 64 6f  77 0a 74 78 74 30 34 3a  |or window.txt04:|
000000d0  55 65 78 70 65 63 74 65  64 20 6f 62 6a 65 63 74  |Uexpected object|
000000e0  0a 58 5f 70 67 74 78 74  3a 4e 6f 74 20 65 6e 6f  |.X_pgtxt:Not eno|
000000f0  75 67 68 20 72 6f 6f 6d  20 66 6f 72 20 70 61 67  |ugh room for pag|
00000100  65 20 74 65 78 74 0a 23  0a 23 0a 23 20 4d 65 73  |e text.#.#.# Mes|
00000110  73 61 67 65 73 20 74 6f  20 64 6f 20 77 69 74 68  |sages to do with|
00000120  20 74 68 65 20 70 61 67  65 2e 0a 23 0a 70 67 65  | the page..#.pge|
00000130  30 31 3a 43 75 72 72 65  6e 74 20 70 61 67 65 20  |01:Current page |
00000140  6e 6f 74 20 73 61 76 65  64 0a 72 6f 6f 6d 70 61  |not saved.roompa|
00000150  67 65 3a 4e 6f 74 20 65  6e 6f 75 67 68 20 6d 65  |ge:Not enough me|
00000160  6d 6f 72 79 20 66 6f 72  20 6e 65 78 74 20 70 61  |mory for next pa|
00000170  67 65 0a 23 0a 23 0a 23  20 4d 65 73 73 61 67 65  |ge.#.#.# Message|
00000180  73 20 74 6f 20 64 6f 20  77 69 74 68 20 66 6f 6e  |s to do with fon|
00000190  74 20 68 61 6e 64 6c 69  6e 67 2e 0a 23 0a 66 6e  |t handling..#.fn|
000001a0  74 30 31 3a 46 6f 6e 74  73 0a 66 6e 74 30 32 3a  |t01:Fonts.fnt02:|
000001b0  53 79 73 74 65 6d 0a 58  5f 66 6f 6e 74 6e 6d 3a  |System.X_fontnm:|
000001c0  46 6f 6e 74 20 6e 61 6d  65 20 74 6f 6f 20 6c 6f  |Font name too lo|
000001d0  6e 67 0a 23 0a 23 0a 23  20 4d 65 73 73 61 67 65  |ng.#.#.# Message|
000001e0  73 20 74 6f 20 64 6f 20  77 69 74 68 20 6c 69 6e  |s to do with lin|
000001f0  6b 73 2e 2e 0a 23 0a 6c  6e 6b 30 31 3a 4e 6f 20  |ks...#.lnk01:No |
00000200  6c 69 6e 6b 0a 6c 6e 6b  30 32 3a 4c 69 6e 6b 20  |link.lnk02:Link |
00000210  74 6f 20 27 25 73 27 7c  43 6c 65 61 72 20 6c 69  |to '%s'|Clear li|
00000220  6e 6b 0a 58 5f 6c 69 6e  6b 3a 49 20 63 61 6e 20  |nk.X_link:I can |
00000230  6f 6e 6c 79 20 6c 69 6e  6b 20 74 6f 20 6f 74 68  |only link to oth|
00000240  65 72 20 48 69 67 68 6c  69 67 68 74 65 72 20 66  |er Highlighter f|
00000250  69 6c 65 73 0a 23 0a 23  0a 23 20 4c 69 73 74 20  |iles.#.#.# List |
00000260  6f 66 20 63 6f 6c 6f 75  72 20 73 74 72 69 6e 67  |of colour string|
00000270  73 2e 2e 0a 23 0a 63 6f  6c 30 31 3a 52 65 64 20  |s...#.col01:Red |
00000280  20 20 20 20 20 20 20 0a  63 6f 6c 30 32 3a 44 61  |       .col02:Da|
00000290  72 6b 20 67 72 65 65 6e  20 0a 63 6f 6c 30 33 3a  |rk green .col03:|
000002a0  4c 69 67 68 74 20 67 72  65 65 6e 0a 63 6f 6c 30  |Light green.col0|
000002b0  34 3a 47 6f 6c 64 20 20  20 20 20 20 20 0a 63 6f  |4:Gold       .co|
000002c0  6c 30 35 3a 59 65 6c 6c  6f 77 20 20 20 20 20 0a  |l05:Yellow     .|
000002d0  63 6f 6c 30 36 3a 44 61  72 6b 20 62 6c 75 65 20  |col06:Dark blue |
000002e0  20 0a 63 6f 6c 30 37 3a  4c 69 67 68 74 20 62 6c  | .col07:Light bl|
000002f0  75 65 20 0a 63 6f 6c 30  38 3a 4f 66 66 2d 77 68  |ue .col08:Off-wh|
00000300  69 74 65 20 20 0a 63 6f  6c 30 39 3a 42 6c 61 63  |ite  .col09:Blac|
00000310  6b 20 20 20 20 20 20 0a  23 0a 23 0a 23 20 4d 65  |k      .#.#.# Me|
00000320  73 73 61 67 65 73 20 75  73 65 64 20 62 79 20 74  |ssages used by t|
00000330  68 65 20 70 72 69 6e 74  20 6d 6f 64 75 6c 65 2e  |he print module.|
00000340  2e 0a 23 0a 70 72 6e 30  31 3a 69 73 20 75 6e 75  |..#.prn01:is unu|
00000350  73 65 64 2e 0a 70 72 6e  30 32 3a 6c 65 61 64 73  |sed..prn02:leads|
00000360  20 74 6f 0a 23 0a 23 0a  23 20 4d 65 73 73 61 67  | to.#.#.# Messag|
00000370  65 73 20 75 73 65 64 20  62 79 20 74 68 65 20 72  |es used by the r|
00000380  65 73 6f 75 72 63 65 20  68 61 6e 64 6c 69 6e 67  |esource handling|
00000390  20 6d 6f 64 75 6c 65 2e  2e 0a 23 0a 72 73 63 30  | module...#.rsc0|
000003a0  31 3a 54 6f 6f 20 6d 61  6e 79 20 6c 6f 61 64 65  |1:Too many loade|
000003b0  64 20 72 65 73 6f 75 72  63 65 73 0a 72 73 63 30  |d resources.rsc0|
000003c0  32 3a 4e 6f 74 20 65 6e  6f 75 67 68 20 72 6f 6f  |2:Not enough roo|
000003d0  6d 20 74 6f 20 6c 6f 61  64 20 64 65 66 61 75 6c  |m to load defaul|
000003e0  74 20 66 6f 6c 64 65 72  2d 74 6f 6f 6c 73 0a 72  |t folder-tools.r|
000003f0  73 63 30 33 3a 43 61 6e  27 74 20 63 6f 6e 73 74  |sc03:Can't const|
00000400  72 75 63 74 20 61 20 6e  61 6d 65 20 66 6f 72 20  |ruct a name for |
00000410  6e 65 77 20 72 65 73 6f  75 72 63 65 0a 74 6f 6f  |new resource.too|
00000420  5f 6d 61 6e 79 3a 54 6f  6f 20 6d 61 6e 79 20 69  |_many:Too many i|
00000430  6d 61 67 65 73 0a 58 5f  72 73 72 63 65 3a 43 6f  |mages.X_rsrce:Co|
00000440  75 6c 64 20 6e 6f 74 20  66 69 6e 64 20 72 65 73  |uld not find res|
00000450  6f 75 72 63 65 20 27 0a  23 0a 23 0a 23 20 46 69  |ource '.#.#.# Fi|
00000460  6c 69 6e 67 20 73 79 73  74 65 6d 20 6d 65 73 73  |ling system mess|
00000470  61 67 65 73 2e 2e 0a 23  0a 66 69 6c 30 31 3a 27  |ages...#.fil01:'|
00000480  25 73 27 20 61 6c 72 65  61 64 79 20 65 78 69 73  |%s' already exis|
00000490  74 73 2e 0a 66 69 6c 30  32 3a 42 65 66 6f 72 65  |ts..fil02:Before|
000004a0  20 79 6f 75 20 63 6c 6f  73 65 20 74 68 65 20 66  | you close the f|
000004b0  6f 6c 64 65 72 2c 20 27  25 73 27 20 68 61 73 20  |older, '%s' has |
000004c0  62 65 65 6e 20 6d 6f 64  69 66 69 65 64 2e 0a 6e  |been modified..n|
000004d0  6f 74 5f 66 6f 75 6e 64  3a 46 69 6c 65 20 6e 6f  |ot_found:File no|
000004e0  74 20 66 6f 75 6e 64 0a  63 61 6e 74 5f 6c 6f 61  |t found.cant_loa|
000004f0  64 3a 43 61 6e 6e 6f 74  20 6c 6f 61 64 20 74 68  |d:Cannot load th|
00000500  61 74 0a 58 5f 74 79 70  65 3a 49 20 61 6d 20 73  |at.X_type:I am s|
00000510  6f 72 72 79 2e 20 49 20  64 6f 6e 27 74 20 6b 6e  |orry. I don't kn|
00000520  6f 77 20 68 6f 77 20 74  6f 20 68 61 6e 64 6c 65  |ow how to handle|
00000530  20 74 68 69 73 20 66 69  6c 65 0a 58 5f 52 41 4d  | this file.X_RAM|
00000540  52 58 3a 46 61 69 6c 65  64 20 52 41 4d 20 6c 6f  |RX:Failed RAM lo|
00000550  61 64 69 6e 67 0a 58 5f  73 61 76 65 3a 43 6f 75  |ading.X_save:Cou|
00000560  6c 64 20 6e 6f 74 20 73  61 76 65 20 66 69 6c 65  |ld not save file|
00000570  0a 58 5f 6f 75 74 70 75  74 3a 46 61 69 6c 65 64  |.X_output:Failed|
00000580  20 6f 75 74 70 75 74 20  66 69 6c 65 0a 58 5f 64  | output file.X_d|
00000590  61 74 61 3a 46 61 69 6c  65 64 20 64 61 74 61 20  |ata:Failed data |
000005a0  66 69 6c 65 0a 58 5f 70  61 74 68 3a 50 61 74 68  |file.X_path:Path|
000005b0  6e 61 6d 65 20 74 6f 6f  20 6c 6f 6e 67 0a 58 5f  |name too long.X_|
000005c0  6f 70 65 6e 3a 43 6f 75  6c 64 20 6e 6f 74 20 6f  |open:Could not o|
000005d0  70 65 6e 0a 58 5f 6c 6f  61 64 3a 46 61 69 6c 65  |pen.X_load:Faile|
000005e0  64 20 6c 6f 61 64 69 6e  67 0a 58 5f 64 72 61 77  |d loading.X_draw|
000005f0  73 76 3a 43 6f 75 6c 64  20 6e 6f 74 20 73 61 76  |sv:Could not sav|
00000600  65 20 64 72 61 77 66 69  6c 65 0a 58 5f 48 4c 66  |e drawfile.X_HLf|
00000610  6c 64 72 3a 54 68 69 73  20 69 73 20 6e 6f 74 20  |ldr:This is not |
00000620  61 20 48 69 67 68 6c 69  67 68 74 65 72 20 66 6f  |a Highlighter fo|
00000630  6c 64 65 72 0a 58 66 6f  72 6d 61 74 31 3a 55 6e  |lder.Xformat1:Un|
00000640  6b 6e 6f 77 6e 20 70 61  67 65 20 66 6f 72 6d 61  |known page forma|
00000650  74 2e 20 49 73 20 69 74  20 72 65 61 6c 6c 79 20  |t. Is it really |
00000660  61 20 48 69 6c 69 67 68  74 65 72 20 70 61 67 65  |a Hilighter page|
00000670  3f 0a 58 66 6f 72 6d 61  74 32 3a 54 68 69 73 20  |?.Xformat2:This |
00000680  69 73 20 61 20 70 61 67  65 20 66 6f 72 6d 61 74  |is a page format|
00000690  20 74 68 61 74 20 74 68  69 73 20 76 65 72 73 69  | that this versi|
000006a0  6f 6e 20 6f 66 20 48 69  6c 69 67 68 74 65 72 20  |on of Hilighter |
000006b0  63 61 6e 6e 6f 74 20 68  61 6e 64 6c 65 2e 20 50  |cannot handle. P|
000006c0  6c 65 61 73 65 20 75 70  67 72 61 64 65 2e 0a 71  |lease upgrade..q|
000006d0  75 65 72 79 3a 42 65 66  6f 72 65 20 79 6f 75 20  |uery:Before you |
000006e0  63 68 61 6e 67 65 20 70  61 67 65 2c 20 27 25 73  |change page, '%s|
000006f0  27 20 68 61 73 20 62 65  65 6e 20 6d 6f 64 69 66  |' has been modif|
00000700  69 65 64 2e 0a 58 5f 64  69 73 63 3a 23 23 23 23  |ied..X_disc:####|
00000710  23 23 23 23 23 23 23 23  2a 2a 2a 20 2a 2a 2a 2a  |########*** ****|
00000720  2a 20 2a 2a 20 2a 2a 2a  2a 2a 2a 20 2a 2a 2a 2a  |* ** ****** ****|
00000730  2a 2a 20 2a 2a 2a 2a 2a  20 2a 2a 2a 2a 2a 2a 2a  |** ***** *******|
00000740  0a 23 0a 23 0a 23 20 47  65 6e 65 72 61 6c 20 68  |.#.#.# General h|
00000750  6f 75 73 65 6b 65 65 70  69 6e 67 20 6d 65 73 73  |ousekeeping mess|
00000760  61 67 65 73 2e 2e 0a 23  0a 6e 6f 72 6f 6f 6d 3a  |ages...#.noroom:|
00000770  48 69 67 68 6c 69 67 68  74 65 72 20 68 61 73 20  |Highlighter has |
00000780  72 75 6e 20 6f 75 74 20  6f 66 20 72 6f 6f 6d 0a  |run out of room.|
00000790  58 5f 66 6c 65 78 3a 46  61 69 6c 65 64 20 66 6c  |X_flex:Failed fl|
000007a0  65 78 0a 58 5f 76 65 72  69 66 79 3a 43 6f 75 6c  |ex.X_verify:Coul|
000007b0  64 20 6e 6f 74 20 76 65  72 69 66 79 20 44 72 61  |d not verify Dra|
000007c0  77 20 66 69 6c 65 0a 58  5f 62 75 66 66 3a 49 6e  |w file.X_buff:In|
000007d0  73 75 66 66 69 63 69 65  6e 74 20 62 75 66 66 65  |sufficient buffe|
000007e0  72 20 73 70 61 63 65 0a  64 72 61 77 5f 65 72 72  |r space.draw_err|
000007f0  3a 44 72 61 77 20 65 72  72 6f 72 20 0a 6f 73 5f  |:Draw error .os_|
00000800  65 72 72 3a 4f 53 20 65  72 72 6f 72 20 0a 75 6e  |err:OS error .un|
00000810  6b 6e 6f 77 6e 31 3a 55  6e 6b 6e 6f 77 6e 20 64  |known1:Unknown d|
00000820  72 61 77 20 6f 62 6a 65  63 74 0a 6d 69 73 63 30  |raw object.misc0|
00000830  31 3a 43 6f 6e 74 69 6e  75 65 0a 6d 69 73 63 30  |1:Continue.misc0|
00000840  32 3a 43 6f 6e 74 69 6e  75 65 0a 23 0a 23 0a 23  |2:Continue.#.#.#|
00000850  20 4d 65 6e 75 20 64 65  66 69 6e 69 74 69 6f 6e  | Menu definition|
00000860  73 2e 2e 0a 23 0a 23 20  54 68 65 20 69 63 6f 6e  |s...#.# The icon|
00000870  20 62 61 72 20 6d 65 6e  75 0a 23 0a 6d 65 6e 75  | bar menu.#.menu|
00000880  31 5f 30 3a 48 69 6c 69  67 68 74 65 72 0a 6d 65  |1_0:Hilighter.me|
00000890  6e 75 31 5f 31 3a 3e 49  6e 66 6f 2c 7e 3e 46 6f  |nu1_1:>Info,~>Fo|
000008a0  6c 64 65 72 2c 51 75 69  74 0a 23 0a 23 20 54 68  |lder,Quit.#.# Th|
000008b0  65 20 6d 61 69 6e 20 77  69 6e 64 6f 77 20 6d 65  |e main window me|
000008c0  6e 75 2e 2e 0a 23 0a 6d  65 6e 75 32 5f 30 3a 48  |nu...#.menu2_0:H|
000008d0  69 6c 69 67 68 74 65 72  0a 6d 65 6e 75 32 5f 31  |ilighter.menu2_1|
000008e0  3a 3e 50 72 69 6e 74 2c  50 61 67 65 2c 7e 54 65  |:>Print,Page,~Te|
000008f0  78 74 2c 7e 53 65 6c 65  63 74 69 6f 6e 2c 44 69  |xt,~Selection,Di|
00000900  73 70 6c 61 79 2c 52 65  73 6f 75 72 63 65 73 20  |splay,Resources |
00000910  5e 52 0a 23 0a 23 20 53  75 62 6d 65 6e 75 20 6d  |^R.#.# Submenu m|
00000920  61 69 6e 2e 66 6f 6e 74  0a 23 0a 66 6d 65 6e 75  |ain.font.#.fmenu|
00000930  30 3a 46 6f 6e 74 0a 66  6d 65 6e 75 31 3a 53 79  |0:Font.fmenu1:Sy|
00000940  73 74 65 6d 0a 23 0a 23  20 53 75 62 6d 65 6e 75  |stem.#.# Submenu|
00000950  20 6d 61 69 6e 2e 73 65  6c 65 63 74 69 6f 6e 0a  | main.selection.|
00000960  23 0a 73 65 6c 6d 65 6e  75 30 3a 53 65 6c 65 63  |#.selmenu0:Selec|
00000970  74 69 6f 6e 0a 73 65 6c  6d 65 6e 75 31 3a 53 65  |tion.selmenu1:Se|
00000980  6c 65 63 74 20 61 6c 6c  20 5e 41 2c 7e 43 6c 65  |lect all ^A,~Cle|
00000990  61 72 20 20 20 20 20 20  5e 5a 2c 7e 43 6f 70 79  |ar      ^Z,~Copy|
000009a0  20 20 20 20 20 20 20 5e  43 2c 7e 44 65 6c 65 74  |       ^C,~Delet|
000009b0  65 20 20 20 20 20 5e 58  2c 7e 46 72 6f 6e 74 20  |e     ^X,~Front |
000009c0  20 20 20 20 20 5e 46 2c  7e 42 61 63 6b 20 20 20  |     ^F,~Back   |
000009d0  20 20 20 20 5e 42 2c 7e  3e 53 61 76 65 20 20 20  |    ^B,~>Save   |
000009e0  20 20 20 8b 46 33 0a 23  0a 23 20 53 75 62 6d 65  |   .F3.#.# Subme|
000009f0  6e 75 20 6d 61 69 6e 2e  64 69 73 70 6c 61 79 0a  |nu main.display.|
00000a00  23 0a 64 69 73 70 6d 30  3a 44 69 73 70 6c 61 79  |#.dispm0:Display|
00000a10  0a 64 69 73 70 6d 31 3a  21 54 6f 6f 6c 73 2c 48  |.dispm1:!Tools,H|
00000a20  69 67 68 6c 69 67 68 74  73 0a 23 0a 23 20 52 65  |ighlights.#.# Re|
00000a30  73 6f 75 72 63 65 20 77  69 6e 64 6f 77 20 6d 65  |source window me|
00000a40  6e 75 0a 23 0a 72 6d 65  6e 75 31 3a 44 65 6c 65  |nu.#.rmenu1:Dele|
00000a50  74 65 0a 72 6d 65 6e 75  31 62 3a 7e 44 65 6c 65  |te.rmenu1b:~Dele|
00000a60  74 65 0a 23 0a 23 53 75  62 6d 65 6e 75 20 6d 61  |te.#.#Submenu ma|
00000a70  69 6e 2e 74 65 78 74 0a  23 0a 74 6d 65 6e 75 30  |in.text.#.tmenu0|
00000a80  3a 54 65 78 74 0a 74 6d  65 6e 75 31 3a 46 6f 6e  |:Text.tmenu1:Fon|
00000a90  74 2c 53 69 7a 65 2c 43  6f 6c 6f 75 72 2c 21 42  |t,Size,Colour,!B|
00000aa0  6f 72 64 65 72 0a 23 0a  23 53 75 62 6d 65 6e 75  |order.#.#Submenu|
00000ab0  20 6d 61 69 6e 2e 70 61  67 65 0a 23 0a 70 67 6d  | main.page.#.pgm|
00000ac0  65 6e 75 30 3a 50 61 67  65 0a 70 67 6d 65 6e 75  |enu0:Page.pgmenu|
00000ad0  31 3a 3e 53 69 7a 65 2c  43 6c 65 61 72 2c 3e 53  |1:>Size,Clear,>S|
00000ae0  61 76 65 20 46 33 0a 23  0a 23 20 53 75 62 6d 65  |ave F3.#.# Subme|
00000af0  6e 75 20 6d 61 69 6e 2e  74 65 78 74 2e 73 69 7a  |nu main.text.siz|
00000b00  65 0a 23 0a 73 7a 6d 65  6e 75 30 3a 53 69 7a 65  |e.#.szmenu0:Size|
00000b10  0a 73 7a 6d 65 6e 75 31  3a 38 2c 31 30 2c 31 32  |.szmenu1:8,10,12|
00000b20  2c 31 34 2c 32 30 2c 31  32 0a 23 0a 23 20 53 75  |,14,20,12.#.# Su|
00000b30  62 6d 65 6e 75 20 6d 61  69 6e 2e 70 61 67 65 2e  |bmenu main.page.|
00000b40  63 6c 65 61 72 0a 23 0a  63 6c 6d 65 6e 75 30 3a  |clear.#.clmenu0:|
00000b50  43 6c 65 61 72 0a 63 6c  6d 65 6e 75 31 3a 48 69  |Clear.clmenu1:Hi|
00000b60  67 68 6c 69 67 68 74 73  2c 57 68 6f 6c 65 20 70  |ghlights,Whole p|
00000b70  61 67 65 0a 23 0a 23 20  53 75 62 6d 65 6e 75 20  |age.#.# Submenu |
00000b80  6d 61 69 6e 2e 74 65 78  74 2e 63 6f 6c 6f 75 72  |main.text.colour|
00000b90  0a 23 0a 63 6f 6c 6d 65  6e 75 30 3a 43 6f 6c 6f  |.#.colmenu0:Colo|
00000ba0  75 72 0a 63 6f 6c 6d 65  6e 75 31 3a 46 6f 72 65  |ur.colmenu1:Fore|
00000bb0  67 72 6f 75 6e 64 2c 42  61 63 6b 67 72 6f 75 6e  |ground,Backgroun|
00000bc0  64 0a 23 0a 23 20 51 75  69 63 6b 2d 6c 69 6e 6b  |d.#.# Quick-link|
00000bd0  20 6d 65 6e 75 0a 71 6c  6d 65 6e 75 30 3a 51 75  | menu.qlmenu0:Qu|
00000be0  69 63 6b 2d 6c 69 6e 6b  73 0a 71 6c 6d 65 6e 75  |ick-links.qlmenu|
00000bf0  31 3a 52 65 73 65 74 0a  23 0a 23 20 44 72 61 77  |1:Reset.#.# Draw|
00000c00  20 6d 6f 64 75 6c 65 20  65 72 72 6f 72 20 6d 65  | module error me|
00000c10  73 73 61 67 65 73 2e 2e  0a 23 0a 64 65 72 72 31  |ssages...#.derr1|
00000c20  3a 42 61 64 20 6f 62 6a  65 63 74 0a 64 65 72 72  |:Bad object.derr|
00000c30  32 3a 42 61 64 20 6f 62  6a 65 63 74 20 68 61 6e  |2:Bad object han|
00000c40  64 6c 65 0a 64 65 72 72  33 3a 54 6f 6f 20 6d 61  |dle.derr3:Too ma|
00000c50  6e 79 20 66 6f 6e 74 20  64 65 66 69 6e 69 74 69  |ny font definiti|
00000c60  6f 6e 73 0a 64 65 72 72  31 30 31 3a 42 6f 75 6e  |ons.derr101:Boun|
00000c70  64 69 6e 67 20 62 6f 78  20 63 6f 6f 72 64 69 6e  |ding box coordin|
00000c80  61 74 65 73 20 61 72 65  20 69 6e 20 74 68 65 20  |ates are in the |
00000c90  77 72 6f 6e 67 20 6f 72  64 65 72 0a 64 65 72 72  |wrong order.derr|
00000ca0  31 30 32 3a 42 61 64 20  63 68 61 72 61 63 74 65  |102:Bad characte|
00000cb0  72 20 69 6e 20 73 74 72  69 6e 67 0a 64 65 72 72  |r in string.derr|
00000cc0  31 30 33 3a 4f 62 6a 65  63 74 20 73 69 7a 65 20  |103:Object size |
00000cd0  69 73 20 74 6f 6f 20 73  6d 61 6c 6c 0a 64 65 72  |is too small.der|
00000ce0  72 31 30 34 3a 4f 62 6a  65 63 74 20 73 69 7a 65  |r104:Object size|
00000cf0  20 69 73 20 74 6f 6f 20  6c 61 72 67 65 0a 64 65  | is too large.de|
00000d00  72 72 31 30 35 3a 4f 62  6a 65 63 74 20 73 69 7a  |rr105:Object siz|
00000d10  65 20 69 73 20 6e 6f 74  20 61 20 6d 75 6c 74 69  |e is not a multi|
00000d20  70 6c 65 20 6f 66 20 34  0a 64 65 72 72 31 30 36  |ple of 4.derr106|
00000d30  3a 4f 62 6a 65 63 74 20  64 61 74 61 20 69 73 20  |:Object data is |
00000d40  6c 61 72 67 65 72 20 74  68 61 6e 20 73 70 65 63  |larger than spec|
00000d50  69 66 69 65 64 20 73 69  7a 65 0a 64 65 72 72 31  |ified size.derr1|
00000d60  30 37 3a 54 68 65 72 65  20 69 73 20 6d 6f 72 65  |07:There is more|
00000d70  20 74 68 61 6e 20 6f 6e  65 20 66 6f 6e 74 20 74  | than one font t|
00000d80  61 62 6c 65 0a 64 65 72  72 31 30 38 3a 54 68 65  |able.derr108:The|
00000d90  20 66 6f 6e 74 20 74 61  62 6c 65 20 61 70 70 65  | font table appe|
00000da0  61 72 73 20 61 66 74 65  72 20 74 65 78 74 20 6f  |ars after text o|
00000db0  62 6a 65 63 74 28 73 29  0a 64 65 72 72 31 30 39  |bject(s).derr109|
00000dc0  3a 42 61 64 20 74 65 78  74 20 73 74 79 6c 65 20  |:Bad text style |
00000dd0  77 6f 72 64 0a 64 65 72  72 31 31 30 3a 50 61 74  |word.derr110:Pat|
00000de0  68 20 6d 75 73 74 20 73  74 61 72 74 20 77 69 74  |h must start wit|
00000df0  68 20 61 20 6d 6f 76 65  0a 64 65 72 72 31 31 31  |h a move.derr111|
00000e00  3a 50 61 74 68 20 63 6f  6e 74 61 69 6e 73 20 61  |:Path contains a|
00000e10  6e 20 69 6e 76 61 6c 69  64 20 74 61 67 0a 64 65  |n invalid tag.de|
00000e20  72 72 31 31 32 3a 50 61  74 68 20 64 6f 65 73 20  |rr112:Path does |
00000e30  6e 6f 74 20 63 6f 6e 74  61 69 6e 20 61 6e 79 20  |not contain any |
00000e40  6c 69 6e 65 20 6f 72 20  63 75 72 76 65 20 65 6c  |line or curve el|
00000e50  65 6d 65 6e 74 73 0a 64  65 72 72 31 31 33 3a 54  |ements.derr113:T|
00000e60  68 65 72 65 20 69 73 20  65 78 74 72 61 20 64 61  |here is extra da|
00000e70  74 61 20 70 72 65 73 65  6e 74 20 61 74 20 74 68  |ta present at th|
00000e80  65 20 65 6e 64 20 6f 66  20 61 20 70 61 74 68 20  |e end of a path |
00000e90  6f 62 6a 65 63 74 0a 64  65 72 72 31 31 34 3a 54  |object.derr114:T|
00000ea0  68 65 20 73 70 72 69 74  65 20 64 65 66 69 6e 69  |he sprite defini|
00000eb0  74 69 6f 6e 20 73 69 7a  65 20 69 73 20 69 6e 63  |tion size is inc|
00000ec0  6f 6e 73 69 73 74 65 6e  74 20 77 69 74 68 20 74  |onsistent with t|
00000ed0  68 65 20 6f 62 6a 65 63  74 20 73 69 7a 65 0a 64  |he object size.d|
00000ee0  65 72 72 31 31 35 3a 4d  69 73 73 69 6e 67 20 65  |err115:Missing e|
00000ef0  6e 64 20 6d 61 72 6b 65  72 20 69 6e 20 74 65 78  |nd marker in tex|
00000f00  74 20 63 6f 6c 75 6d 6e  73 0a 64 65 72 72 31 31  |t columns.derr11|
00000f10  36 3a 41 63 74 75 61 6c  20 6e 75 6d 62 65 72 20  |6:Actual number |
00000f20  6f 66 20 63 6f 6c 75 6d  6e 73 20 69 6e 20 61 20  |of columns in a |
00000f30  74 65 78 74 20 61 72 65  61 20 6f 62 6a 65 63 74  |text area object|
00000f40  20 64 6f 65 73 20 6e 6f  74 20 6d 61 74 63 68 20  | does not match |
00000f50  73 70 65 63 69 66 69 65  64 20 6e 75 6d 62 65 72  |specified number|
00000f60  20 6f 66 20 63 6f 6c 75  6d 6e 73 0a 64 65 72 72  | of columns.derr|
00000f70  31 31 37 3a 4e 6f 6e 2d  7a 65 72 6f 20 72 65 73  |117:Non-zero res|
00000f80  65 72 76 65 64 20 77 6f  72 64 73 20 69 6e 20 61  |erved words in a|
00000f90  20 74 65 78 74 20 61 72  65 61 20 6f 62 6a 65 63  | text area objec|
00000fa0  74 0a 64 65 72 72 31 31  38 3a 54 68 69 73 20 69  |t.derr118:This i|
00000fb0  73 20 6e 6f 74 20 61 20  44 72 61 77 20 66 69 6c  |s not a Draw fil|
00000fc0  65 0a 64 65 72 72 31 31  39 3a 56 65 72 73 69 6f  |e.derr119:Versio|
00000fd0  6e 20 6e 75 6d 62 65 72  20 74 6f 6f 20 68 69 67  |n number too hig|
00000fe0  68 0a 64 65 72 72 31 32  30 3a 55 6e 6b 6e 6f 77  |h.derr120:Unknow|
00000ff0  6e 20 6f 62 6a 65 63 74  20 74 79 70 65 0a 64 65  |n object type.de|
00001000  72 72 31 32 31 3a 43 6f  72 72 75 70 74 65 64 20  |rr121:Corrupted |
00001010  74 65 78 74 20 61 72 65  61 20 28 6d 75 73 74 20  |text area (must |
00001020  73 74 61 72 74 20 77 69  74 68 20 27 5c 21 27 29  |start with '\!')|
00001030  0a 64 65 72 72 31 32 31  3a 54 65 78 74 20 61 72  |.derr121:Text ar|
00001040  65 61 20 76 65 72 73 69  6f 6e 20 6e 75 6d 62 65  |ea version numbe|
00001050  72 20 69 73 20 77 72 6f  6e 67 20 6f 72 20 20 6d  |r is wrong or  m|
00001060  69 73 73 69 6e 67 0a 64  65 72 72 31 32 32 3a 54  |issing.derr122:T|
00001070  65 78 74 20 61 72 65 61  20 6d 75 73 74 20 65 6e  |ext area must en|
00001080  64 20 77 69 74 68 20 61  20 6e 65 77 6c 69 6e 65  |d with a newline|
00001090  20 63 68 61 72 61 63 74  65 72 0a 64 65 72 72 31  | character.derr1|
000010a0  32 33 3a 54 65 78 74 20  61 72 65 61 3a 20 62 61  |23:Text area: ba|
000010b0  64 20 5c 41 20 63 6f 64  65 28 6d 75 73 74 20 62  |d \A code(must b|
000010c0  65 20 4c 2c 20 52 2c 20  43 20 6f 72 20 44 29 0a  |e L, R, C or D).|
000010d0  64 65 72 72 31 32 34 3a  54 65 78 74 20 61 72 65  |derr124:Text are|
000010e0  61 3a 20 62 61 64 20 6e  75 6d 62 65 72 20 6f 72  |a: bad number or|
000010f0  20 6d 69 73 73 69 6e 67  20 74 65 72 6d 69 6e 61  | missing termina|
00001100  74 6f 72 0a 64 65 72 72  31 32 35 3a 54 65 78 74  |tor.derr125:Text|
00001110  20 61 72 65 61 3a 20 6d  6f 72 65 20 74 68 61 6e  | area: more than|
00001120  20 6f 6e 65 20 5c 44 20  63 6f 6d 6d 61 6e 64 0a  | one \D command.|
00001130  64 65 72 72 31 32 36 3a  54 65 78 74 20 61 72 65  |derr126:Text are|
00001140  61 3a 20 62 61 64 20 66  6f 6e 74 20 6e 75 6d 62  |a: bad font numb|
00001150  65 72 0a 64 65 72 72 31  32 37 3a 54 65 78 74 20  |er.derr127:Text |
00001160  61 72 65 61 3a 20 75 6e  65 78 70 65 63 74 65 64  |area: unexpected|
00001170  20 63 68 61 72 61 63 74  65 72 20 69 6e 20 5c 46  | character in \F|
00001180  20 63 6f 6d 6d 61 6e 64  0a 64 65 72 72 31 32 38  | command.derr128|
00001190  3a 54 65 78 74 20 61 72  65 61 3a 20 62 61 64 20  |:Text area: bad |
000011a0  6f 72 20 6d 69 73 73 69  6e 67 20 66 6f 6e 74 20  |or missing font |
000011b0  77 69 64 74 68 20 69 6e  20 5c 46 20 63 6f 6d 6d  |width in \F comm|
000011c0  61 6e 64 0a 64 65 72 72  31 32 39 3a 54 65 78 74  |and.derr129:Text|
000011d0  20 61 72 65 61 3a 20 62  61 64 20 6f 72 20 6d 69  | area: bad or mi|
000011e0  73 73 69 6e 67 20 66 6f  6e 74 20 73 69 7a 65 20  |ssing font size |
000011f0  69 6e 20 5c 46 20 63 6f  6d 6d 61 6e 64 0a 64 65  |in \F command.de|
00001200  72 72 31 33 30 3a 54 65  78 74 20 61 72 65 61 3a  |rr130:Text area:|
00001210  20 6e 6f 6e 2d 64 69 67  69 74 20 69 6e 20 5c 56  | non-digit in \V|
00001220  20 63 6f 6d 6d 61 6e 64  0a 64 65 72 72 31 33 31  | command.derr131|
00001230  3a 54 65 78 74 20 61 72  65 61 3a 20 62 61 64 20  |:Text area: bad |
00001240  65 73 63 61 70 65 20 73  65 71 75 65 6e 63 65 0a  |escape sequence.|
00001250  64 65 72 72 31 33 33 3a  54 65 78 74 20 61 72 65  |derr133:Text are|
00001260  61 20 6d 75 73 74 20 68  61 76 65 20 61 74 20 6c  |a must have at l|
00001270  65 61 73 74 20 6f 6e 65  20 63 6f 6c 75 6d 6e 0a  |east one column.|
00001280  64 65 72 72 31 33 34 3a  4f 75 74 20 6f 66 20 6d  |derr134:Out of m|
00001290  65 6d 6f 72 79 20 77 68  65 6e 20 62 75 69 6c 64  |emory when build|
000012a0  69 6e 67 20 74 65 78 74  20 61 72 65 61 0a        |ing text area.|
000012ae