aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-12-12 18:50:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-12-12 18:50:16 +0000
commit2fcb80f66666a03df07e6661a8ce5e26fdea465b (patch)
tree7d61aba23f8cc8553719734fb36f8639544bec92 /doc
parent12faff8d65ce64c126e48b8e8227ff1d4cd28fbc (diff)
added Alt-clicking info
svn path=/trunk/; revision=2369
Diffstat (limited to 'doc')
-rw-r--r--doc/pddp/scalar-help.pd46
1 files changed, 26 insertions, 20 deletions
diff --git a/doc/pddp/scalar-help.pd b/doc/pddp/scalar-help.pd
index 98e1945f..ff91b6bd 100644
--- a/doc/pddp/scalar-help.pd
+++ b/doc/pddp/scalar-help.pd
@@ -1,30 +1,36 @@
-#N canvas 351 60 461 532 10;
-#N canvas 0 22 454 304 scalar-window 0;
+#N canvas 56 355 470 550 10;
+#N canvas 0 22 462 312 scalar-window 0;
#X restore 164 67 pd scalar-window;
#X obj 2 2 cnv 15 450 20 empty empty "scalar" 2 11 1 18 -233017 -66577
0;
#X obj 418 3 pddp;
-#X obj 256 478 all_about_data_structures;
-#X text 221 461 for more info \, click on this:;
-#X text 29 307 - You can cut \, copy \, paste \, and duplicate "scalars".
+#X obj 256 498 all_about_data_structures;
+#X text 221 481 for more info \, click on this:;
+#X text 29 227 - You can cut \, copy \, paste \, and duplicate "scalars".
;
-#X text 29 212 - You can edit the contents of a "scalar" within the
+#X text 29 136 - You can edit the contents of a "scalar" within the
Properties panel. When you select 'Properties' \, Pd will open a text
editor with the contents of that "scalar". When you are done editing
it \, hit "OK" and your changes will take effect.;
-#X text 18 288 In edit mode:;
-#X text 29 323 - You can move "scalars" by clicking and dragging.;
-#X text 20 196 In any mode:;
-#X text 18 376 In run mode:;
-#X text 30 390 - You can resize breakpoints. The mouse cursor will
-change when you are resizing breakpoints.;
-#X text 30 417 - You can move breakpoints. Click near the breakpoint
-\, but not so close that the mouse cursor changes to the resize cursor.
-;
-#X text 29 338 - The blue rectangle is the "handle" for grabbing and
-moving the "scalar".;
+#X text 18 208 In edit mode:;
+#X text 29 243 - You can move "scalars" by clicking and dragging.;
+#X text 20 120 In any mode:;
+#X text 18 266 In run mode:;
#X text 20 32 "scalar" is the basic graphical component of Pd's data
structures.;
-#X text 305 512 updated for Pd 0.37.1;
-#X text 4 174 There are numerous ways to manually edit "scalars":;
-#X text 4 501 by Hans-Christoph Steiner <hans@at.or.at>;
+#X text 305 532 updated for Pd 0.37.1;
+#X text 4 104 There are numerous ways to manually edit "scalars":;
+#X text 4 521 by Hans-Christoph Steiner <hans@at.or.at>;
+#X text 30 311 - Move breakpoints: Click near the breakpoint at the
+center of the width of the array \, but not so close that the mouse
+cursor changes to the resize cursor. The mouse cursor will change to
+an inverse arrow.;
+#X text 30 280 - Resize breakpoints: The mouse cursor will change to
+an up-down arrow when you can resize that breakpoint.;
+#X text 30 367 - Add breakpoints: Hold down the Alt key and click to
+the right of the breakpoint at the center of the width of the array.
+The mouse cursor will change to an outline of a + (plus symbol).;
+#X text 30 423 - Delete breakpoints: Hold down the Alt key and click
+to the left of the breakpoint at the center of the width of the array.
+The mouse cursor will change to same black X as when deleting cords.
+;