The BASIC files in the first archive and material in the rest are dedicated to the Public Domain.
Contents
Archive 1: Tools
To install the tools in the first archive, copy the BASIC files into
If you want to use the tools in the manner suggested above, you must
modify the 'C' mode file. The easiest way to do this is to load a piece
of 'C' code or open a blank text file and change into 'C' mode, open a
menu over the document and select the 'C' entry with Shift held down.
Look for the include1 [_spct] '#include' _spct ('"') [_spct] @0 * @9 ('"')
include2 [_spct] '#include' _spct ('<') [_spct] @0 * @9 ('>')A little further down is the ClickList section. Again remove or comment out lines related to 'include1', 'include2' or 'include', and add the following: include1 SetTmp(include1, "Tmp$Word") Run("<Tmp$Tool>.LoadHdrLcl")
include2 SetTmp(include2, "Tmp$Word") Run("<Tmp$Tool>.LoadHdrGbl")
These two lines set up double-clicks within
Next look for the text Key ^H
Menu Load H.*
Icon load
Help HCM_ld
Select SetTmp() Run("<Tmp$Tool>.LoadApropo")This sets up Ctrl+H to load a C or H file of the same leafname as the current text, useful if you want to hop between a related source or header file when creating code. It only looks within the current component directory. Header files are loaded using the following paths at present: C$Path CPP$Path TBox$Path TCPIPLibs$Path OSLibInclude$Path
However, it is trivial to change this by loading Version 0.02 of the archive uses up to date StrongED temporary variables rather than the legacy versions, so requires a reasonably new version of StrongED. The tools have been tested with v4.67 alpha 9 and should work with anything newer. A bug where locations of header files would be repeatedly appended to the search path until the path became too long to parse is fixed.
Archive 2: CSS mode
To install the CSS mode, find your installation of !StrongED and double click
on the !StrongED in a Filer window whilst holding down Shift to open
the contents. Go into the
Restarting StrongED will make it aware of the new mode - alternatively, opening the
main StrongED menu from the icon bar and selecting "
Further help is available from the
StrongHelp manual inside
the Zip archive, in
Archive 3: Ruby mode
To install the Ruby mode, find your installation of !StrongED and double click
on the !StrongED in a Filer window whilst holding down Shift to open
the contents. Go into the
Restarting StrongED will make it aware of the new mode - alternatively, opening the
main StrongED menu from the icon bar and selecting "
The Ruby mode is designed to kick in for any Ruby file except those in directories
using names that indicate they are part of a Rails application. This is to allow the
Rails mode to kick in instead. For more information, please see the
StrongHelp manual inside
the Zip archive, in Version 1.02 of the archive includes a fixed ModeWhen file with more robust behaviour particularly for files with a data filetype rather than plain text.
Archive 4: Ruby On Rails mode
To install the Ruby On Rails mode, find your installation of !StrongED and double click
on the !StrongED in a Filer window whilst holding down Shift to open
the contents. Go into the
Restarting StrongED will make it aware of the new mode - alternatively, opening the
main StrongED menu from the icon bar and selecting "
The Rails mode deliberately attempts to only activate for Ruby files when those files
sit in directories using names that indicate they are part of a Rails application. This
is to allow the plain Ruby mode to kick in instead. For more information, please see the
StrongHelp manual inside
the Zip archive, in Version 1.02 of the archive includes a fixed ModeWhen file with more robust behaviour particularly for files with a data filetype rather than plain text.
| |||||||||||||||||
|
The HTML and CSS herein are licensed under a Creative Commons License. |
A.D.Hodgkinson Updated 16 Apr 2006 |