Home » Archimedes archive » Micro User » MU 1991-03.adf » PD-Stuff » Apps/!StrongED/Changes
Apps/!StrongED/Changes
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 » Micro User » MU 1991-03.adf » PD-Stuff |
Filename: | Apps/!StrongED/Changes |
Read OK: | ✔ |
File size: | 07B7 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Correction/Changes : -------------------- 1.5 'Goto' : it used to go one line too many, when going towards lower linenumber.(If you was at the last line,however, it worked correctly!) 3.5 Corruption of first line in text : This would happen if current line was changed, and you did ^Z to get to the desktop. If you then dragged/double-clicked on a new file, this would load, but the first line in new file would be replaced by the 'current line' I mentioned a couple of lines above. (I think this could happen when going to another textwindow, too) This is now corrected. 3.5 Alter marked block with mouse : This is now possible. 5.5 Text is now marked as changed, after a 'replace' (as in search & replace) 12.5 "Editor$Path" changed to "StrongED$Dir" 12.5 Dialouge-box : Escape is now same as click on cancel button. 14.5 Load : Asks for confirmation if old text is changed. 8.6 A press on f12 will now give you a * prompt, even if editor was not started from within desktop. 9.6 You can now drag the slider in the scroll bar. It is a bit limited, but it works. Have also corrected a few bugs : One bug would corrupt the character definitions. Another could cause error when running editor several times 10.6 You can now delete to start/end of line with ctrl shift <- / -> Have also implemented block move and delete ( shift f7 / f8 ) 12.6 Configuration: Have implemented a configuration file. With it you can decide which colours should be used in editor. 28.6 You can now choose between four different tab-types. You cycle through them with shift-tab. You can also configure which tab-type you want with tabtype=0..3 ( 0=nearest, 1=tab2, 2=tab4, 3=tab8 ). Have also corrected some bugs in block delete/move and in tab
00000000 0a 0a 20 20 20 43 6f 72 72 65 63 74 69 6f 6e 2f |.. Correction/| 00000010 43 68 61 6e 67 65 73 20 3a 0a 20 20 20 2d 2d 2d |Changes :. ---| 00000020 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000030 2d 0a 0a 20 20 31 2e 35 20 20 27 47 6f 74 6f 27 |-.. 1.5 'Goto'| 00000040 20 3a 0a 20 20 20 20 20 20 20 20 20 69 74 20 75 | :. it u| 00000050 73 65 64 20 74 6f 20 67 6f 20 6f 6e 65 20 6c 69 |sed to go one li| 00000060 6e 65 20 74 6f 6f 20 6d 61 6e 79 2c 20 77 68 65 |ne too many, whe| 00000070 6e 20 67 6f 69 6e 67 20 74 6f 77 61 72 64 73 20 |n going towards | 00000080 6c 6f 77 65 72 0a 20 20 20 20 20 20 20 20 20 6c |lower. l| 00000090 69 6e 65 6e 75 6d 62 65 72 2e 28 49 66 20 79 6f |inenumber.(If yo| 000000a0 75 20 77 61 73 20 61 74 20 74 68 65 20 6c 61 73 |u was at the las| 000000b0 74 20 6c 69 6e 65 2c 68 6f 77 65 76 65 72 2c 20 |t line,however, | 000000c0 69 74 0a 20 20 20 20 20 20 20 20 20 77 6f 72 6b |it. work| 000000d0 65 64 20 63 6f 72 72 65 63 74 6c 79 21 29 0a 0a |ed correctly!)..| 000000e0 20 20 33 2e 35 20 20 43 6f 72 72 75 70 74 69 6f | 3.5 Corruptio| 000000f0 6e 20 6f 66 20 66 69 72 73 74 20 6c 69 6e 65 20 |n of first line | 00000100 69 6e 20 74 65 78 74 20 3a 0a 20 20 20 20 20 20 |in text :. | 00000110 20 20 20 54 68 69 73 20 77 6f 75 6c 64 20 68 61 | This would ha| 00000120 70 70 65 6e 20 69 66 20 63 75 72 72 65 6e 74 20 |ppen if current | 00000130 6c 69 6e 65 20 77 61 73 20 63 68 61 6e 67 65 64 |line was changed| 00000140 2c 20 61 6e 64 20 79 6f 75 20 64 69 64 20 5e 5a |, and you did ^Z| 00000150 20 74 6f 20 67 65 74 0a 20 20 20 20 20 20 20 20 | to get. | 00000160 20 74 6f 20 74 68 65 20 64 65 73 6b 74 6f 70 2e | to the desktop.| 00000170 20 49 66 20 79 6f 75 20 74 68 65 6e 20 64 72 61 | If you then dra| 00000180 67 67 65 64 2f 64 6f 75 62 6c 65 2d 63 6c 69 63 |gged/double-clic| 00000190 6b 65 64 20 6f 6e 20 61 20 6e 65 77 20 66 69 6c |ked on a new fil| 000001a0 65 2c 20 74 68 69 73 0a 20 20 20 20 20 20 20 20 |e, this. | 000001b0 20 77 6f 75 6c 64 20 6c 6f 61 64 2c 20 62 75 74 | would load, but| 000001c0 20 74 68 65 20 66 69 72 73 74 20 6c 69 6e 65 20 | the first line | 000001d0 69 6e 20 6e 65 77 20 66 69 6c 65 20 77 6f 75 6c |in new file woul| 000001e0 64 20 62 65 20 72 65 70 6c 61 63 65 64 20 62 79 |d be replaced by| 000001f0 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 27 63 | the. 'c| 00000200 75 72 72 65 6e 74 20 6c 69 6e 65 27 20 49 20 6d |urrent line' I m| 00000210 65 6e 74 69 6f 6e 65 64 20 61 20 63 6f 75 70 6c |entioned a coupl| 00000220 65 20 6f 66 20 6c 69 6e 65 73 20 61 62 6f 76 65 |e of lines above| 00000230 2e 0a 20 20 20 20 20 20 20 20 20 28 49 20 74 68 |.. (I th| 00000240 69 6e 6b 20 74 68 69 73 20 63 6f 75 6c 64 20 68 |ink this could h| 00000250 61 70 70 65 6e 20 77 68 65 6e 20 67 6f 69 6e 67 |appen when going| 00000260 20 74 6f 20 61 6e 6f 74 68 65 72 20 74 65 78 74 | to another text| 00000270 77 69 6e 64 6f 77 2c 20 74 6f 6f 29 0a 20 20 20 |window, too). | 00000280 20 20 20 20 20 20 54 68 69 73 20 69 73 20 6e 6f | This is no| 00000290 77 20 63 6f 72 72 65 63 74 65 64 2e 0a 0a 20 20 |w corrected... | 000002a0 33 2e 35 20 20 41 6c 74 65 72 20 6d 61 72 6b 65 |3.5 Alter marke| 000002b0 64 20 62 6c 6f 63 6b 20 77 69 74 68 20 6d 6f 75 |d block with mou| 000002c0 73 65 20 3a 0a 20 20 20 20 20 20 20 20 20 54 68 |se :. Th| 000002d0 69 73 20 69 73 20 6e 6f 77 20 70 6f 73 73 69 62 |is is now possib| 000002e0 6c 65 2e 0a 0a 20 20 35 2e 35 20 20 54 65 78 74 |le... 5.5 Text| 000002f0 20 69 73 20 6e 6f 77 20 6d 61 72 6b 65 64 20 61 | is now marked a| 00000300 73 20 63 68 61 6e 67 65 64 2c 20 61 66 74 65 72 |s changed, after| 00000310 20 61 20 27 72 65 70 6c 61 63 65 27 20 28 61 73 | a 'replace' (as| 00000320 20 69 6e 20 73 65 61 72 63 68 20 26 20 72 65 70 | in search & rep| 00000330 6c 61 63 65 29 0a 0a 20 31 32 2e 35 20 20 22 45 |lace).. 12.5 "E| 00000340 64 69 74 6f 72 24 50 61 74 68 22 20 63 68 61 6e |ditor$Path" chan| 00000350 67 65 64 20 74 6f 20 22 53 74 72 6f 6e 67 45 44 |ged to "StrongED| 00000360 24 44 69 72 22 0a 0a 20 31 32 2e 35 20 20 44 69 |$Dir".. 12.5 Di| 00000370 61 6c 6f 75 67 65 2d 62 6f 78 20 3a 0a 20 20 20 |alouge-box :. | 00000380 20 20 20 20 20 20 45 73 63 61 70 65 20 69 73 20 | Escape is | 00000390 6e 6f 77 20 73 61 6d 65 20 61 73 20 63 6c 69 63 |now same as clic| 000003a0 6b 20 6f 6e 20 63 61 6e 63 65 6c 20 62 75 74 74 |k on cancel butt| 000003b0 6f 6e 2e 0a 0a 20 31 34 2e 35 20 20 4c 6f 61 64 |on... 14.5 Load| 000003c0 20 3a 0a 20 20 20 20 20 20 20 20 20 41 73 6b 73 | :. Asks| 000003d0 20 66 6f 72 20 63 6f 6e 66 69 72 6d 61 74 69 6f | for confirmatio| 000003e0 6e 20 69 66 20 6f 6c 64 20 74 65 78 74 20 69 73 |n if old text is| 000003f0 20 63 68 61 6e 67 65 64 2e 0a 0a 20 20 38 2e 36 | changed... 8.6| 00000400 20 20 41 20 70 72 65 73 73 20 6f 6e 20 66 31 32 | A press on f12| 00000410 20 77 69 6c 6c 20 6e 6f 77 20 67 69 76 65 20 79 | will now give y| 00000420 6f 75 20 61 20 2a 20 70 72 6f 6d 70 74 2c 20 65 |ou a * prompt, e| 00000430 76 65 6e 20 69 66 20 65 64 69 74 6f 72 20 77 61 |ven if editor wa| 00000440 73 20 6e 6f 74 0a 20 20 20 20 20 20 20 20 20 73 |s not. s| 00000450 74 61 72 74 65 64 20 66 72 6f 6d 20 77 69 74 68 |tarted from with| 00000460 69 6e 20 64 65 73 6b 74 6f 70 2e 0a 0a 20 20 39 |in desktop... 9| 00000470 2e 36 20 20 59 6f 75 20 63 61 6e 20 6e 6f 77 20 |.6 You can now | 00000480 64 72 61 67 20 74 68 65 20 73 6c 69 64 65 72 20 |drag the slider | 00000490 69 6e 20 74 68 65 20 73 63 72 6f 6c 6c 20 62 61 |in the scroll ba| 000004a0 72 2e 20 49 74 20 69 73 20 61 20 62 69 74 20 6c |r. It is a bit l| 000004b0 69 6d 69 74 65 64 2c 20 62 75 74 0a 20 20 20 20 |imited, but. | 000004c0 20 20 20 20 20 69 74 20 77 6f 72 6b 73 2e 0a 20 | it works.. | 000004d0 20 20 20 20 20 20 48 61 76 65 20 61 6c 73 6f 20 | Have also | 000004e0 63 6f 72 72 65 63 74 65 64 20 61 20 66 65 77 20 |corrected a few | 000004f0 62 75 67 73 20 3a 0a 20 20 20 20 20 20 20 20 20 |bugs :. | 00000500 4f 6e 65 20 62 75 67 20 77 6f 75 6c 64 20 63 6f |One bug would co| 00000510 72 72 75 70 74 20 74 68 65 20 63 68 61 72 61 63 |rrupt the charac| 00000520 74 65 72 20 64 65 66 69 6e 69 74 69 6f 6e 73 2e |ter definitions.| 00000530 0a 20 20 20 20 20 20 20 20 20 41 6e 6f 74 68 65 |. Anothe| 00000540 72 20 63 6f 75 6c 64 20 63 61 75 73 65 20 65 72 |r could cause er| 00000550 72 6f 72 20 77 68 65 6e 20 72 75 6e 6e 69 6e 67 |ror when running| 00000560 20 65 64 69 74 6f 72 20 73 65 76 65 72 61 6c 20 | editor several | 00000570 74 69 6d 65 73 0a 0a 20 31 30 2e 36 20 20 59 6f |times.. 10.6 Yo| 00000580 75 20 63 61 6e 20 6e 6f 77 20 64 65 6c 65 74 65 |u can now delete| 00000590 20 74 6f 20 73 74 61 72 74 2f 65 6e 64 20 6f 66 | to start/end of| 000005a0 20 6c 69 6e 65 20 77 69 74 68 20 63 74 72 6c 20 | line with ctrl | 000005b0 73 68 69 66 74 20 3c 2d 20 2f 20 2d 3e 0a 20 20 |shift <- / ->. | 000005c0 20 20 20 20 20 48 61 76 65 20 61 6c 73 6f 20 69 | Have also i| 000005d0 6d 70 6c 65 6d 65 6e 74 65 64 20 62 6c 6f 63 6b |mplemented block| 000005e0 20 6d 6f 76 65 20 61 6e 64 20 64 65 6c 65 74 65 | move and delete| 000005f0 20 28 20 73 68 69 66 74 20 66 37 20 2f 20 66 38 | ( shift f7 / f8| 00000600 20 29 0a 0a 20 31 32 2e 36 20 20 43 6f 6e 66 69 | ).. 12.6 Confi| 00000610 67 75 72 61 74 69 6f 6e 3a 0a 20 20 20 20 20 20 |guration:. | 00000620 20 20 20 48 61 76 65 20 69 6d 70 6c 65 6d 65 6e | Have implemen| 00000630 74 65 64 20 61 20 63 6f 6e 66 69 67 75 72 61 74 |ted a configurat| 00000640 69 6f 6e 20 66 69 6c 65 2e 20 57 69 74 68 20 69 |ion file. With i| 00000650 74 20 79 6f 75 20 63 61 6e 20 64 65 63 69 64 65 |t you can decide| 00000660 20 77 68 69 63 68 0a 20 20 20 20 20 20 20 20 20 | which. | 00000670 63 6f 6c 6f 75 72 73 20 73 68 6f 75 6c 64 20 62 |colours should b| 00000680 65 20 75 73 65 64 20 69 6e 20 65 64 69 74 6f 72 |e used in editor| 00000690 2e 0a 0a 20 32 38 2e 36 20 20 59 6f 75 20 63 61 |... 28.6 You ca| 000006a0 6e 20 6e 6f 77 20 63 68 6f 6f 73 65 20 62 65 74 |n now choose bet| 000006b0 77 65 65 6e 20 66 6f 75 72 20 64 69 66 66 65 72 |ween four differ| 000006c0 65 6e 74 20 74 61 62 2d 74 79 70 65 73 2e 20 59 |ent tab-types. Y| 000006d0 6f 75 20 63 79 63 6c 65 20 74 68 72 6f 75 67 68 |ou cycle through| 000006e0 0a 20 20 20 20 20 20 20 20 20 74 68 65 6d 20 77 |. them w| 000006f0 69 74 68 20 73 68 69 66 74 2d 74 61 62 2e 20 59 |ith shift-tab. Y| 00000700 6f 75 20 63 61 6e 20 61 6c 73 6f 20 63 6f 6e 66 |ou can also conf| 00000710 69 67 75 72 65 20 77 68 69 63 68 20 74 61 62 2d |igure which tab-| 00000720 74 79 70 65 20 79 6f 75 20 77 61 6e 74 0a 20 20 |type you want. | 00000730 20 20 20 20 20 20 20 77 69 74 68 20 74 61 62 74 | with tabt| 00000740 79 70 65 3d 30 2e 2e 33 20 28 20 30 3d 6e 65 61 |ype=0..3 ( 0=nea| 00000750 72 65 73 74 2c 20 31 3d 74 61 62 32 2c 20 32 3d |rest, 1=tab2, 2=| 00000760 74 61 62 34 2c 20 33 3d 74 61 62 38 20 29 2e 0a |tab4, 3=tab8 )..| 00000770 0a 20 20 20 20 20 20 20 48 61 76 65 20 61 6c 73 |. Have als| 00000780 6f 20 63 6f 72 72 65 63 74 65 64 20 73 6f 6d 65 |o corrected some| 00000790 20 62 75 67 73 20 69 6e 20 62 6c 6f 63 6b 20 64 | bugs in block d| 000007a0 65 6c 65 74 65 2f 6d 6f 76 65 20 61 6e 64 20 69 |elete/move and i| 000007b0 6e 20 74 61 62 0a 0a |n tab..| 000007b7