Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !TemplEd/TechDocs

!TemplEd/TechDocs

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 » Acorn User - Updated Shareware Collection (1994).adf » Programs
Filename: !TemplEd/TechDocs
Read OK:
File size: 2B9B bytes
Load address: 0000
Exec address: 0000
File contents
Version history
---------------

1.27 Bugs fixed:
      . Deleting icons by dragging them outside a window had stopped
        working (since v. 1.24)
      . Gave error when trying to edit title bar with outline font in it
      . Corrected calculation of minimum icon size for text+sprite icons
        with empty text string
     Additions:
      . Fast resizing of work area, with Ctrl+Alt+Adjust

1.26 NOTE: For this version the source code has been left out of the
        distribution, because the archive was getting rather large. If
        there is enough demand I can distribute the source separately.
     Bugs fixed:
      . Decreased minimum size of drag-box when resizing icons. Old
        minimum (16x32) made it difficult to create sliders.
     Additions:
      . Added support for the WimpExt module. Like the Interface and AEH
        module, this contains a number of extensions to the Wimp (3D
        buttons, pointer change), plus a lot of other support for Wimp
        applications.
      . Can use the OLESupport module: changes in the file with custom
        sprites (e.g. with !Paint) are signalled by the module; TemplEd
        then re-loads the sprite file. (So you don't need to select
        "Re-load" from the menu)

1.25 Bugs fixed:
      . Move icons with cursor keys only (i.e. no drag) gave error if
        you hadn't dragged any icons in the same window first
      . Gave "Mistake" when deleting a template (though deleting did work)
      . "Min size" on sprite icons: looks for sprite in Wimp area if not
        found in custom area
     Additions:
      . 'Keep on Screen' and 'Ignore extent' window flags can be edited
        (these flags are for RO3 only)
      . 'Tidy icons' replaced by multiple options
      . From Acorn's !NewLook: 3D sprites, and the BorderUtils module
        (contains fix for the '3D-button bug')

1.24 Bugs fixed:
      . Font usage counting revised again. Version 1.23 might lose a font
        while still in use for an icon, resulting in "Illegal font handle"
        error
      . Incorrect PROC call within PROCsetworkarea. No one complained, so
        apparently the line is rarely executed
      . Gave an error if an icon resize-drag ended outside the template
     Additions:
      . Pressing the cursor keys moves the currently selected icons
        (without needing to drag with Shift+Select)
      . When editing multiple icons, you can now set just 1 aspect: click
        with Menu on 'Update' or 'Update & Exit'; then choose which flags
        you want to change. The other settings of the icons remain the same
      . Menu items to View/Re-load/Reset the custom sprites. (The "View"
        item just Filer_Runs the sprite file; use "Re-load" after editing
        the sprites; 't would be nice if !Paint supported the External Edit
        protocol...)
      . (Due to popular demand:) Pointer changes above appropriate icons in
        the Icon Edit and Window Edit windows (was: only if using the 3D
        templates). Not for RiscOS 2
      . To minimize the 'Max size' field, click with Adjust on the
        'Max size' text icon (sets number to length of text + 1)
     
1.23 Bugs fixed:
      . PLEASE NOTE: Use of function keys in the Edit windows has changed:
          F2 = Update
          F3 = Update & Exit
          F4 = Exit
        F1 is for activating interactive help, be it !StrongHelp or RiscOS
        !Help. (This also follows Acorn guidelines)
      . If a drag-select ended with the pointer over another window, the
        icons in that window were selected (instead of in the window where
        the drag started ...)
      . Input focus wasn't shown correctly for templates with 'Pane' bit set
        (instead, the non-pane window that was last opened, was highlighted)
      . Count of font usage not always correct; sometimes caused the
        counting by the FontManager to be too high
      . Extended icon info (via !Help) gave wrong ESG number
     Additions:
      . During icon move/resize, Icon info window shows coords of drag-box
        (thanks to Paul Hobbs for showing that it can be done)
        This means that for single icons you can see the new position and
        size during the drag.
      . Interactive help for Icon Edit and Window Edit windows: press F1
        with pointer above a button, to get help on the flag that this
        button represents (!StrongHelp and !TemplHlp must be loaded first)
      . Double grid:
          - 'Icon size' grid locks all corners of the icons
          - 'Icon position' grid locks the bottomleft corner, leaving the
            size unchanged
      . 'Same size' for icon selections
      . Cooperates in desktop save (RiscOS 3)
      . TAB key can be used to move the caret in dialogue windows
1.22 Bugs fixed:
      . Copying templates caused an error, due to a brilliant new bug in
        version 1.21
      . Better calculation of minimum icon size
      . Revised renumbering of icon selection
     Additions:
      . Filer-like browser window
      . Hotkeys for Align, Space Out and for Copy Up/Down/Left/Right
      . When editing title bar, you can set its colours from the Icon
        Edit window (was: from Window Edit window only)
      . Pressing Esc during a drag aborts it
      . Moving icons to other templates is equivalent to copying
      . Prevents desktop shutdown if data is changed & not saved
      . Menus over Edit windows (Button type, ESG, Font etc.) pop up
        when ANY mouse button is pressed (was: only for Menu button)
1.21 Bugs fixed:
      . Sprite area pointer of windows was not reset to 1 (Wimp area) when
        saving
      . Saving to other applications (via Wimp$Scrap) now properly supported
        Now it is possible to exchange templates between 2 copies of TemplEd
      . Another bug in Wimp_LoadTemplate (#$&$#%@!!!): it expects some
        indirected data for an indirected non-text, non-sprite icon.
        Although the indirected data is not used, it won't digest an
        invalid pointer.
     Additions:
      . Uses DragASprite in save windows
      . Hotkeys for some functions (^Z, ^X, ^C etc.)
      . Windows can be centered to the screen
      . Icons can be centered to the window
      . Support for AEH module
      . 'Minimize size' for icons
      . Using cursor keys to move pointer now also works for moving/
        resizing windows (when done using Ctrl+Select/Ctrl+Adjust)
      . When loading a templates file called 'Templates', TemplEd
        automatically loads the 'Sprites' file from same directory, if such
        a file exists
      . MaxFonts% limit removed: font menu can contain any number of font
        families
      . If browser window is closed, all template windows are closed, too
1.20 Bugs fixed:
      . Templates with deleted, indirected icons were saved without any
        indirected data; Wimp_LoadTemplate gave an error when reading this,
        because it expects some indirected data. (Weird...)
      . TemplEd's own templates may now contain outline fonts (including
        the custom icons for the 'Create icon' submenu)
      . Would not run together with Joris R�lings !FontSelect utility; the
        FontLister module did not like the way TemplEd (v1.11) reads the
        font names.
     Additions:
      . Resizing of a selection of icons
      . Reads 'Templates' and 'Sprites' file of an application when its icon
        is dropped on the icon bar
      . Renumbering of a selection of icons
      . Moving the mouse pointer during icon move/resize: cursor keys move
        the pointer 1 pixel, or 4 pixels when combined with the Shift key
      . When creating standard icons (from the 'Create icon' submenu), you
        can now create several icons with one click.
        (NOTE: the way standard icons are defined has changed. If you
        already have a set of custom icons, DON'T just copy them into the
        Templates file. Read the section on customizing in the Manual.)
      . Option 'Delete icons moved outside'
      . Alternative sets of templates and sprites, with 3D look
      . Possibility to resize icons when aligning
      . Icon resizing now only in 1 dimension (x or y) at a time
      . Double-click on icon, title bar or background opens the appropriate
        Edit window
      . Drag-selecting of templates in 'Templates' window
      . Souped-up 'Templates' window: templates appear as sprite+name
      . Direction (up/down/left/right) for copying of icons in menu
      . Extended icon info, such as button type and validation string, is
        sent to !Help (Acorn's interactive help application).
      . Help files for !StrongHlp
      . Possibility to set coordinates of topleft corner (min.X & max.Y) of
        work area (were fixed to 0,0 in old version)
1.11 Removed automatic minimizing of WimpSlot at startup, since it seemed
     to give problems with RiscOS 2
     Grid size now adapts to mode changes
1.10 First distributed version

1.00 Test version


Known bugs
----------

* In some cases, you may find it difficult to click-select an icon:
     - When its button type is 'Menu' (icon is deselected when pointer
       moves away from the icon)
     - When it has border type 'R5' in its validation string (icon is
       deselected after a short delay)
     - When the icon is shaded (no reaction to a click)
     - When the icon is part of a selection group (ESG), and the 'Allow
       adjust' flags are cleared (click-selecting with Adjust deselects
       the other icons)
  In all cases, you can drag-select the icon, or you can use 'Select all'
  and deselect some other icons.

* Double-clicking on an icon to open the Icon Edit window does not work
smoothly with all button types; the Wimp interferes with TemplEd's
reactions to clicks. For the same reason, double-clicking on the title bar
has the weird effect that the Icon Edit window is opened, and immediately
the template window is re-opened on top. I have made the double-click thingy
optional; if you don't like it, you can switch it off.


Limitations
-----------

* Limits on the number of templates and the number of icons per template.
This can be changed by setting the variables MaxTemplates% and MaxIcons%.
There is also a limit on the size of indirected data that is stored with a
template. Current settings:
    MaxTemplates% = 100
    MaxIcons%     = 200
    MaxIndirSize% = 8000
Note: files contain only actual contents; an empty indirected string with
max size of 1000 takes up 1 byte (the CR terminator) in the file.

* TemplEd can't handle indirected strings longer than 255 bytes. You can set
the maximum length above this limit, but TemplEd can't put more than 255
characters in a text area.

* You can't set the sprite area for each icon separately; all sprites in a
template are read from the same area.

* TemplEd is a single-file editor...


Possible future additions
-------------------------

Future versions MAY have one or more of the following features:

