Completed the small set of command extensions to make sure all

commands that make use of the pointer position have an equivalent
command that operates solely on layout coordinates, or otherwise
avoids needing a pointer position.  Added the command option
"down <instance>" to avoid using the pointer to disambiguate
selections.  Added the command option "select ... at x y" to
do paint or cell selections at a specific coordinate instead of
the pointer position.
This commit is contained in:
Tim Edwards
2023-07-08 13:59:00 -04:00
parent d3b314d877
commit 3890181ebe
4 changed files with 94 additions and 27 deletions
+6 -5
View File
@@ -47,13 +47,14 @@ create a new cell definition from a selection.
<BLOCKQUOTE>
where <I>option</I> may be one of the following:
<DL>
<DT> [<B>more</B> | <B>less</B>] [<I>layers</I>]
<DD> [De]select material under cursor, or
[de]select a subcell if the cursor is over space.
<DT> <B>nocycle</B> [<I>layers</I>]
<DT> [<B>more</B> | <B>less</B>] [<I>layers</I>] [<B>at</B> <I>x y</I>]
<DD> [De]select material under cursor or indicated position, or
[de]select a subcell if the cursor or indicated position is over
space.
<DT> <B>nocycle</B> [<I>layers</I>] [<B>at</B> <I>x y</I>]
<DD> Select material without cycling through different tile
types when "select" is called from the same cursor position
more than once.
or indicated coordinate more than once.
<DT> [<B>do</B> | <B>no</B> | <B>simple</B>] <B>labels</B>
<DD> Set policy for copying labels during a network selection.
<DT> [<B>more</B> | <B>less</B>] <B>area</B> [<I>layers</I>] [<I>pattern</I>]