diff options
author | Werner Almesberger <werner@almesberger.net> | 2016-10-25 00:14:29 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2016-10-25 00:14:29 -0300 |
commit | a0106ade83e5ed941499e6182112a1489ca9b31a (patch) | |
tree | 8af7b2886d99251d661fb1acc207d55be2ec3c73 | |
parent | 5e2e53dbb6f671b321e04362631d2141534c3055 (diff) | |
download | eeshow-a0106ade83e5ed941499e6182112a1489ca9b31a.tar.gz eeshow-a0106ade83e5ed941499e6182112a1489ca9b31a.tar.bz2 eeshow-a0106ade83e5ed941499e6182112a1489ca9b31a.zip |
web/index.html, wt-cp.fig, Makefile: add description of copy & paste
-rw-r--r-- | web/Makefile | 7 | ||||
-rw-r--r-- | web/index.html | 25 | ||||
-rw-r--r-- | web/wt-cp.fig | 25 |
3 files changed, 56 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index 6b796e4..a30cb7f 100644 --- a/web/Makefile +++ b/web/Makefile @@ -2,7 +2,7 @@ UPLOAD = wpwrak@neo900.org:pub/eeshow/ SCP = rsync -e "neo900 --ssh" -v FIGS = wt-start wt-plain wt-pin-type wt-glabel wt-index wt-history wt-diff \ - wt-diff-old wt-diff-new wt-diff-index wt-doc + wt-diff-old wt-diff-new wt-diff-index wt-doc wt-cp .PHONY: upload @@ -11,5 +11,10 @@ index.html: $(FIGS:%=%.png) %.png: %.fig fig2dev -L png -S 4 $< >$@ || { rm -f $@; exit 1; } +wt-cp.png: cp.png + +cp.png: cp.xcf + convert $< $@ || { rm -f $@; exit 1; } + upload: $(FIGS:%=%.png) $(SCP) index.html $(FIGS:%=%.png) $(UPLOAD) diff --git a/web/index.html b/web/index.html index 5495884..6fdeea5 100644 --- a/web/index.html +++ b/web/index.html @@ -34,6 +34,10 @@ Sections: <LI><A href="#motivation">Motivation</A> <LI><A href="#walk-through">Walk-through</A> <LI><A href="#experimental">Experimental features</A> + <UL> + <LI><A href="#documentation">Documentation</A> + <LI><A href="#copy-paste">Copy and paste</A> + </UL> <LI><A href="#non-interactive">Non-interactive use</A> </UL> @@ -228,6 +232,12 @@ Delta mode can also be selected for visualization, by pressing Shift-D. <A name="experimental"> <H2>Experimental features</H2> +The following features are experimental and may exhibit quirks. + + +<A name="documentation"> +<H3>Documentation</H3> + Eeshow can be given a list of documents to show for components (identified by their component reference). <BR> @@ -246,6 +256,21 @@ The Neo900 project makes use of this functionality, as explained in the section "Viewing documentation" in <BR> <A href="https://neo900.org/git?p=ee;a=blob;f=README"><code>https://neo900.org/git?p=ee;a=blob;f=README</code></A> +<P> + + +<A name="copy-paste"> +<H3>Copy and paste</H3> + +To copy text from schematics to the clipboard, move the mouse on the text +in question, push and hold the mouse button, and swipe/drag it a little. +<BR> +The text is then highlighted and copied to the clipboard. +<BR> +This requires the <B>xsel</B> command-line utility to be installed. +<P> +<IMG src="wt-cp.png"> +<P> <A name="non-interactive"> diff --git a/web/wt-cp.fig b/web/wt-cp.fig new file mode 100644 index 0000000..acc422e --- /dev/null +++ b/web/wt-cp.fig @@ -0,0 +1,25 @@ +#FIG 3.2 Produced by xfig version 3.2.5c +Landscape +Center +Metric +A4 +100.00 +Single +-2 +1200 2 +2 5 0 1 0 -1 50 -1 20 0.000 0 0 -1 0 0 5 + 0 cp.png + 900 342 15916 342 15916 7214 900 7214 900 342 +2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2 + 4725 1620 2925 4545 +2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2 + 6570 1575 7650 3870 +2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2 + 7650 1485 11790 2070 +2 2 0 0 0 7 45 -1 19 0.000 0 0 -1 0 0 5 + 4455 1080 7785 1080 7785 1620 4455 1620 4455 1080 +2 2 0 0 0 7 45 -1 19 0.000 0 0 -1 0 0 5 + 4950 5580 9045 5580 9045 6390 4950 6390 4950 5580 +4 0 0 40 -1 22 16 0.0000 4 255 3015 4590 1440 Swipe text to copy and paste\001 +4 0 0 40 -1 22 16 0.0000 4 255 3825 5130 5940 Entire text (line) is highlighted (grey)\001 +4 0 0 40 -1 22 16 0.0000 4 255 2535 5130 6255 and copied to clipboard.\001 |