* Show grid
* Multi-file editing
* Grouping of icons
* Export templates as Text file    
* On fatal error, save templates in <Wimp$ScrapDir>
00000000  56 65 72 73 69 6f 6e 20  68 69 73 74 6f 72 79 0a  |Version history.|
00000010  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000020  0a 31 2e 32 37 20 42 75  67 73 20 66 69 78 65 64  |.1.27 Bugs fixed|
00000030  3a 0a 20 20 20 20 20 20  2e 20 44 65 6c 65 74 69  |:.      . Deleti|
00000040  6e 67 20 69 63 6f 6e 73  20 62 79 20 64 72 61 67  |ng icons by drag|
00000050  67 69 6e 67 20 74 68 65  6d 20 6f 75 74 73 69 64  |ging them outsid|
00000060  65 20 61 20 77 69 6e 64  6f 77 20 68 61 64 20 73  |e a window had s|
00000070  74 6f 70 70 65 64 0a 20  20 20 20 20 20 20 20 77  |topped.        w|
00000080  6f 72 6b 69 6e 67 20 28  73 69 6e 63 65 20 76 2e  |orking (since v.|
00000090  20 31 2e 32 34 29 0a 20  20 20 20 20 20 2e 20 47  | 1.24).      . G|
000000a0  61 76 65 20 65 72 72 6f  72 20 77 68 65 6e 20 74  |ave error when t|
000000b0  72 79 69 6e 67 20 74 6f  20 65 64 69 74 20 74 69  |rying to edit ti|
000000c0  74 6c 65 20 62 61 72 20  77 69 74 68 20 6f 75 74  |tle bar with out|
000000d0  6c 69 6e 65 20 66 6f 6e  74 20 69 6e 20 69 74 0a  |line font in it.|
000000e0  20 20 20 20 20 20 2e 20  43 6f 72 72 65 63 74 65  |      . Correcte|
000000f0  64 20 63 61 6c 63 75 6c  61 74 69 6f 6e 20 6f 66  |d calculation of|
00000100  20 6d 69 6e 69 6d 75 6d  20 69 63 6f 6e 20 73 69  | minimum icon si|
00000110  7a 65 20 66 6f 72 20 74  65 78 74 2b 73 70 72 69  |ze for text+spri|
00000120  74 65 20 69 63 6f 6e 73  0a 20 20 20 20 20 20 20  |te icons.       |
00000130  20 77 69 74 68 20 65 6d  70 74 79 20 74 65 78 74  | with empty text|
00000140  20 73 74 72 69 6e 67 0a  20 20 20 20 20 41 64 64  | string.     Add|
00000150  69 74 69 6f 6e 73 3a 0a  20 20 20 20 20 20 2e 20  |itions:.      . |
00000160  46 61 73 74 20 72 65 73  69 7a 69 6e 67 20 6f 66  |Fast resizing of|
00000170  20 77 6f 72 6b 20 61 72  65 61 2c 20 77 69 74 68  | work area, with|
00000180  20 43 74 72 6c 2b 41 6c  74 2b 41 64 6a 75 73 74  | Ctrl+Alt+Adjust|
00000190  0a 0a 31 2e 32 36 20 4e  4f 54 45 3a 20 46 6f 72  |..1.26 NOTE: For|
000001a0  20 74 68 69 73 20 76 65  72 73 69 6f 6e 20 74 68  | this version th|
000001b0  65 20 73 6f 75 72 63 65  20 63 6f 64 65 20 68 61  |e source code ha|
000001c0  73 20 62 65 65 6e 20 6c  65 66 74 20 6f 75 74 20  |s been left out |
000001d0  6f 66 20 74 68 65 0a 20  20 20 20 20 20 20 20 64  |of the.        d|
000001e0  69 73 74 72 69 62 75 74  69 6f 6e 2c 20 62 65 63  |istribution, bec|
000001f0  61 75 73 65 20 74 68 65  20 61 72 63 68 69 76 65  |ause the archive|
00000200  20 77 61 73 20 67 65 74  74 69 6e 67 20 72 61 74  | was getting rat|
00000210  68 65 72 20 6c 61 72 67  65 2e 20 49 66 0a 20 20  |her large. If.  |
00000220  20 20 20 20 20 20 74 68  65 72 65 20 69 73 20 65  |      there is e|
00000230  6e 6f 75 67 68 20 64 65  6d 61 6e 64 20 49 20 63  |nough demand I c|
00000240  61 6e 20 64 69 73 74 72  69 62 75 74 65 20 74 68  |an distribute th|
00000250  65 20 73 6f 75 72 63 65  20 73 65 70 61 72 61 74  |e source separat|
00000260  65 6c 79 2e 0a 20 20 20  20 20 42 75 67 73 20 66  |ely..     Bugs f|
00000270  69 78 65 64 3a 0a 20 20  20 20 20 20 2e 20 44 65  |ixed:.      . De|
00000280  63 72 65 61 73 65 64 20  6d 69 6e 69 6d 75 6d 20  |creased minimum |
00000290  73 69 7a 65 20 6f 66 20  64 72 61 67 2d 62 6f 78  |size of drag-box|
000002a0  20 77 68 65 6e 20 72 65  73 69 7a 69 6e 67 20 69  | when resizing i|
000002b0  63 6f 6e 73 2e 20 4f 6c  64 0a 20 20 20 20 20 20  |cons. Old.      |
000002c0  20 20 6d 69 6e 69 6d 75  6d 20 28 31 36 78 33 32  |  minimum (16x32|
000002d0  29 20 6d 61 64 65 20 69  74 20 64 69 66 66 69 63  |) made it diffic|
000002e0  75 6c 74 20 74 6f 20 63  72 65 61 74 65 20 73 6c  |ult to create sl|
000002f0  69 64 65 72 73 2e 0a 20  20 20 20 20 41 64 64 69  |iders..     Addi|
00000300  74 69 6f 6e 73 3a 0a 20  20 20 20 20 20 2e 20 41  |tions:.      . A|
00000310  64 64 65 64 20 73 75 70  70 6f 72 74 20 66 6f 72  |dded support for|
00000320  20 74 68 65 20 57 69 6d  70 45 78 74 20 6d 6f 64  | the WimpExt mod|
00000330  75 6c 65 2e 20 4c 69 6b  65 20 74 68 65 20 49 6e  |ule. Like the In|
00000340  74 65 72 66 61 63 65 20  61 6e 64 20 41 45 48 0a  |terface and AEH.|
00000350  20 20 20 20 20 20 20 20  6d 6f 64 75 6c 65 2c 20  |        module, |
00000360  74 68 69 73 20 63 6f 6e  74 61 69 6e 73 20 61 20  |this contains a |
00000370  6e 75 6d 62 65 72 20 6f  66 20 65 78 74 65 6e 73  |number of extens|
00000380  69 6f 6e 73 20 74 6f 20  74 68 65 20 57 69 6d 70  |ions to the Wimp|
00000390  20 28 33 44 0a 20 20 20  20 20 20 20 20 62 75 74  | (3D.        but|
000003a0  74 6f 6e 73 2c 20 70 6f  69 6e 74 65 72 20 63 68  |tons, pointer ch|
000003b0  61 6e 67 65 29 2c 20 70  6c 75 73 20 61 20 6c 6f  |ange), plus a lo|
000003c0  74 20 6f 66 20 6f 74 68  65 72 20 73 75 70 70 6f  |t of other suppo|
000003d0  72 74 20 66 6f 72 20 57  69 6d 70 0a 20 20 20 20  |rt for Wimp.    |
000003e0  20 20 20 20 61 70 70 6c  69 63 61 74 69 6f 6e 73  |    applications|
000003f0  2e 0a 20 20 20 20 20 20  2e 20 43 61 6e 20 75 73  |..      . Can us|
00000400  65 20 74 68 65 20 4f 4c  45 53 75 70 70 6f 72 74  |e the OLESupport|
00000410  20 6d 6f 64 75 6c 65 3a  20 63 68 61 6e 67 65 73  | module: changes|
00000420  20 69 6e 20 74 68 65 20  66 69 6c 65 20 77 69 74  | in the file wit|
00000430  68 20 63 75 73 74 6f 6d  0a 20 20 20 20 20 20 20  |h custom.       |
00000440  20 73 70 72 69 74 65 73  20 28 65 2e 67 2e 20 77  | sprites (e.g. w|
00000450  69 74 68 20 21 50 61 69  6e 74 29 20 61 72 65 20  |ith !Paint) are |
00000460  73 69 67 6e 61 6c 6c 65  64 20 62 79 20 74 68 65  |signalled by the|
00000470  20 6d 6f 64 75 6c 65 3b  20 54 65 6d 70 6c 45 64  | module; TemplEd|
00000480  0a 20 20 20 20 20 20 20  20 74 68 65 6e 20 72 65  |.        then re|
00000490  2d 6c 6f 61 64 73 20 74  68 65 20 73 70 72 69 74  |-loads the sprit|
000004a0  65 20 66 69 6c 65 2e 20  28 53 6f 20 79 6f 75 20  |e file. (So you |
000004b0  64 6f 6e 27 74 20 6e 65  65 64 20 74 6f 20 73 65  |don't need to se|
000004c0  6c 65 63 74 0a 20 20 20  20 20 20 20 20 22 52 65  |lect.        "Re|
000004d0  2d 6c 6f 61 64 22 20 66  72 6f 6d 20 74 68 65 20  |-load" from the |
000004e0  6d 65 6e 75 29 0a 0a 31  2e 32 35 20 42 75 67 73  |menu)..1.25 Bugs|
000004f0  20 66 69 78 65 64 3a 0a  20 20 20 20 20 20 2e 20  | fixed:.      . |
00000500  4d 6f 76 65 20 69 63 6f  6e 73 20 77 69 74 68 20  |Move icons with |
00000510  63 75 72 73 6f 72 20 6b  65 79 73 20 6f 6e 6c 79  |cursor keys only|
00000520  20 28 69 2e 65 2e 20 6e  6f 20 64 72 61 67 29 20  | (i.e. no drag) |
00000530  67 61 76 65 20 65 72 72  6f 72 20 69 66 0a 20 20  |gave error if.  |
00000540  20 20 20 20 20 20 79 6f  75 20 68 61 64 6e 27 74  |      you hadn't|
00000550  20 64 72 61 67 67 65 64  20 61 6e 79 20 69 63 6f  | dragged any ico|
00000560  6e 73 20 69 6e 20 74 68  65 20 73 61 6d 65 20 77  |ns in the same w|
00000570  69 6e 64 6f 77 20 66 69  72 73 74 0a 20 20 20 20  |indow first.    |
00000580  20 20 2e 20 47 61 76 65  20 22 4d 69 73 74 61 6b  |  . Gave "Mistak|
00000590  65 22 20 77 68 65 6e 20  64 65 6c 65 74 69 6e 67  |e" when deleting|
000005a0  20 61 20 74 65 6d 70 6c  61 74 65 20 28 74 68 6f  | a template (tho|
000005b0  75 67 68 20 64 65 6c 65  74 69 6e 67 20 64 69 64  |ugh deleting did|
000005c0  20 77 6f 72 6b 29 0a 20  20 20 20 20 20 2e 20 22  | work).      . "|
000005d0  4d 69 6e 20 73 69 7a 65  22 20 6f 6e 20 73 70 72  |Min size" on spr|
000005e0  69 74 65 20 69 63 6f 6e  73 3a 20 6c 6f 6f 6b 73  |ite icons: looks|
000005f0  20 66 6f 72 20 73 70 72  69 74 65 20 69 6e 20 57  | for sprite in W|
00000600  69 6d 70 20 61 72 65 61  20 69 66 20 6e 6f 74 0a  |imp area if not.|
00000610  20 20 20 20 20 20 20 20  66 6f 75 6e 64 20 69 6e  |        found in|
00000620  20 63 75 73 74 6f 6d 20  61 72 65 61 0a 20 20 20  | custom area.   |
00000630  20 20 41 64 64 69 74 69  6f 6e 73 3a 0a 20 20 20  |  Additions:.   |
00000640  20 20 20 2e 20 27 4b 65  65 70 20 6f 6e 20 53 63  |   . 'Keep on Sc|
00000650  72 65 65 6e 27 20 61 6e  64 20 27 49 67 6e 6f 72  |reen' and 'Ignor|
00000660  65 20 65 78 74 65 6e 74  27 20 77 69 6e 64 6f 77  |e extent' window|
00000670  20 66 6c 61 67 73 20 63  61 6e 20 62 65 20 65 64  | flags can be ed|
00000680  69 74 65 64 0a 20 20 20  20 20 20 20 20 28 74 68  |ited.        (th|
00000690  65 73 65 20 66 6c 61 67  73 20 61 72 65 20 66 6f  |ese flags are fo|
000006a0  72 20 52 4f 33 20 6f 6e  6c 79 29 0a 20 20 20 20  |r RO3 only).    |
000006b0  20 20 2e 20 27 54 69 64  79 20 69 63 6f 6e 73 27  |  . 'Tidy icons'|
000006c0  20 72 65 70 6c 61 63 65  64 20 62 79 20 6d 75 6c  | replaced by mul|
000006d0  74 69 70 6c 65 20 6f 70  74 69 6f 6e 73 0a 20 20  |tiple options.  |
000006e0  20 20 20 20 2e 20 46 72  6f 6d 20 41 63 6f 72 6e  |    . From Acorn|
000006f0  27 73 20 21 4e 65 77 4c  6f 6f 6b 3a 20 33 44 20  |'s !NewLook: 3D |
00000700  73 70 72 69 74 65 73 2c  20 61 6e 64 20 74 68 65  |sprites, and the|
00000710  20 42 6f 72 64 65 72 55  74 69 6c 73 20 6d 6f 64  | BorderUtils mod|
00000720  75 6c 65 0a 20 20 20 20  20 20 20 20 28 63 6f 6e  |ule.        (con|
00000730  74 61 69 6e 73 20 66 69  78 20 66 6f 72 20 74 68  |tains fix for th|
00000740  65 20 27 33 44 2d 62 75  74 74 6f 6e 20 62 75 67  |e '3D-button bug|
00000750  27 29 0a 0a 31 2e 32 34  20 42 75 67 73 20 66 69  |')..1.24 Bugs fi|
00000760  78 65 64 3a 0a 20 20 20  20 20 20 2e 20 46 6f 6e  |xed:.      . Fon|
00000770  74 20 75 73 61 67 65 20  63 6f 75 6e 74 69 6e 67  |t usage counting|
00000780  20 72 65 76 69 73 65 64  20 61 67 61 69 6e 2e 20  | revised again. |
00000790  56 65 72 73 69 6f 6e 20  31 2e 32 33 20 6d 69 67  |Version 1.23 mig|
000007a0  68 74 20 6c 6f 73 65 20  61 20 66 6f 6e 74 0a 20  |ht lose a font. |
000007b0  20 20 20 20 20 20 20 77  68 69 6c 65 20 73 74 69  |       while sti|
000007c0  6c 6c 20 69 6e 20 75 73  65 20 66 6f 72 20 61 6e  |ll in use for an|
000007d0  20 69 63 6f 6e 2c 20 72  65 73 75 6c 74 69 6e 67  | icon, resulting|
000007e0  20 69 6e 20 22 49 6c 6c  65 67 61 6c 20 66 6f 6e  | in "Illegal fon|
000007f0  74 20 68 61 6e 64 6c 65  22 0a 20 20 20 20 20 20  |t handle".      |
00000800  20 20 65 72 72 6f 72 0a  20 20 20 20 20 20 2e 20  |  error.      . |
00000810  49 6e 63 6f 72 72 65 63  74 20 50 52 4f 43 20 63  |Incorrect PROC c|
00000820  61 6c 6c 20 77 69 74 68  69 6e 20 50 52 4f 43 73  |all within PROCs|
00000830  65 74 77 6f 72 6b 61 72  65 61 2e 20 4e 6f 20 6f  |etworkarea. No o|
00000840  6e 65 20 63 6f 6d 70 6c  61 69 6e 65 64 2c 20 73  |ne complained, s|
00000850  6f 0a 20 20 20 20 20 20  20 20 61 70 70 61 72 65  |o.        appare|
00000860  6e 74 6c 79 20 74 68 65  20 6c 69 6e 65 20 69 73  |ntly the line is|
00000870  20 72 61 72 65 6c 79 20  65 78 65 63 75 74 65 64  | rarely executed|
00000880  0a 20 20 20 20 20 20 2e  20 47 61 76 65 20 61 6e  |.      . Gave an|
00000890  20 65 72 72 6f 72 20 69  66 20 61 6e 20 69 63 6f  | error if an ico|
000008a0  6e 20 72 65 73 69 7a 65  2d 64 72 61 67 20 65 6e  |n resize-drag en|
000008b0  64 65 64 20 6f 75 74 73  69 64 65 20 74 68 65 20  |ded outside the |
000008c0  74 65 6d 70 6c 61 74 65  0a 20 20 20 20 20 41 64  |template.     Ad|
000008d0  64 69 74 69 6f 6e 73 3a  0a 20 20 20 20 20 20 2e  |ditions:.      .|
000008e0  20 50 72 65 73 73 69 6e  67 20 74 68 65 20 63 75  | Pressing the cu|
000008f0  72 73 6f 72 20 6b 65 79  73 20 6d 6f 76 65 73 20  |rsor keys moves |
00000900  74 68 65 20 63 75 72 72  65 6e 74 6c 79 20 73 65  |the currently se|
00000910  6c 65 63 74 65 64 20 69  63 6f 6e 73 0a 20 20 20  |lected icons.   |
00000920  20 20 20 20 20 28 77 69  74 68 6f 75 74 20 6e 65  |     (without ne|
00000930  65 64 69 6e 67 20 74 6f  20 64 72 61 67 20 77 69  |eding to drag wi|
00000940  74 68 20 53 68 69 66 74  2b 53 65 6c 65 63 74 29  |th Shift+Select)|
00000950  0a 20 20 20 20 20 20 2e  20 57 68 65 6e 20 65 64  |.      . When ed|
00000960  69 74 69 6e 67 20 6d 75  6c 74 69 70 6c 65 20 69  |iting multiple i|
00000970  63 6f 6e 73 2c 20 79 6f  75 20 63 61 6e 20 6e 6f  |cons, you can no|
00000980  77 20 73 65 74 20 6a 75  73 74 20 31 20 61 73 70  |w set just 1 asp|
00000990  65 63 74 3a 20 63 6c 69  63 6b 0a 20 20 20 20 20  |ect: click.     |
000009a0  20 20 20 77 69 74 68 20  4d 65 6e 75 20 6f 6e 20  |   with Menu on |
000009b0  27 55 70 64 61 74 65 27  20 6f 72 20 27 55 70 64  |'Update' or 'Upd|
000009c0  61 74 65 20 26 20 45 78  69 74 27 3b 20 74 68 65  |ate & Exit'; the|
000009d0  6e 20 63 68 6f 6f 73 65  20 77 68 69 63 68 20 66  |n choose which f|
000009e0  6c 61 67 73 0a 20 20 20  20 20 20 20 20 79 6f 75  |lags.        you|
000009f0  20 77 61 6e 74 20 74 6f  20 63 68 61 6e 67 65 2e  | want to change.|
00000a00  20 54 68 65 20 6f 74 68  65 72 20 73 65 74 74 69  | The other setti|
00000a10  6e 67 73 20 6f 66 20 74  68 65 20 69 63 6f 6e 73  |ngs of the icons|
00000a20  20 72 65 6d 61 69 6e 20  74 68 65 20 73 61 6d 65  | remain the same|
00000a30  0a 20 20 20 20 20 20 2e  20 4d 65 6e 75 20 69 74  |.      . Menu it|
00000a40  65 6d 73 20 74 6f 20 56  69 65 77 2f 52 65 2d 6c  |ems to View/Re-l|
00000a50  6f 61 64 2f 52 65 73 65  74 20 74 68 65 20 63 75  |oad/Reset the cu|
00000a60  73 74 6f 6d 20 73 70 72  69 74 65 73 2e 20 28 54  |stom sprites. (T|
00000a70  68 65 20 22 56 69 65 77  22 0a 20 20 20 20 20 20  |he "View".      |
00000a80  20 20 69 74 65 6d 20 6a  75 73 74 20 46 69 6c 65  |  item just File|
00000a90  72 5f 52 75 6e 73 20 74  68 65 20 73 70 72 69 74  |r_Runs the sprit|
00000aa0  65 20 66 69 6c 65 3b 20  75 73 65 20 22 52 65 2d  |e file; use "Re-|
00000ab0  6c 6f 61 64 22 20 61 66  74 65 72 20 65 64 69 74  |load" after edit|
00000ac0  69 6e 67 0a 20 20 20 20  20 20 20 20 74 68 65 20  |ing.        the |
00000ad0  73 70 72 69 74 65 73 3b  20 27 74 20 77 6f 75 6c  |sprites; 't woul|
00000ae0  64 20 62 65 20 6e 69 63  65 20 69 66 20 21 50 61  |d be nice if !Pa|
00000af0  69 6e 74 20 73 75 70 70  6f 72 74 65 64 20 74 68  |int supported th|
00000b00  65 20 45 78 74 65 72 6e  61 6c 20 45 64 69 74 0a  |e External Edit.|
00000b10  20 20 20 20 20 20 20 20  70 72 6f 74 6f 63 6f 6c  |        protocol|
00000b20  2e 2e 2e 29 0a 20 20 20  20 20 20 2e 20 28 44 75  |...).      . (Du|
00000b30  65 20 74 6f 20 70 6f 70  75 6c 61 72 20 64 65 6d  |e to popular dem|
00000b40  61 6e 64 3a 29 20 50 6f  69 6e 74 65 72 20 63 68  |and:) Pointer ch|
00000b50  61 6e 67 65 73 20 61 62  6f 76 65 20 61 70 70 72  |anges above appr|
00000b60  6f 70 72 69 61 74 65 20  69 63 6f 6e 73 20 69 6e  |opriate icons in|
00000b70  0a 20 20 20 20 20 20 20  20 74 68 65 20 49 63 6f  |.        the Ico|
00000b80  6e 20 45 64 69 74 20 61  6e 64 20 57 69 6e 64 6f  |n Edit and Windo|
00000b90  77 20 45 64 69 74 20 77  69 6e 64 6f 77 73 20 28  |w Edit windows (|
00000ba0  77 61 73 3a 20 6f 6e 6c  79 20 69 66 20 75 73 69  |was: only if usi|
00000bb0  6e 67 20 74 68 65 20 33  44 0a 20 20 20 20 20 20  |ng the 3D.      |
00000bc0  20 20 74 65 6d 70 6c 61  74 65 73 29 2e 20 4e 6f  |  templates). No|
00000bd0  74 20 66 6f 72 20 52 69  73 63 4f 53 20 32 0a 20  |t for RiscOS 2. |
00000be0  20 20 20 20 20 2e 20 54  6f 20 6d 69 6e 69 6d 69  |     . To minimi|
00000bf0  7a 65 20 74 68 65 20 27  4d 61 78 20 73 69 7a 65  |ze the 'Max size|
00000c00  27 20 66 69 65 6c 64 2c  20 63 6c 69 63 6b 20 77  |' field, click w|
00000c10  69 74 68 20 41 64 6a 75  73 74 20 6f 6e 20 74 68  |ith Adjust on th|
00000c20  65 0a 20 20 20 20 20 20  20 20 27 4d 61 78 20 73  |e.        'Max s|
00000c30  69 7a 65 27 20 74 65 78  74 20 69 63 6f 6e 20 28  |ize' text icon (|
00000c40  73 65 74 73 20 6e 75 6d  62 65 72 20 74 6f 20 6c  |sets number to l|
00000c50  65 6e 67 74 68 20 6f 66  20 74 65 78 74 20 2b 20  |ength of text + |
00000c60  31 29 0a 20 20 20 20 20  0a 31 2e 32 33 20 42 75  |1).     .1.23 Bu|
00000c70  67 73 20 66 69 78 65 64  3a 0a 20 20 20 20 20 20  |gs fixed:.      |
00000c80  2e 20 50 4c 45 41 53 45  20 4e 4f 54 45 3a 20 55  |. PLEASE NOTE: U|
00000c90  73 65 20 6f 66 20 66 75  6e 63 74 69 6f 6e 20 6b  |se of function k|
00000ca0  65 79 73 20 69 6e 20 74  68 65 20 45 64 69 74 20  |eys in the Edit |
00000cb0  77 69 6e 64 6f 77 73 20  68 61 73 20 63 68 61 6e  |windows has chan|
00000cc0  67 65 64 3a 0a 20 20 20  20 20 20 20 20 20 20 46  |ged:.          F|
00000cd0  32 20 3d 20 55 70 64 61  74 65 0a 20 20 20 20 20  |2 = Update.     |
00000ce0  20 20 20 20 20 46 33 20  3d 20 55 70 64 61 74 65  |     F3 = Update|
00000cf0  20 26 20 45 78 69 74 0a  20 20 20 20 20 20 20 20  | & Exit.        |
00000d00  20 20 46 34 20 3d 20 45  78 69 74 0a 20 20 20 20  |  F4 = Exit.    |
00000d10  20 20 20 20 46 31 20 69  73 20 66 6f 72 20 61 63  |    F1 is for ac|
00000d20  74 69 76 61 74 69 6e 67  20 69 6e 74 65 72 61 63  |tivating interac|
00000d30  74 69 76 65 20 68 65 6c  70 2c 20 62 65 20 69 74  |tive help, be it|
00000d40  20 21 53 74 72 6f 6e 67  48 65 6c 70 20 6f 72 20  | !StrongHelp or |
00000d50  52 69 73 63 4f 53 0a 20  20 20 20 20 20 20 20 21  |RiscOS.        !|
00000d60  48 65 6c 70 2e 20 28 54  68 69 73 20 61 6c 73 6f  |Help. (This also|
00000d70  20 66 6f 6c 6c 6f 77 73  20 41 63 6f 72 6e 20 67  | follows Acorn g|
00000d80  75 69 64 65 6c 69 6e 65  73 29 0a 20 20 20 20 20  |uidelines).     |
00000d90  20 2e 20 49 66 20 61 20  64 72 61 67 2d 73 65 6c  | . If a drag-sel|
00000da0  65 63 74 20 65 6e 64 65  64 20 77 69 74 68 20 74  |ect ended with t|
00000db0  68 65 20 70 6f 69 6e 74  65 72 20 6f 76 65 72 20  |he pointer over |
00000dc0  61 6e 6f 74 68 65 72 20  77 69 6e 64 6f 77 2c 20  |another window, |
00000dd0  74 68 65 0a 20 20 20 20  20 20 20 20 69 63 6f 6e  |the.        icon|
00000de0  73 20 69 6e 20 74 68 61  74 20 77 69 6e 64 6f 77  |s in that window|
00000df0  20 77 65 72 65 20 73 65  6c 65 63 74 65 64 20 28  | were selected (|
00000e00  69 6e 73 74 65 61 64 20  6f 66 20 69 6e 20 74 68  |instead of in th|
00000e10  65 20 77 69 6e 64 6f 77  20 77 68 65 72 65 0a 20  |e window where. |
00000e20  20 20 20 20 20 20 20 74  68 65 20 64 72 61 67 20  |       the drag |
00000e30  73 74 61 72 74 65 64 20  2e 2e 2e 29 0a 20 20 20  |started ...).   |
00000e40  20 20 20 2e 20 49 6e 70  75 74 20 66 6f 63 75 73  |   . Input focus|
00000e50  20 77 61 73 6e 27 74 20  73 68 6f 77 6e 20 63 6f  | wasn't shown co|
00000e60  72 72 65 63 74 6c 79 20  66 6f 72 20 74 65 6d 70  |rrectly for temp|
00000e70  6c 61 74 65 73 20 77 69  74 68 20 27 50 61 6e 65  |lates with 'Pane|
00000e80  27 20 62 69 74 20 73 65  74 0a 20 20 20 20 20 20  |' bit set.      |
00000e90  20 20 28 69 6e 73 74 65  61 64 2c 20 74 68 65 20  |  (instead, the |
00000ea0  6e 6f 6e 2d 70 61 6e 65  20 77 69 6e 64 6f 77 20  |non-pane window |
00000eb0  74 68 61 74 20 77 61 73  20 6c 61 73 74 20 6f 70  |that was last op|
00000ec0  65 6e 65 64 2c 20 77 61  73 20 68 69 67 68 6c 69  |ened, was highli|
00000ed0  67 68 74 65 64 29 0a 20  20 20 20 20 20 2e 20 43  |ghted).      . C|
00000ee0  6f 75 6e 74 20 6f 66 20  66 6f 6e 74 20 75 73 61  |ount of font usa|
00000ef0  67 65 20 6e 6f 74 20 61  6c 77 61 79 73 20 63 6f  |ge not always co|
00000f00  72 72 65 63 74 3b 20 73  6f 6d 65 74 69 6d 65 73  |rrect; sometimes|
00000f10  20 63 61 75 73 65 64 20  74 68 65 0a 20 20 20 20  | caused the.    |
00000f20  20 20 20 20 63 6f 75 6e  74 69 6e 67 20 62 79 20  |    counting by |
00000f30  74 68 65 20 46 6f 6e 74  4d 61 6e 61 67 65 72 20  |the FontManager |
00000f40  74 6f 20 62 65 20 74 6f  6f 20 68 69 67 68 0a 20  |to be too high. |
00000f50  20 20 20 20 20 2e 20 45  78 74 65 6e 64 65 64 20  |     . Extended |
00000f60  69 63 6f 6e 20 69 6e 66  6f 20 28 76 69 61 20 21  |icon info (via !|
00000f70  48 65 6c 70 29 20 67 61  76 65 20 77 72 6f 6e 67  |Help) gave wrong|
00000f80  20 45 53 47 20 6e 75 6d  62 65 72 0a 20 20 20 20  | ESG number.    |
00000f90  20 41 64 64 69 74 69 6f  6e 73 3a 0a 20 20 20 20  | Additions:.    |
00000fa0  20 20 2e 20 44 75 72 69  6e 67 20 69 63 6f 6e 20  |  . During icon |
00000fb0  6d 6f 76 65 2f 72 65 73  69 7a 65 2c 20 49 63 6f  |move/resize, Ico|
00000fc0  6e 20 69 6e 66 6f 20 77  69 6e 64 6f 77 20 73 68  |n info window sh|
00000fd0  6f 77 73 20 63 6f 6f 72  64 73 20 6f 66 20 64 72  |ows coords of dr|
00000fe0  61 67 2d 62 6f 78 0a 20  20 20 20 20 20 20 20 28  |ag-box.        (|
00000ff0  74 68 61 6e 6b 73 20 74  6f 20 50 61 75 6c 20 48  |thanks to Paul H|
00001000  6f 62 62 73 20 66 6f 72  20 73 68 6f 77 69 6e 67  |obbs for showing|
00001010  20 74 68 61 74 20 69 74  20 63 61 6e 20 62 65 20  | that it can be |
00001020  64 6f 6e 65 29 0a 20 20  20 20 20 20 20 20 54 68  |done).        Th|
00001030  69 73 20 6d 65 61 6e 73  20 74 68 61 74 20 66 6f  |is means that fo|
00001040  72 20 73 69 6e 67 6c 65  20 69 63 6f 6e 73 20 79  |r single icons y|
00001050  6f 75 20 63 61 6e 20 73  65 65 20 74 68 65 20 6e  |ou can see the n|
00001060  65 77 20 70 6f 73 69 74  69 6f 6e 20 61 6e 64 0a  |ew position and.|
00001070  20 20 20 20 20 20 20 20  73 69 7a 65 20 64 75 72  |        size dur|
00001080  69 6e 67 20 74 68 65 20  64 72 61 67 2e 0a 20 20  |ing the drag..  |
00001090  20 20 20 20 2e 20 49 6e  74 65 72 61 63 74 69 76  |    . Interactiv|
000010a0  65 20 68 65 6c 70 20 66  6f 72 20 49 63 6f 6e 20  |e help for Icon |
000010b0  45 64 69 74 20 61 6e 64  20 57 69 6e 64 6f 77 20  |Edit and Window |
000010c0  45 64 69 74 20 77 69 6e  64 6f 77 73 3a 20 70 72  |Edit windows: pr|
000010d0  65 73 73 20 46 31 0a 20  20 20 20 20 20 20 20 77  |ess F1.        w|
000010e0  69 74 68 20 70 6f 69 6e  74 65 72 20 61 62 6f 76  |ith pointer abov|
000010f0  65 20 61 20 62 75 74 74  6f 6e 2c 20 74 6f 20 67  |e a button, to g|
00001100  65 74 20 68 65 6c 70 20  6f 6e 20 74 68 65 20 66  |et help on the f|
00001110  6c 61 67 20 74 68 61 74  20 74 68 69 73 0a 20 20  |lag that this.  |
00001120  20 20 20 20 20 20 62 75  74 74 6f 6e 20 72 65 70  |      button rep|
00001130  72 65 73 65 6e 74 73 20  28 21 53 74 72 6f 6e 67  |resents (!Strong|
00001140  48 65 6c 70 20 61 6e 64  20 21 54 65 6d 70 6c 48  |Help and !TemplH|
00001150  6c 70 20 6d 75 73 74 20  62 65 20 6c 6f 61 64 65  |lp must be loade|
00001160  64 20 66 69 72 73 74 29  0a 20 20 20 20 20 20 2e  |d first).      .|
00001170  20 44 6f 75 62 6c 65 20  67 72 69 64 3a 0a 20 20  | Double grid:.  |
00001180  20 20 20 20 20 20 20 20  2d 20 27 49 63 6f 6e 20  |        - 'Icon |
00001190  73 69 7a 65 27 20 67 72  69 64 20 6c 6f 63 6b 73  |size' grid locks|
000011a0  20 61 6c 6c 20 63 6f 72  6e 65 72 73 20 6f 66 20  | all corners of |
000011b0  74 68 65 20 69 63 6f 6e  73 0a 20 20 20 20 20 20  |the icons.      |
000011c0  20 20 20 20 2d 20 27 49  63 6f 6e 20 70 6f 73 69  |    - 'Icon posi|
000011d0  74 69 6f 6e 27 20 67 72  69 64 20 6c 6f 63 6b 73  |tion' grid locks|
000011e0  20 74 68 65 20 62 6f 74  74 6f 6d 6c 65 66 74 20  | the bottomleft |
000011f0  63 6f 72 6e 65 72 2c 20  6c 65 61 76 69 6e 67 20  |corner, leaving |
00001200  74 68 65 0a 20 20 20 20  20 20 20 20 20 20 20 20  |the.            |
00001210  73 69 7a 65 20 75 6e 63  68 61 6e 67 65 64 0a 20  |size unchanged. |
00001220  20 20 20 20 20 2e 20 27  53 61 6d 65 20 73 69 7a  |     . 'Same siz|
00001230  65 27 20 66 6f 72 20 69  63 6f 6e 20 73 65 6c 65  |e' for icon sele|
00001240  63 74 69 6f 6e 73 0a 20  20 20 20 20 20 2e 20 43  |ctions.      . C|
00001250  6f 6f 70 65 72 61 74 65  73 20 69 6e 20 64 65 73  |ooperates in des|
00001260  6b 74 6f 70 20 73 61 76  65 20 28 52 69 73 63 4f  |ktop save (RiscO|
00001270  53 20 33 29 0a 20 20 20  20 20 20 2e 20 54 41 42  |S 3).      . TAB|
00001280  20 6b 65 79 20 63 61 6e  20 62 65 20 75 73 65 64  | key can be used|
00001290  20 74 6f 20 6d 6f 76 65  20 74 68 65 20 63 61 72  | to move the car|
000012a0  65 74 20 69 6e 20 64 69  61 6c 6f 67 75 65 20 77  |et in dialogue w|
000012b0  69 6e 64 6f 77 73 0a 31  2e 32 32 20 42 75 67 73  |indows.1.22 Bugs|
000012c0  20 66 69 78 65 64 3a 0a  20 20 20 20 20 20 2e 20  | fixed:.      . |
000012d0  43 6f 70 79 69 6e 67 20  74 65 6d 70 6c 61 74 65  |Copying template|
000012e0  73 20 63 61 75 73 65 64  20 61 6e 20 65 72 72 6f  |s caused an erro|
000012f0  72 2c 20 64 75 65 20 74  6f 20 61 20 62 72 69 6c  |r, due to a bril|
00001300  6c 69 61 6e 74 20 6e 65  77 20 62 75 67 20 69 6e  |liant new bug in|
00001310  0a 20 20 20 20 20 20 20  20 76 65 72 73 69 6f 6e  |.        version|
00001320  20 31 2e 32 31 0a 20 20  20 20 20 20 2e 20 42 65  | 1.21.      . Be|
00001330  74 74 65 72 20 63 61 6c  63 75 6c 61 74 69 6f 6e  |tter calculation|
00001340  20 6f 66 20 6d 69 6e 69  6d 75 6d 20 69 63 6f 6e  | of minimum icon|
00001350  20 73 69 7a 65 0a 20 20  20 20 20 20 2e 20 52 65  | size.      . Re|
00001360  76 69 73 65 64 20 72 65  6e 75 6d 62 65 72 69 6e  |vised renumberin|
00001370  67 20 6f 66 20 69 63 6f  6e 20 73 65 6c 65 63 74  |g of icon select|
00001380  69 6f 6e 0a 20 20 20 20  20 41 64 64 69 74 69 6f  |ion.     Additio|
00001390  6e 73 3a 0a 20 20 20 20  20 20 2e 20 46 69 6c 65  |ns:.      . File|
000013a0  72 2d 6c 69 6b 65 20 62  72 6f 77 73 65 72 20 77  |r-like browser w|
000013b0  69 6e 64 6f 77 0a 20 20  20 20 20 20 2e 20 48 6f  |indow.      . Ho|
000013c0  74 6b 65 79 73 20 66 6f  72 20 41 6c 69 67 6e 2c  |tkeys for Align,|
000013d0  20 53 70 61 63 65 20 4f  75 74 20 61 6e 64 20 66  | Space Out and f|
000013e0  6f 72 20 43 6f 70 79 20  55 70 2f 44 6f 77 6e 2f  |or Copy Up/Down/|
000013f0  4c 65 66 74 2f 52 69 67  68 74 0a 20 20 20 20 20  |Left/Right.     |
00001400  20 2e 20 57 68 65 6e 20  65 64 69 74 69 6e 67 20  | . When editing |
00001410  74 69 74 6c 65 20 62 61  72 2c 20 79 6f 75 20 63  |title bar, you c|
00001420  61 6e 20 73 65 74 20 69  74 73 20 63 6f 6c 6f 75  |an set its colou|
00001430  72 73 20 66 72 6f 6d 20  74 68 65 20 49 63 6f 6e  |rs from the Icon|
00001440  0a 20 20 20 20 20 20 20  20 45 64 69 74 20 77 69  |.        Edit wi|
00001450  6e 64 6f 77 20 28 77 61  73 3a 20 66 72 6f 6d 20  |ndow (was: from |
00001460  57 69 6e 64 6f 77 20 45  64 69 74 20 77 69 6e 64  |Window Edit wind|
00001470  6f 77 20 6f 6e 6c 79 29  0a 20 20 20 20 20 20 2e  |ow only).      .|
00001480  20 50 72 65 73 73 69 6e  67 20 45 73 63 20 64 75  | Pressing Esc du|
00001490  72 69 6e 67 20 61 20 64  72 61 67 20 61 62 6f 72  |ring a drag abor|
000014a0  74 73 20 69 74 0a 20 20  20 20 20 20 2e 20 4d 6f  |ts it.      . Mo|
000014b0  76 69 6e 67 20 69 63 6f  6e 73 20 74 6f 20 6f 74  |ving icons to ot|
000014c0  68 65 72 20 74 65 6d 70  6c 61 74 65 73 20 69 73  |her templates is|
000014d0  20 65 71 75 69 76 61 6c  65 6e 74 20 74 6f 20 63  | equivalent to c|
000014e0  6f 70 79 69 6e 67 0a 20  20 20 20 20 20 2e 20 50  |opying.      . P|
000014f0  72 65 76 65 6e 74 73 20  64 65 73 6b 74 6f 70 20  |revents desktop |
00001500  73 68 75 74 64 6f 77 6e  20 69 66 20 64 61 74 61  |shutdown if data|
00001510  20 69 73 20 63 68 61 6e  67 65 64 20 26 20 6e 6f  | is changed & no|
00001520  74 20 73 61 76 65 64 0a  20 20 20 20 20 20 2e 20  |t saved.      . |
00001530  4d 65 6e 75 73 20 6f 76  65 72 20 45 64 69 74 20  |Menus over Edit |
00001540  77 69 6e 64 6f 77 73 20  28 42 75 74 74 6f 6e 20  |windows (Button |
00001550  74 79 70 65 2c 20 45 53  47 2c 20 46 6f 6e 74 20  |type, ESG, Font |
00001560  65 74 63 2e 29 20 70 6f  70 20 75 70 0a 20 20 20  |etc.) pop up.   |
00001570  20 20 20 20 20 77 68 65  6e 20 41 4e 59 20 6d 6f  |     when ANY mo|
00001580  75 73 65 20 62 75 74 74  6f 6e 20 69 73 20 70 72  |use button is pr|
00001590  65 73 73 65 64 20 28 77  61 73 3a 20 6f 6e 6c 79  |essed (was: only|
000015a0  20 66 6f 72 20 4d 65 6e  75 20 62 75 74 74 6f 6e  | for Menu button|
000015b0  29 0a 31 2e 32 31 20 42  75 67 73 20 66 69 78 65  |).1.21 Bugs fixe|
000015c0  64 3a 0a 20 20 20 20 20  20 2e 20 53 70 72 69 74  |d:.      . Sprit|
000015d0  65 20 61 72 65 61 20 70  6f 69 6e 74 65 72 20 6f  |e area pointer o|
000015e0  66 20 77 69 6e 64 6f 77  73 20 77 61 73 20 6e 6f  |f windows was no|
000015f0  74 20 72 65 73 65 74 20  74 6f 20 31 20 28 57 69  |t reset to 1 (Wi|
00001600  6d 70 20 61 72 65 61 29  20 77 68 65 6e 0a 20 20  |mp area) when.  |
00001610  20 20 20 20 20 20 73 61  76 69 6e 67 0a 20 20 20  |      saving.   |
00001620  20 20 20 2e 20 53 61 76  69 6e 67 20 74 6f 20 6f  |   . Saving to o|
00001630  74 68 65 72 20 61 70 70  6c 69 63 61 74 69 6f 6e  |ther application|
00001640  73 20 28 76 69 61 20 57  69 6d 70 24 53 63 72 61  |s (via Wimp$Scra|
00001650  70 29 20 6e 6f 77 20 70  72 6f 70 65 72 6c 79 20  |p) now properly |
00001660  73 75 70 70 6f 72 74 65  64 0a 20 20 20 20 20 20  |supported.      |
00001670  20 20 4e 6f 77 20 69 74  20 69 73 20 70 6f 73 73  |  Now it is poss|
00001680  69 62 6c 65 20 74 6f 20  65 78 63 68 61 6e 67 65  |ible to exchange|
00001690  20 74 65 6d 70 6c 61 74  65 73 20 62 65 74 77 65  | templates betwe|
000016a0  65 6e 20 32 20 63 6f 70  69 65 73 20 6f 66 20 54  |en 2 copies of T|
000016b0  65 6d 70 6c 45 64 0a 20  20 20 20 20 20 2e 20 41  |emplEd.      . A|
000016c0  6e 6f 74 68 65 72 20 62  75 67 20 69 6e 20 57 69  |nother bug in Wi|
000016d0  6d 70 5f 4c 6f 61 64 54  65 6d 70 6c 61 74 65 20  |mp_LoadTemplate |
000016e0  28 23 24 26 24 23 25 40  21 21 21 29 3a 20 69 74  |(#$&$#%@!!!): it|
000016f0  20 65 78 70 65 63 74 73  20 73 6f 6d 65 0a 20 20  | expects some.  |
00001700  20 20 20 20 20 20 69 6e  64 69 72 65 63 74 65 64  |      indirected|
00001710  20 64 61 74 61 20 66 6f  72 20 61 6e 20 69 6e 64  | data for an ind|
00001720  69 72 65 63 74 65 64 20  6e 6f 6e 2d 74 65 78 74  |irected non-text|
00001730  2c 20 6e 6f 6e 2d 73 70  72 69 74 65 20 69 63 6f  |, non-sprite ico|
00001740  6e 2e 0a 20 20 20 20 20  20 20 20 41 6c 74 68 6f  |n..        Altho|
00001750  75 67 68 20 74 68 65 20  69 6e 64 69 72 65 63 74  |ugh the indirect|
00001760  65 64 20 64 61 74 61 20  69 73 20 6e 6f 74 20 75  |ed data is not u|
00001770  73 65 64 2c 20 69 74 20  77 6f 6e 27 74 20 64 69  |sed, it won't di|
00001780  67 65 73 74 20 61 6e 0a  20 20 20 20 20 20 20 20  |gest an.        |
00001790  69 6e 76 61 6c 69 64 20  70 6f 69 6e 74 65 72 2e  |invalid pointer.|
000017a0  0a 20 20 20 20 20 41 64  64 69 74 69 6f 6e 73 3a  |.     Additions:|
000017b0  0a 20 20 20 20 20 20 2e  20 55 73 65 73 20 44 72  |.      . Uses Dr|
000017c0  61 67 41 53 70 72 69 74  65 20 69 6e 20 73 61 76  |agASprite in sav|
000017d0  65 20 77 69 6e 64 6f 77  73 0a 20 20 20 20 20 20  |e windows.      |
000017e0  2e 20 48 6f 74 6b 65 79  73 20 66 6f 72 20 73 6f  |. Hotkeys for so|
000017f0  6d 65 20 66 75 6e 63 74  69 6f 6e 73 20 28 5e 5a  |me functions (^Z|
00001800  2c 20 5e 58 2c 20 5e 43  20 65 74 63 2e 29 0a 20  |, ^X, ^C etc.). |
00001810  20 20 20 20 20 2e 20 57  69 6e 64 6f 77 73 20 63  |     . Windows c|
00001820  61 6e 20 62 65 20 63 65  6e 74 65 72 65 64 20 74  |an be centered t|
00001830  6f 20 74 68 65 20 73 63  72 65 65 6e 0a 20 20 20  |o the screen.   |
00001840  20 20 20 2e 20 49 63 6f  6e 73 20 63 61 6e 20 62  |   . Icons can b|
00001850  65 20 63 65 6e 74 65 72  65 64 20 74 6f 20 74 68  |e centered to th|
00001860  65 20 77 69 6e 64 6f 77  0a 20 20 20 20 20 20 2e  |e window.      .|
00001870  20 53 75 70 70 6f 72 74  20 66 6f 72 20 41 45 48  | Support for AEH|
00001880  20 6d 6f 64 75 6c 65 0a  20 20 20 20 20 20 2e 20  | module.      . |
00001890  27 4d 69 6e 69 6d 69 7a  65 20 73 69 7a 65 27 20  |'Minimize size' |
000018a0  66 6f 72 20 69 63 6f 6e  73 0a 20 20 20 20 20 20  |for icons.      |
000018b0  2e 20 55 73 69 6e 67 20  63 75 72 73 6f 72 20 6b  |. Using cursor k|
000018c0  65 79 73 20 74 6f 20 6d  6f 76 65 20 70 6f 69 6e  |eys to move poin|
000018d0  74 65 72 20 6e 6f 77 20  61 6c 73 6f 20 77 6f 72  |ter now also wor|
000018e0  6b 73 20 66 6f 72 20 6d  6f 76 69 6e 67 2f 0a 20  |ks for moving/. |
000018f0  20 20 20 20 20 20 20 72  65 73 69 7a 69 6e 67 20  |       resizing |
00001900  77 69 6e 64 6f 77 73 20  28 77 68 65 6e 20 64 6f  |windows (when do|
00001910  6e 65 20 75 73 69 6e 67  20 43 74 72 6c 2b 53 65  |ne using Ctrl+Se|
00001920  6c 65 63 74 2f 43 74 72  6c 2b 41 64 6a 75 73 74  |lect/Ctrl+Adjust|
00001930  29 0a 20 20 20 20 20 20  2e 20 57 68 65 6e 20 6c  |).      . When l|
00001940  6f 61 64 69 6e 67 20 61  20 74 65 6d 70 6c 61 74  |oading a templat|
00001950  65 73 20 66 69 6c 65 20  63 61 6c 6c 65 64 20 27  |es file called '|
00001960  54 65 6d 70 6c 61 74 65  73 27 2c 20 54 65 6d 70  |Templates', Temp|
00001970  6c 45 64 0a 20 20 20 20  20 20 20 20 61 75 74 6f  |lEd.        auto|
00001980  6d 61 74 69 63 61 6c 6c  79 20 6c 6f 61 64 73 20  |matically loads |
00001990  74 68 65 20 27 53 70 72  69 74 65 73 27 20 66 69  |the 'Sprites' fi|
000019a0  6c 65 20 66 72 6f 6d 20  73 61 6d 65 20 64 69 72  |le from same dir|
000019b0  65 63 74 6f 72 79 2c 20  69 66 20 73 75 63 68 0a  |ectory, if such.|
000019c0  20 20 20 20 20 20 20 20  61 20 66 69 6c 65 20 65  |        a file e|
000019d0  78 69 73 74 73 0a 20 20  20 20 20 20 2e 20 4d 61  |xists.      . Ma|
000019e0  78 46 6f 6e 74 73 25 20  6c 69 6d 69 74 20 72 65  |xFonts% limit re|
000019f0  6d 6f 76 65 64 3a 20 66  6f 6e 74 20 6d 65 6e 75  |moved: font menu|
00001a00  20 63 61 6e 20 63 6f 6e  74 61 69 6e 20 61 6e 79  | can contain any|
00001a10  20 6e 75 6d 62 65 72 20  6f 66 20 66 6f 6e 74 0a  | number of font.|
00001a20  20 20 20 20 20 20 20 20  66 61 6d 69 6c 69 65 73  |        families|
00001a30  0a 20 20 20 20 20 20 2e  20 49 66 20 62 72 6f 77  |.      . If brow|
00001a40  73 65 72 20 77 69 6e 64  6f 77 20 69 73 20 63 6c  |ser window is cl|
00001a50  6f 73 65 64 2c 20 61 6c  6c 20 74 65 6d 70 6c 61  |osed, all templa|
00001a60  74 65 20 77 69 6e 64 6f  77 73 20 61 72 65 20 63  |te windows are c|
00001a70  6c 6f 73 65 64 2c 20 74  6f 6f 0a 31 2e 32 30 20  |losed, too.1.20 |
00001a80  42 75 67 73 20 66 69 78  65 64 3a 0a 20 20 20 20  |Bugs fixed:.    |
00001a90  20 20 2e 20 54 65 6d 70  6c 61 74 65 73 20 77 69  |  . Templates wi|
00001aa0  74 68 20 64 65 6c 65 74  65 64 2c 20 69 6e 64 69  |th deleted, indi|
00001ab0  72 65 63 74 65 64 20 69  63 6f 6e 73 20 77 65 72  |rected icons wer|
00001ac0  65 20 73 61 76 65 64 20  77 69 74 68 6f 75 74 20  |e saved without |
00001ad0  61 6e 79 0a 20 20 20 20  20 20 20 20 69 6e 64 69  |any.        indi|
00001ae0  72 65 63 74 65 64 20 64  61 74 61 3b 20 57 69 6d  |rected data; Wim|
00001af0  70 5f 4c 6f 61 64 54 65  6d 70 6c 61 74 65 20 67  |p_LoadTemplate g|
00001b00  61 76 65 20 61 6e 20 65  72 72 6f 72 20 77 68 65  |ave an error whe|
00001b10  6e 20 72 65 61 64 69 6e  67 20 74 68 69 73 2c 0a  |n reading this,.|
00001b20  20 20 20 20 20 20 20 20  62 65 63 61 75 73 65 20  |        because |
00001b30  69 74 20 65 78 70 65 63  74 73 20 73 6f 6d 65 20  |it expects some |
00001b40  69 6e 64 69 72 65 63 74  65 64 20 64 61 74 61 2e  |indirected data.|
00001b50  20 28 57 65 69 72 64 2e  2e 2e 29 0a 20 20 20 20  | (Weird...).    |
00001b60  20 20 2e 20 54 65 6d 70  6c 45 64 27 73 20 6f 77  |  . TemplEd's ow|
00001b70  6e 20 74 65 6d 70 6c 61  74 65 73 20 6d 61 79 20  |n templates may |
00001b80  6e 6f 77 20 63 6f 6e 74  61 69 6e 20 6f 75 74 6c  |now contain outl|
00001b90  69 6e 65 20 66 6f 6e 74  73 20 28 69 6e 63 6c 75  |ine fonts (inclu|
00001ba0  64 69 6e 67 0a 20 20 20  20 20 20 20 20 74 68 65  |ding.        the|
00001bb0  20 63 75 73 74 6f 6d 20  69 63 6f 6e 73 20 66 6f  | custom icons fo|
00001bc0  72 20 74 68 65 20 27 43  72 65 61 74 65 20 69 63  |r the 'Create ic|
00001bd0  6f 6e 27 20 73 75 62 6d  65 6e 75 29 0a 20 20 20  |on' submenu).   |
00001be0  20 20 20 2e 20 57 6f 75  6c 64 20 6e 6f 74 20 72  |   . Would not r|
00001bf0  75 6e 20 74 6f 67 65 74  68 65 72 20 77 69 74 68  |un together with|
00001c00  20 4a 6f 72 69 73 20 52  f6 6c 69 6e 67 73 20 21  | Joris R.lings !|
00001c10  46 6f 6e 74 53 65 6c 65  63 74 20 75 74 69 6c 69  |FontSelect utili|
00001c20  74 79 3b 20 74 68 65 0a  20 20 20 20 20 20 20 20  |ty; the.        |
00001c30  46 6f 6e 74 4c 69 73 74  65 72 20 6d 6f 64 75 6c  |FontLister modul|
00001c40  65 20 64 69 64 20 6e 6f  74 20 6c 69 6b 65 20 74  |e did not like t|
00001c50  68 65 20 77 61 79 20 54  65 6d 70 6c 45 64 20 28  |he way TemplEd (|
00001c60  76 31 2e 31 31 29 20 72  65 61 64 73 20 74 68 65  |v1.11) reads the|
00001c70  0a 20 20 20 20 20 20 20  20 66 6f 6e 74 20 6e 61  |.        font na|
00001c80  6d 65 73 2e 0a 20 20 20  20 20 41 64 64 69 74 69  |mes..     Additi|
00001c90  6f 6e 73 3a 0a 20 20 20  20 20 20 2e 20 52 65 73  |ons:.      . Res|
00001ca0  69 7a 69 6e 67 20 6f 66  20 61 20 73 65 6c 65 63  |izing of a selec|
00001cb0  74 69 6f 6e 20 6f 66 20  69 63 6f 6e 73 0a 20 20  |tion of icons.  |
00001cc0  20 20 20 20 2e 20 52 65  61 64 73 20 27 54 65 6d  |    . Reads 'Tem|
00001cd0  70 6c 61 74 65 73 27 20  61 6e 64 20 27 53 70 72  |plates' and 'Spr|
00001ce0  69 74 65 73 27 20 66 69  6c 65 20 6f 66 20 61 6e  |ites' file of an|
00001cf0  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 77 68 65  | application whe|
00001d00  6e 20 69 74 73 20 69 63  6f 6e 0a 20 20 20 20 20  |n its icon.     |
00001d10  20 20 20 69 73 20 64 72  6f 70 70 65 64 20 6f 6e  |   is dropped on|
00001d20  20 74 68 65 20 69 63 6f  6e 20 62 61 72 0a 20 20  | the icon bar.  |
00001d30  20 20 20 20 2e 20 52 65  6e 75 6d 62 65 72 69 6e  |    . Renumberin|
00001d40  67 20 6f 66 20 61 20 73  65 6c 65 63 74 69 6f 6e  |g of a selection|
00001d50  20 6f 66 20 69 63 6f 6e  73 0a 20 20 20 20 20 20  | of icons.      |
00001d60  2e 20 4d 6f 76 69 6e 67  20 74 68 65 20 6d 6f 75  |. Moving the mou|
00001d70  73 65 20 70 6f 69 6e 74  65 72 20 64 75 72 69 6e  |se pointer durin|
00001d80  67 20 69 63 6f 6e 20 6d  6f 76 65 2f 72 65 73 69  |g icon move/resi|
00001d90  7a 65 3a 20 63 75 72 73  6f 72 20 6b 65 79 73 20  |ze: cursor keys |
00001da0  6d 6f 76 65 0a 20 20 20  20 20 20 20 20 74 68 65  |move.        the|
00001db0  20 70 6f 69 6e 74 65 72  20 31 20 70 69 78 65 6c  | pointer 1 pixel|
00001dc0  2c 20 6f 72 20 34 20 70  69 78 65 6c 73 20 77 68  |, or 4 pixels wh|
00001dd0  65 6e 20 63 6f 6d 62 69  6e 65 64 20 77 69 74 68  |en combined with|
00001de0  20 74 68 65 20 53 68 69  66 74 20 6b 65 79 0a 20  | the Shift key. |
00001df0  20 20 20 20 20 2e 20 57  68 65 6e 20 63 72 65 61  |     . When crea|
00001e00  74 69 6e 67 20 73 74 61  6e 64 61 72 64 20 69 63  |ting standard ic|
00001e10  6f 6e 73 20 28 66 72 6f  6d 20 74 68 65 20 27 43  |ons (from the 'C|
00001e20  72 65 61 74 65 20 69 63  6f 6e 27 20 73 75 62 6d  |reate icon' subm|
00001e30  65 6e 75 29 2c 20 79 6f  75 0a 20 20 20 20 20 20  |enu), you.      |
00001e40  20 20 63 61 6e 20 6e 6f  77 20 63 72 65 61 74 65  |  can now create|
00001e50  20 73 65 76 65 72 61 6c  20 69 63 6f 6e 73 20 77  | several icons w|
00001e60  69 74 68 20 6f 6e 65 20  63 6c 69 63 6b 2e 0a 20  |ith one click.. |
00001e70  20 20 20 20 20 20 20 28  4e 4f 54 45 3a 20 74 68  |       (NOTE: th|
00001e80  65 20 77 61 79 20 73 74  61 6e 64 61 72 64 20 69  |e way standard i|
00001e90  63 6f 6e 73 20 61 72 65  20 64 65 66 69 6e 65 64  |cons are defined|
00001ea0  20 68 61 73 20 63 68 61  6e 67 65 64 2e 20 49 66  | has changed. If|
00001eb0  20 79 6f 75 0a 20 20 20  20 20 20 20 20 61 6c 72  | you.        alr|
00001ec0  65 61 64 79 20 68 61 76  65 20 61 20 73 65 74 20  |eady have a set |
00001ed0  6f 66 20 63 75 73 74 6f  6d 20 69 63 6f 6e 73 2c  |of custom icons,|
00001ee0  20 44 4f 4e 27 54 20 6a  75 73 74 20 63 6f 70 79  | DON'T just copy|
00001ef0  20 74 68 65 6d 20 69 6e  74 6f 20 74 68 65 0a 20  | them into the. |
00001f00  20 20 20 20 20 20 20 54  65 6d 70 6c 61 74 65 73  |       Templates|
00001f10  20 66 69 6c 65 2e 20 52  65 61 64 20 74 68 65 20  | file. Read the |
00001f20  73 65 63 74 69 6f 6e 20  6f 6e 20 63 75 73 74 6f  |section on custo|
00001f30  6d 69 7a 69 6e 67 20 69  6e 20 74 68 65 20 4d 61  |mizing in the Ma|
00001f40  6e 75 61 6c 2e 29 0a 20  20 20 20 20 20 2e 20 4f  |nual.).      . O|
00001f50  70 74 69 6f 6e 20 27 44  65 6c 65 74 65 20 69 63  |ption 'Delete ic|
00001f60  6f 6e 73 20 6d 6f 76 65  64 20 6f 75 74 73 69 64  |ons moved outsid|
00001f70  65 27 0a 20 20 20 20 20  20 2e 20 41 6c 74 65 72  |e'.      . Alter|
00001f80  6e 61 74 69 76 65 20 73  65 74 73 20 6f 66 20 74  |native sets of t|
00001f90  65 6d 70 6c 61 74 65 73  20 61 6e 64 20 73 70 72  |emplates and spr|
00001fa0  69 74 65 73 2c 20 77 69  74 68 20 33 44 20 6c 6f  |ites, with 3D lo|
00001fb0  6f 6b 0a 20 20 20 20 20  20 2e 20 50 6f 73 73 69  |ok.      . Possi|
00001fc0  62 69 6c 69 74 79 20 74  6f 20 72 65 73 69 7a 65  |bility to resize|
00001fd0  20 69 63 6f 6e 73 20 77  68 65 6e 20 61 6c 69 67  | icons when alig|
00001fe0  6e 69 6e 67 0a 20 20 20  20 20 20 2e 20 49 63 6f  |ning.      . Ico|
00001ff0  6e 20 72 65 73 69 7a 69  6e 67 20 6e 6f 77 20 6f  |n resizing now o|
00002000  6e 6c 79 20 69 6e 20 31  20 64 69 6d 65 6e 73 69  |nly in 1 dimensi|
00002010  6f 6e 20 28 78 20 6f 72  20 79 29 20 61 74 20 61  |on (x or y) at a|
00002020  20 74 69 6d 65 0a 20 20  20 20 20 20 2e 20 44 6f  | time.      . Do|
00002030  75 62 6c 65 2d 63 6c 69  63 6b 20 6f 6e 20 69 63  |uble-click on ic|
00002040  6f 6e 2c 20 74 69 74 6c  65 20 62 61 72 20 6f 72  |on, title bar or|
00002050  20 62 61 63 6b 67 72 6f  75 6e 64 20 6f 70 65 6e  | background open|
00002060  73 20 74 68 65 20 61 70  70 72 6f 70 72 69 61 74  |s the appropriat|
00002070  65 0a 20 20 20 20 20 20  20 20 45 64 69 74 20 77  |e.        Edit w|
00002080  69 6e 64 6f 77 0a 20 20  20 20 20 20 2e 20 44 72  |indow.      . Dr|
00002090  61 67 2d 73 65 6c 65 63  74 69 6e 67 20 6f 66 20  |ag-selecting of |
000020a0  74 65 6d 70 6c 61 74 65  73 20 69 6e 20 27 54 65  |templates in 'Te|
000020b0  6d 70 6c 61 74 65 73 27  20 77 69 6e 64 6f 77 0a  |mplates' window.|
000020c0  20 20 20 20 20 20 2e 20  53 6f 75 70 65 64 2d 75  |      . Souped-u|
000020d0  70 20 27 54 65 6d 70 6c  61 74 65 73 27 20 77 69  |p 'Templates' wi|
000020e0  6e 64 6f 77 3a 20 74 65  6d 70 6c 61 74 65 73 20  |ndow: templates |
000020f0  61 70 70 65 61 72 20 61  73 20 73 70 72 69 74 65  |appear as sprite|
00002100  2b 6e 61 6d 65 0a 20 20  20 20 20 20 2e 20 44 69  |+name.      . Di|
00002110  72 65 63 74 69 6f 6e 20  28 75 70 2f 64 6f 77 6e  |rection (up/down|
00002120  2f 6c 65 66 74 2f 72 69  67 68 74 29 20 66 6f 72  |/left/right) for|
00002130  20 63 6f 70 79 69 6e 67  20 6f 66 20 69 63 6f 6e  | copying of icon|
00002140  73 20 69 6e 20 6d 65 6e  75 0a 20 20 20 20 20 20  |s in menu.      |
00002150  2e 20 45 78 74 65 6e 64  65 64 20 69 63 6f 6e 20  |. Extended icon |
00002160  69 6e 66 6f 2c 20 73 75  63 68 20 61 73 20 62 75  |info, such as bu|
00002170  74 74 6f 6e 20 74 79 70  65 20 61 6e 64 20 76 61  |tton type and va|
00002180  6c 69 64 61 74 69 6f 6e  20 73 74 72 69 6e 67 2c  |lidation string,|
00002190  20 69 73 0a 20 20 20 20  20 20 20 20 73 65 6e 74  | is.        sent|
000021a0  20 74 6f 20 21 48 65 6c  70 20 28 41 63 6f 72 6e  | to !Help (Acorn|
000021b0  27 73 20 69 6e 74 65 72  61 63 74 69 76 65 20 68  |'s interactive h|
000021c0  65 6c 70 20 61 70 70 6c  69 63 61 74 69 6f 6e 29  |elp application)|
000021d0  2e 0a 20 20 20 20 20 20  2e 20 48 65 6c 70 20 66  |..      . Help f|
000021e0  69 6c 65 73 20 66 6f 72  20 21 53 74 72 6f 6e 67  |iles for !Strong|
000021f0  48 6c 70 0a 20 20 20 20  20 20 2e 20 50 6f 73 73  |Hlp.      . Poss|
00002200  69 62 69 6c 69 74 79 20  74 6f 20 73 65 74 20 63  |ibility to set c|
00002210  6f 6f 72 64 69 6e 61 74  65 73 20 6f 66 20 74 6f  |oordinates of to|
00002220  70 6c 65 66 74 20 63 6f  72 6e 65 72 20 28 6d 69  |pleft corner (mi|
00002230  6e 2e 58 20 26 20 6d 61  78 2e 59 29 20 6f 66 0a  |n.X & max.Y) of.|
00002240  20 20 20 20 20 20 20 20  77 6f 72 6b 20 61 72 65  |        work are|
00002250  61 20 28 77 65 72 65 20  66 69 78 65 64 20 74 6f  |a (were fixed to|
00002260  20 30 2c 30 20 69 6e 20  6f 6c 64 20 76 65 72 73  | 0,0 in old vers|
00002270  69 6f 6e 29 0a 31 2e 31  31 20 52 65 6d 6f 76 65  |ion).1.11 Remove|
00002280  64 20 61 75 74 6f 6d 61  74 69 63 20 6d 69 6e 69  |d automatic mini|
00002290  6d 69 7a 69 6e 67 20 6f  66 20 57 69 6d 70 53 6c  |mizing of WimpSl|
000022a0  6f 74 20 61 74 20 73 74  61 72 74 75 70 2c 20 73  |ot at startup, s|
000022b0  69 6e 63 65 20 69 74 20  73 65 65 6d 65 64 0a 20  |ince it seemed. |
000022c0  20 20 20 20 74 6f 20 67  69 76 65 20 70 72 6f 62  |    to give prob|
000022d0  6c 65 6d 73 20 77 69 74  68 20 52 69 73 63 4f 53  |lems with RiscOS|
000022e0  20 32 0a 20 20 20 20 20  47 72 69 64 20 73 69 7a  | 2.     Grid siz|
000022f0  65 20 6e 6f 77 20 61 64  61 70 74 73 20 74 6f 20  |e now adapts to |
00002300  6d 6f 64 65 20 63 68 61  6e 67 65 73 0a 31 2e 31  |mode changes.1.1|
00002310  30 20 46 69 72 73 74 20  64 69 73 74 72 69 62 75  |0 First distribu|
00002320  74 65 64 20 76 65 72 73  69 6f 6e 0a 0a 31 2e 30  |ted version..1.0|
00002330  30 20 54 65 73 74 20 76  65 72 73 69 6f 6e 0a 0a  |0 Test version..|
00002340  0a 4b 6e 6f 77 6e 20 62  75 67 73 0a 2d 2d 2d 2d  |.Known bugs.----|
00002350  2d 2d 2d 2d 2d 2d 0a 0a  2a 20 49 6e 20 73 6f 6d  |------..* In som|
00002360  65 20 63 61 73 65 73 2c  20 79 6f 75 20 6d 61 79  |e cases, you may|
00002370  20 66 69 6e 64 20 69 74  20 64 69 66 66 69 63 75  | find it difficu|
00002380  6c 74 20 74 6f 20 63 6c  69 63 6b 2d 73 65 6c 65  |lt to click-sele|
00002390  63 74 20 61 6e 20 69 63  6f 6e 3a 0a 20 20 20 20  |ct an icon:.    |
000023a0  20 2d 20 57 68 65 6e 20  69 74 73 20 62 75 74 74  | - When its butt|
000023b0  6f 6e 20 74 79 70 65 20  69 73 20 27 4d 65 6e 75  |on type is 'Menu|
000023c0  27 20 28 69 63 6f 6e 20  69 73 20 64 65 73 65 6c  |' (icon is desel|
000023d0  65 63 74 65 64 20 77 68  65 6e 20 70 6f 69 6e 74  |ected when point|
000023e0  65 72 0a 20 20 20 20 20  20 20 6d 6f 76 65 73 20  |er.       moves |
000023f0  61 77 61 79 20 66 72 6f  6d 20 74 68 65 20 69 63  |away from the ic|
00002400  6f 6e 29 0a 20 20 20 20  20 2d 20 57 68 65 6e 20  |on).     - When |
00002410  69 74 20 68 61 73 20 62  6f 72 64 65 72 20 74 79  |it has border ty|
00002420  70 65 20 27 52 35 27 20  69 6e 20 69 74 73 20 76  |pe 'R5' in its v|
00002430  61 6c 69 64 61 74 69 6f  6e 20 73 74 72 69 6e 67  |alidation string|
00002440  20 28 69 63 6f 6e 20 69  73 0a 20 20 20 20 20 20  | (icon is.      |
00002450  20 64 65 73 65 6c 65 63  74 65 64 20 61 66 74 65  | deselected afte|
00002460  72 20 61 20 73 68 6f 72  74 20 64 65 6c 61 79 29  |r a short delay)|
00002470  0a 20 20 20 20 20 2d 20  57 68 65 6e 20 74 68 65  |.     - When the|
00002480  20 69 63 6f 6e 20 69 73  20 73 68 61 64 65 64 20  | icon is shaded |
00002490  28 6e 6f 20 72 65 61 63  74 69 6f 6e 20 74 6f 20  |(no reaction to |
000024a0  61 20 63 6c 69 63 6b 29  0a 20 20 20 20 20 2d 20  |a click).     - |
000024b0  57 68 65 6e 20 74 68 65  20 69 63 6f 6e 20 69 73  |When the icon is|
000024c0  20 70 61 72 74 20 6f 66  20 61 20 73 65 6c 65 63  | part of a selec|
000024d0  74 69 6f 6e 20 67 72 6f  75 70 20 28 45 53 47 29  |tion group (ESG)|
000024e0  2c 20 61 6e 64 20 74 68  65 20 27 41 6c 6c 6f 77  |, and the 'Allow|
000024f0  0a 20 20 20 20 20 20 20  61 64 6a 75 73 74 27 20  |.       adjust' |
00002500  66 6c 61 67 73 20 61 72  65 20 63 6c 65 61 72 65  |flags are cleare|
00002510  64 20 28 63 6c 69 63 6b  2d 73 65 6c 65 63 74 69  |d (click-selecti|
00002520  6e 67 20 77 69 74 68 20  41 64 6a 75 73 74 20 64  |ng with Adjust d|
00002530  65 73 65 6c 65 63 74 73  0a 20 20 20 20 20 20 20  |eselects.       |
00002540  74 68 65 20 6f 74 68 65  72 20 69 63 6f 6e 73 29  |the other icons)|
00002550  0a 20 20 49 6e 20 61 6c  6c 20 63 61 73 65 73 2c  |.  In all cases,|
00002560  20 79 6f 75 20 63 61 6e  20 64 72 61 67 2d 73 65  | you can drag-se|
00002570  6c 65 63 74 20 74 68 65  20 69 63 6f 6e 2c 20 6f  |lect the icon, o|
00002580  72 20 79 6f 75 20 63 61  6e 20 75 73 65 20 27 53  |r you can use 'S|
00002590  65 6c 65 63 74 20 61 6c  6c 27 0a 20 20 61 6e 64  |elect all'.  and|
000025a0  20 64 65 73 65 6c 65 63  74 20 73 6f 6d 65 20 6f  | deselect some o|
000025b0  74 68 65 72 20 69 63 6f  6e 73 2e 0a 0a 2a 20 44  |ther icons...* D|
000025c0  6f 75 62 6c 65 2d 63 6c  69 63 6b 69 6e 67 20 6f  |ouble-clicking o|
000025d0  6e 20 61 6e 20 69 63 6f  6e 20 74 6f 20 6f 70 65  |n an icon to ope|
000025e0  6e 20 74 68 65 20 49 63  6f 6e 20 45 64 69 74 20  |n the Icon Edit |
000025f0  77 69 6e 64 6f 77 20 64  6f 65 73 20 6e 6f 74 20  |window does not |
00002600  77 6f 72 6b 0a 73 6d 6f  6f 74 68 6c 79 20 77 69  |work.smoothly wi|
00002610  74 68 20 61 6c 6c 20 62  75 74 74 6f 6e 20 74 79  |th all button ty|
00002620  70 65 73 3b 20 74 68 65  20 57 69 6d 70 20 69 6e  |pes; the Wimp in|
00002630  74 65 72 66 65 72 65 73  20 77 69 74 68 20 54 65  |terferes with Te|
00002640  6d 70 6c 45 64 27 73 0a  72 65 61 63 74 69 6f 6e  |mplEd's.reaction|
00002650  73 20 74 6f 20 63 6c 69  63 6b 73 2e 20 46 6f 72  |s to clicks. For|
00002660  20 74 68 65 20 73 61 6d  65 20 72 65 61 73 6f 6e  | the same reason|
00002670  2c 20 64 6f 75 62 6c 65  2d 63 6c 69 63 6b 69 6e  |, double-clickin|
00002680  67 20 6f 6e 20 74 68 65  20 74 69 74 6c 65 20 62  |g on the title b|
00002690  61 72 0a 68 61 73 20 74  68 65 20 77 65 69 72 64  |ar.has the weird|
000026a0  20 65 66 66 65 63 74 20  74 68 61 74 20 74 68 65  | effect that the|
000026b0  20 49 63 6f 6e 20 45 64  69 74 20 77 69 6e 64 6f  | Icon Edit windo|
000026c0  77 20 69 73 20 6f 70 65  6e 65 64 2c 20 61 6e 64  |w is opened, and|
000026d0  20 69 6d 6d 65 64 69 61  74 65 6c 79 0a 74 68 65  | immediately.the|
000026e0  20 74 65 6d 70 6c 61 74  65 20 77 69 6e 64 6f 77  | template window|
000026f0  20 69 73 20 72 65 2d 6f  70 65 6e 65 64 20 6f 6e  | is re-opened on|
00002700  20 74 6f 70 2e 20 49 20  68 61 76 65 20 6d 61 64  | top. I have mad|
00002710  65 20 74 68 65 20 64 6f  75 62 6c 65 2d 63 6c 69  |e the double-cli|
00002720  63 6b 20 74 68 69 6e 67  79 0a 6f 70 74 69 6f 6e  |ck thingy.option|
00002730  61 6c 3b 20 69 66 20 79  6f 75 20 64 6f 6e 27 74  |al; if you don't|
00002740  20 6c 69 6b 65 20 69 74  2c 20 79 6f 75 20 63 61  | like it, you ca|
00002750  6e 20 73 77 69 74 63 68  20 69 74 20 6f 66 66 2e  |n switch it off.|
00002760  0a 0a 0a 4c 69 6d 69 74  61 74 69 6f 6e 73 0a 2d  |...Limitations.-|
00002770  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 0a 2a 20 4c 69  |----------..* Li|
00002780  6d 69 74 73 20 6f 6e 20  74 68 65 20 6e 75 6d 62  |mits on the numb|
00002790  65 72 20 6f 66 20 74 65  6d 70 6c 61 74 65 73 20  |er of templates |
000027a0  61 6e 64 20 74 68 65 20  6e 75 6d 62 65 72 20 6f  |and the number o|
000027b0  66 20 69 63 6f 6e 73 20  70 65 72 20 74 65 6d 70  |f icons per temp|
000027c0  6c 61 74 65 2e 0a 54 68  69 73 20 63 61 6e 20 62  |late..This can b|
000027d0  65 20 63 68 61 6e 67 65  64 20 62 79 20 73 65 74  |e changed by set|
000027e0  74 69 6e 67 20 74 68 65  20 76 61 72 69 61 62 6c  |ting the variabl|
000027f0  65 73 20 4d 61 78 54 65  6d 70 6c 61 74 65 73 25  |es MaxTemplates%|
00002800  20 61 6e 64 20 4d 61 78  49 63 6f 6e 73 25 2e 0a  | and MaxIcons%..|
00002810  54 68 65 72 65 20 69 73  20 61 6c 73 6f 20 61 20  |There is also a |
00002820  6c 69 6d 69 74 20 6f 6e  20 74 68 65 20 73 69 7a  |limit on the siz|
00002830  65 20 6f 66 20 69 6e 64  69 72 65 63 74 65 64 20  |e of indirected |
00002840  64 61 74 61 20 74 68 61  74 20 69 73 20 73 74 6f  |data that is sto|
00002850  72 65 64 20 77 69 74 68  20 61 0a 74 65 6d 70 6c  |red with a.templ|
00002860  61 74 65 2e 20 43 75 72  72 65 6e 74 20 73 65 74  |ate. Current set|
00002870  74 69 6e 67 73 3a 0a 20  20 20 20 4d 61 78 54 65  |tings:.    MaxTe|
00002880  6d 70 6c 61 74 65 73 25  20 3d 20 31 30 30 0a 20  |mplates% = 100. |
00002890  20 20 20 4d 61 78 49 63  6f 6e 73 25 20 20 20 20  |   MaxIcons%    |
000028a0  20 3d 20 32 30 30 0a 20  20 20 20 4d 61 78 49 6e  | = 200.    MaxIn|
000028b0  64 69 72 53 69 7a 65 25  20 3d 20 38 30 30 30 0a  |dirSize% = 8000.|
000028c0  4e 6f 74 65 3a 20 66 69  6c 65 73 20 63 6f 6e 74  |Note: files cont|
000028d0  61 69 6e 20 6f 6e 6c 79  20 61 63 74 75 61 6c 20  |ain only actual |
000028e0  63 6f 6e 74 65 6e 74 73  3b 20 61 6e 20 65 6d 70  |contents; an emp|
000028f0  74 79 20 69 6e 64 69 72  65 63 74 65 64 20 73 74  |ty indirected st|
00002900  72 69 6e 67 20 77 69 74  68 0a 6d 61 78 20 73 69  |ring with.max si|
00002910  7a 65 20 6f 66 20 31 30  30 30 20 74 61 6b 65 73  |ze of 1000 takes|
00002920  20 75 70 20 31 20 62 79  74 65 20 28 74 68 65 20  | up 1 byte (the |
00002930  43 52 20 74 65 72 6d 69  6e 61 74 6f 72 29 20 69  |CR terminator) i|
00002940  6e 20 74 68 65 20 66 69  6c 65 2e 0a 0a 2a 20 54  |n the file...* T|
00002950  65 6d 70 6c 45 64 20 63  61 6e 27 74 20 68 61 6e  |emplEd can't han|
00002960  64 6c 65 20 69 6e 64 69  72 65 63 74 65 64 20 73  |dle indirected s|
00002970  74 72 69 6e 67 73 20 6c  6f 6e 67 65 72 20 74 68  |trings longer th|
00002980  61 6e 20 32 35 35 20 62  79 74 65 73 2e 20 59 6f  |an 255 bytes. Yo|
00002990  75 20 63 61 6e 20 73 65  74 0a 74 68 65 20 6d 61  |u can set.the ma|
000029a0  78 69 6d 75 6d 20 6c 65  6e 67 74 68 20 61 62 6f  |ximum length abo|
000029b0  76 65 20 74 68 69 73 20  6c 69 6d 69 74 2c 20 62  |ve this limit, b|
000029c0  75 74 20 54 65 6d 70 6c  45 64 20 63 61 6e 27 74  |ut TemplEd can't|
000029d0  20 70 75 74 20 6d 6f 72  65 20 74 68 61 6e 20 32  | put more than 2|
000029e0  35 35 0a 63 68 61 72 61  63 74 65 72 73 20 69 6e  |55.characters in|
000029f0  20 61 20 74 65 78 74 20  61 72 65 61 2e 0a 0a 2a  | a text area...*|
00002a00  20 59 6f 75 20 63 61 6e  27 74 20 73 65 74 20 74  | You can't set t|
00002a10  68 65 20 73 70 72 69 74  65 20 61 72 65 61 20 66  |he sprite area f|
00002a20  6f 72 20 65 61 63 68 20  69 63 6f 6e 20 73 65 70  |or each icon sep|
00002a30  61 72 61 74 65 6c 79 3b  20 61 6c 6c 20 73 70 72  |arately; all spr|
00002a40  69 74 65 73 20 69 6e 20  61 0a 74 65 6d 70 6c 61  |ites in a.templa|
00002a50  74 65 20 61 72 65 20 72  65 61 64 20 66 72 6f 6d  |te are read from|
00002a60  20 74 68 65 20 73 61 6d  65 20 61 72 65 61 2e 0a  | the same area..|
00002a70  0a 2a 20 54 65 6d 70 6c  45 64 20 69 73 20 61 20  |.* TemplEd is a |
00002a80  73 69 6e 67 6c 65 2d 66  69 6c 65 20 65 64 69 74  |single-file edit|
00002a90  6f 72 2e 2e 2e 0a 0a 0a  50 6f 73 73 69 62 6c 65  |or......Possible|
00002aa0  20 66 75 74 75 72 65 20  61 64 64 69 74 69 6f 6e  | future addition|
00002ab0  73 0a 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |s.--------------|
00002ac0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 46 75 74  |-----------..Fut|
00002ad0  75 72 65 20 76 65 72 73  69 6f 6e 73 20 4d 41 59  |ure versions MAY|
00002ae0  20 68 61 76 65 20 6f 6e  65 20 6f 72 20 6d 6f 72  | have one or mor|
00002af0  65 20 6f 66 20 74 68 65  20 66 6f 6c 6c 6f 77 69  |e of the followi|
00002b00  6e 67 20 66 65 61 74 75  72 65 73 3a 0a 0a 2a 20  |ng features:..* |
00002b10  53 68 6f 77 20 67 72 69  64 0a 2a 20 4d 75 6c 74  |Show grid.* Mult|
00002b20  69 2d 66 69 6c 65 20 65  64 69 74 69 6e 67 0a 2a  |i-file editing.*|
00002b30  20 47 72 6f 75 70 69 6e  67 20 6f 66 20 69 63 6f  | Grouping of ico|
00002b40  6e 73 0a 2a 20 45 78 70  6f 72 74 20 74 65 6d 70  |ns.* Export temp|
00002b50  6c 61 74 65 73 20 61 73  20 54 65 78 74 20 66 69  |lates as Text fi|
00002b60  6c 65 20 20 20 20 0a 2a  20 4f 6e 20 66 61 74 61  |le    .* On fata|
00002b70  6c 20 65 72 72 6f 72 2c  20 73 61 76 65 20 74 65  |l error, save te|
00002b80  6d 70 6c 61 74 65 73 20  69 6e 20 3c 57 69 6d 70  |mplates in <Wimp|
00002b90  24 53 63 72 61 70 44 69  72 3e 0a                 |$ScrapDir>.|
00002b9b