From: jorj.strumolo@chowda.com (Jorj Strumolo)
Skip Gore writes:
SG> A couple of days ago there was talk about not being able to remember
> which keys were assigned to what. A couple of macros were displayed and
> I'm just wondering why they were written in such a complicated manner.
And what's at line 1604 of your TSE.UI? In any case, most of the
macros assumed all of your keys were defined in the UI. But
they're not, are they? Most people load one or more macros on
starting, and they can have keys assigned. And they use macros
that they don't have loaded at start. So the only way to
track everything is simply to be rigorous. Every time I change
any macro, I change my personal help file, a simple text file:
InsertText('*')
Copy(_append_)
Cut(_append_)
CopyToWinClip()
CutToWinClip()
PasteFromWinClip()
tRulerAbs() [cursor = status line column]
, tRulerCent() [cursor = 0 ; neg/pos sides]
tRulerRel() [screen left = 1]
Then one has a simple macro that loads that file to browse or
search as needed. As long as you're the only person changing
the editor, the system works fine.
-=-
Jorj.Strumolo@chowda.com * Fido 1:323/140 * jorj@wsii.com
---
---------------
* Origin: Usenet:Chowdanet BBS - 401-331-2604 (3:800/846.13)
|