Hi Gerrit -- on Mar 24 1998 at 22:48, you wrote:
GK> When I insert a file into a TSE-document, I'd like to have added two
GK> lines like this:
Best I can offer:
_ _ _ O / _ _ C_U_T_ H_E_R_E_ _ _ _
O \
/****************************************************************************
This macro provides a "cut here" line
It should be placed in the tse.ui or other .ui file, and then the
file recompiled with Ctrl-F9
Dallas Hinton - September 1996
***************************************************************************/
proc CUTHERE()
EndLine()
Addline()
InsertText("_ _ _ O / _ _ C_U_T_ H_E_R_E_ _ _ _ ", _INSERT_)
BegLine()
Addline()
InsertText(" O \ ", _INSERT_)
end
_ _ _ O / _ _ C_U_T_ H_E_R_E_ _ _ _
O \
Then under "key assignments" insert:
CutHere()
And finally modify the line "Shift HelpLine" under "Helpline Assignents" to
include the word "{F11}-CutHere"
Hope this helps...
Cheers... Dallas
--- timEd/386 1.10+
---------------
* Origin: The BandMaster, Vancouver CANADA [604 266-1977] (1:153/715)
|