Include Plugin HotStrings

Suppose we had include code as shown in figure 2 for an Include Plugin as shown in figure 3. We would need a way to show the hotstrings in the include script back in the Hotlist window as shown in figure 4. To accomplish this the includes plugin add a HotString section for listing the hotstrings in the include code. The code in figure 2 might be described as shown in figure 1. Now all the hotstrings in figure 1 will be listed in Hotlist as well. This gives a way to describe hotstrings in the include for the end user.


To Add a new hotstring description to the include just click an empty row and start typing in the hotstring description.


To Delete a hotstring from the list click the delete button .


Figure 1:


Figure 2:

;------------------------------------------------------------------------------
; Word endings
;------------------------------------------------------------------------------
:?:bilites::bilities
:?:bilties::bilities
:?:blities::bilities
:?:bilty::bility
:?:blity::bility
:?:, btu::, but ; Not just replacing "btu", as that is a unit of heat.
:?:; btu::; but
:?:n;t::n't
:?:;ll::'ll
:?:;re::'re
:?:;ve::'ve
::sice::since  ; Must precede the following line!
:?:sice::sive
:?:t eh:: the
:?:t hem:: them



Figure 3:


Figure 4:


Related

HotKeys

Include Plugin